paper-with-me

홈 › Papers

Coupling Distant Annotation and Adversarial Training for Cross-Domain Chinese Word Segmentation

2020-07-16 · ACL 2020 6 · Ning Ding, Dingkun Long, Guangwei Xu, Muhua Zhu, Pengjun Xie, Xiaobin Wang, Hai-Tao Zheng

Fully supervised neural approaches have achieved significant progress in the task of Chinese word segmentation (CWS). Nevertheless, the performance of supervised models tends to drop dramatically when they are applied to out-of-domain data. Performance degradation is caused by the distribution gap across domains and the out of vocabulary (OOV) problem. In order to simultaneously alleviate these two issues, this paper proposes to couple distant annotation and adversarial training for cross-domain CWS. For distant annotation, we rethink the essence of "Chinese words" and design an automatic distant annotation mechanism that does not need any supervision or pre-defined dictionaries from the target domain. The approach could effectively explore domain-specific words and distantly annotate the raw texts for the target domain. For adversarial training, we develop a sentence-level training procedure to perform noise reduction and maximum utilization of the source domain information. Experiments on multiple real-world datasets across various domains show the superiority and robustness of our model, significantly outperforming previous state-of-the-art cross-domain CWS methods.

📄 PDF Abstract BibTeX arXiv:2007.08186

Code (1)

Alibaba-NLP/DAAT-CWS 공식 구현 tf

Tasks

Chinese Word SegmentationSentence

Similar Papers 제목 키워드 기반

Distant IE by Bootstrapping Using Lists and Document Structure

2016-01-04 · Lidong Bing, Mingyang Ling, Richard C. Wang, William W. Cohen

Distant labeling for information extraction (IE) suffers from noisy training data. We describe a way of reducing the noise associated with distant IE by identifying coupling constraints between potential instance labels.…

CANDiS: Coupled & Attention-Driven Neural Distant Supervision

2017-10-26 · Tushar Nagarajan, Sharmistha, Partha Talukdar

Distant Supervision for Relation Extraction uses heuristically aligned text data with an existing knowledge base as training data. The unsupervised nature of this technique allows it to scale to web-scale relation extrac…

RelationRelation Extraction

DynClean: Training Dynamics-based Label Cleaning for Distantly-Supervised Named Entity Recognition

2025-04-06 · Qi Zhang, Huitong Pan, Zhijia Chen, Longin Jan Latecki 외

Distantly Supervised Named Entity Recognition (DS-NER) has attracted attention due to its scalability and ability to automatically generate labeled data. However, distant annotation introduces many mislabeled instances, …

named-entity-recognitionNamed Entity RecognitionNER

Weakly-Supervised Concept-based Adversarial Learning for Cross-lingual Word Embeddings

2019-04-20 · IJCNLP 2019 11 · Haozhou Wang, James Henderson, Paola Merlo

Distributed representations of words which map each word to a continuous vector have proven useful in capturing important linguistic information not only in a single language but also across different languages. Current …

Cross-Lingual Word EmbeddingsSentenceWord Embeddings

Towards DS-NER: Unveiling and Addressing Latent Noise in Distant Annotations

2025-05-18 · Yuyang Ding, Dan Qiao, Juntao Li, Jiajie Xu 외

Distantly supervised named entity recognition (DS-NER) has emerged as a cheap and convenient alternative to traditional human annotation methods, enabling the automatic generation of training data by aligning text with e…

Language ModelingLanguage ModellingLarge Language Modelnamed-entity-recognition+2