paper-with-me

Papers

Adaptive Self-training for Neural Sequence Labeling with Few Labels

2021-01-01 · Yaqing Wang, Subhabrata Mukherjee, Haoda Chu, Yuancheng Tu, Ming Wu, Jing Gao, Ahmed Hassan Awadallah

Neural sequence labeling is an important technique employed for many Natural Language Processing (NLP) tasks, such as Named Entity Recognition (NER), slot tagging for dialog systems and semantic parsing. Large-scale pre-trained language models obtain very good performance on these tasks when fine-tuned on large amounts of task-specific labeled data. However, such large-scale labeled datasets are difficult to obtain for several tasks and domains due to the high cost of human annotation as well as privacy and data access constraints for sensitive user applications. This is exacerbated for sequence labeling tasks requiring such annotations at token-level. In this work, we develop techniques to address the label scarcity challenge for neural sequence labeling models. Specifically, we develop self-training and meta-learning techniques for few-shot training of neural sequence taggers, namely MetaST. While self-training serves as an effective mechanism to learn from large amounts of unlabeled data -- meta-learning helps in adaptive sample re-weighting to mitigate error propagation from noisy pseudo-labels. Extensive experiments on six benchmark datasets including two massive multilingual NER datasets and four slot tagging datasets for task-oriented dialog systems demonstrate the effectiveness of our method with around 10% improvement over state-of-the-art systems for the 10-shot setting.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Meta-Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERSemantic Parsing

Similar Papers 제목 키워드 기반

Adaptive Self-training for Few-shot Neural Sequence Labeling

2020-10-07 · Yaqing Wang, Subhabrata Mukherjee, Haoda Chu, Yuancheng Tu 외

Sequence labeling is an important technique employed for many Natural Language Processing (NLP) tasks, such as Named Entity Recognition (NER), slot tagging for dialog systems and semantic parsing. Large-scale pre-trained…

Meta-Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

Less is More: Pseudo-Label Filtering for Continual Test-Time Adaptation

2024-06-03 · Jiayao Tan, Fan Lyu, Chenggong Ni, Tingliang Feng 외

Continual Test-Time Adaptation (CTTA) aims to adapt a pre-trained model to a sequence of target domains during the test phase without accessing the source data. To adapt to unlabeled data from unknown domains, existing m…

DiversityPseudo LabelPseudo Label FilteringTest-time Adaptation

MetaTS: Meta Teacher-Student Network for Multilingual Sequence Labeling with Minimal Supervision

2021-11-01 · EMNLP 2021 11 · Zheng Li, Danqing Zhang, Tianyu Cao, Ying WEI 외

Sequence labeling aims to predict a fine-grained sequence of labels for the text. However, such formulation hinders the effectiveness of supervised methods due to the lack of token-level annotated data. This is exacerbat…

Meta-Learning

Class-Balanced Pixel-Level Self-Labeling for Domain Adaptive Semantic Segmentation

2022-03-18 · CVPR 2022 1 · Ruihuang Li, Shuai Li, Chenhang He, Yabin Zhang 외

Domain adaptive semantic segmentation aims to learn a model with the supervision of source domain data, and produce satisfactory dense predictions on unlabeled target domain. One popular solution to this challenging task…

Image-to-Image TranslationSegmentationSemantic SegmentationSynthetic-to-Real Translation

SlimIPL: Language-Model-Free Iterative Pseudo-Labeling

2020-10-22 · Tatiana Likhomanenko, Qiantong Xu, Jacob Kahn, Gabriel Synnaeve 외

Recent results in end-to-end automatic speech recognition have demonstrated the efficacy of pseudo-labeling for semi-supervised models trained both with Connectionist Temporal Classification (CTC) and Sequence-to-Sequenc…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modelling+4