← Search

Mosha Chen

8 accepted papers

2022

CBLUE: A Chinese Biomedical Language Understanding Evaluation Benchmark

ACL 2022long

Artificial Intelligence (AI), along with the recent progress in biomedical language understanding, is gradually offering great promise for medical practice. With the development of biomedical language understanding benchmarks, AI applications are widely used in the medical field. However, most bench…

2021

Contrastive Triple Extraction with Generative Transformer

AAAI 2021technical

Triple extraction is an essential task in information extraction for natural language processing and knowledge graph construction. In this paper, we revisit the end-to-end triple extraction task for sequence generation. Since generative triple extraction may struggle to capture long-term dependencie…

2021

Document-level Relation Extraction as Semantic Segmentation

IJCAI 2021poster

Document-level relation extraction aims to extract relations among multiple entity pairs from a document. Previously proposed graph-based or transformer-based models utilize the entities independently, regardless of global information among relational triples. This paper approaches the problem by pr…

2021

Nested Named Entity Recognition with Partially-Observed TreeCRFs

AAAI 2021technical

Named entity recognition (NER) is a well-studied task in natural language processing. However, the widely-used sequence labeling framework is difficult to detect entities with nested structures. In this work, we view nested NER as constituency parsing with partially-observed trees and model it with…

2021

Noisy-Labeled NER with Confidence Estimation

NAACL 2021long

Recent studies in deep learning have shown significant progress in named entity recognition (NER). However, most existing works assume clean data annotation, while real-world scenarios typically involve a large amount of noises from a variety of sources (e.g., pseudo, weak, or distant annotations).…

2021

OntoED: Low-resource Event Detection with Ontology Embedding

ACL 2021long

Event Detection (ED) aims to identify event trigger words from a given text and classify it into an event type. Most current methods to ED rely heavily on training instances, and almost ignore the correlation of event types. Hence, they tend to suffer from data scarcity and fail to handle new unseen…

2021

Probing BERT in Hyperbolic Spaces

ICLR 2021poster

Recently, a variety of probing tasks are proposed to discover linguistic properties learned in contextualized word embeddings. Many of these works implicitly assume these embeddings lay in certain metric spaces, typically the Euclidean space. This work considers a family of geometrically special spa…

2020

Latent Template Induction with Gumbel-CRFs

NeurIPS 2020poster

Learning to control the structure of sentences is a challenging problem in text generation. Existing work either relies on simple deterministic approaches or RL-based hard structures. We explore the use of structured variational autoencoders to infer latent templates for sentence generation using a…