paper-with-me

Papers

Auxiliary Sequence Labeling Tasks for Disfluency Detection

2020-10-24 · Dongyub Lee, Byeongil Ko, Myeong Cheol Shin, Taesun Whang, Daniel Lee, Eun Hwa Kim, EungGyun Kim, Jaechoon Jo

Detecting disfluencies in spontaneous speech is an important preprocessing step in natural language processing and speech recognition applications. Existing works for disfluency detection have focused on designing a single objective only for disfluency detection, while auxiliary objectives utilizing linguistic information of a word such as named entity or part-of-speech information can be effective. In this paper, we focus on detecting disfluencies on spoken transcripts and propose a method utilizing named entity recognition (NER) and part-of-speech (POS) as auxiliary sequence labeling (SL) tasks for disfluency detection. First, we investigate cases that utilizing linguistic information of a word can prevent mispredicting important words and can be helpful for the correct detection of disfluencies. Second, we show that training a disfluency detection model with auxiliary SL tasks can improve its F-score in disfluency detection. Then, we analyze which auxiliary SL tasks are influential depending on baseline models. Experimental results on the widely used English Switchboard dataset show that our method outperforms the previous state-of-the-art in disfluency detection.

📄 PDF Abstract BibTeX arXiv:2011.04512

Code (0)

등록된 구현이 없습니다.

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERPOSspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Transition-Based Disfluency Detection using LSTMs

2017-09-01 · EMNLP 2017 9 · Shaolei Wang, Wanxiang Che, Yue Zhang, Meishan Zhang 외

In this paper, we model the problem of disfluency detection using a transition-based framework, which incrementally constructs and labels the disfluency chunk of input sentences using a new transition system without synt…

Information Retrieval

Multi-Task Self-Supervised Learning for Disfluency Detection

2019-08-15 · Shaolei Wang, Wanxiang Che, Qi Liu, Pengda Qin 외

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-…

Self-Supervised LearningSentenceSentence Classification

Disfluency Detection using a Bidirectional LSTM

2016-04-12 · Vicky Zayats, Mari Ostendorf, Hannaneh Hajishirzi

We introduce a new approach for disfluency detection using a Bidirectional Long-Short Term Memory neural network (BLSTM). In addition to the word sequence, the model takes as input pattern match features that were develo…

A Neural Attention Model for Disfluency Detection

2016-12-01 · COLING 2016 12 · Shaolei Wang, Wanxiang Che, Ting Liu

In this paper, we study the problem of disfluency detection using the encoder-decoder framework. We treat disfluency detection as a sequence-to-sequence problem and propose a neural attention-based model which can effici…

DecoderInformation RetrievalmodelSentence

From Disfluency Detection to Intent Detection and Slot Filling

2022-09-17 · Mai Hoang Dao, Thinh Hung Truong, Dat Quoc Nguyen

We present the first empirical study investigating the influence of disfluency detection on downstream tasks of intent detection and slot filling. We perform this study for Vietnamese -- a low-resource language that has …

Intent DetectionLanguage ModelingLanguage Modellingslot-filling+2