paper-with-me

Papers

Multi-Task Self-Supervised Learning for Disfluency Detection

2019-08-15 · Shaolei Wang, Wanxiang Che, Qi Liu, Pengda Qin, Ting Liu, William Yang Wang

Most existing approaches to disfluency detection heavily rely on human-annotated data, which is expensive to obtain in practice. To tackle the training data bottleneck, we investigate methods for combining multiple self-supervised tasks-i.e., supervised tasks where data can be collected without manual labeling. First, we construct large-scale pseudo training data by randomly adding or deleting words from unlabeled news data, and propose two self-supervised pre-training tasks: (i) tagging task to detect the added noisy words. (ii) sentence classification to distinguish original sentences from grammatically-incorrect sentences. We then combine these two tasks to jointly train a network. The pre-trained network is then fine-tuned using human-annotated disfluency detection training data. Experimental results on the commonly used English Switchboard test set show that our approach can achieve competitive performance compared to the previous systems (trained using the full dataset) by using less than 1% (1000 sentences) of the training data. Our method trained on the full dataset significantly outperforms previous methods, reducing the error by 21% on English Switchboard.

📄 PDF Abstract BibTeX arXiv:1908.05378

Code (0)

등록된 구현이 없습니다.

Tasks

Self-Supervised LearningSentenceSentence Classification

Similar Papers 제목 키워드 기반

Adaptive Unsupervised Self-training for Disfluency Detection

2022-10-01 · COLING 2022 10 · Zhongyuan Wang, YiXuan Wang, Shaolei Wang, Wanxiang Che

Supervised methods have achieved remarkable results in disfluency detection. However, in real-world scenarios, human-annotated data is difficult to obtain. Recent works try to handle disfluency detection with unsupervise…

Selection bias

Improving Disfluency Detection by Self-Training a Self-Attentive Model

2020-04-11 · ACL 2020 6 · Paria Jamshid Lou, Mark Johnson

Self-attentive neural syntactic parsers using contextualized word embeddings (e.g. ELMo or BERT) currently produce state-of-the-art results in joint parsing and disfluency detection in speech transcripts. Since the conte…

Word Embeddings

Combining Self-Training and Self-Supervised Learning for Unsupervised Disfluency Detection

2020-10-29 · EMNLP 2020 11 · Shaolei Wang, Zhongyuan Wang, Wanxiang Che, Ting Liu

Most existing approaches to disfluency detection heavily rely on human-annotated corpora, which is expensive to obtain in practice. There have been several proposals to alleviate this issue with, for instance, self-super…

Self-Supervised LearningWord Embeddings

Semi-Supervised Disfluency Detection

2018-08-01 · COLING 2018 8 · Feng Wang, Wei Chen, Zhen Yang, Qianqian Dong 외

While the disfluency detection has achieved notable success in the past years, it still severely suffers from the data scarcity. To tackle this problem, we propose a novel semi-supervised approach which can utilize large…

Generative Adversarial NetworkMachine TranslationQuestion Answering

Disfluency Detection with Unlabeled Data and Small BERT Models

2021-04-21 · Johann C. Rocholl, Vicky Zayats, Daniel D. Walker, Noah B. Murad 외

Disfluency detection models now approach high accuracy on English text. However, little exploration has been done in improving the size and inference time of the model. At the same time, automatic speech recognition (ASR…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Data AugmentationDomain Adaptation+2