Transition-Based Disfluency Detection using LSTMs
2017-09-01EMNLP 2017Code Available0· sign in to hype
Shaolei Wang, Wanxiang Che, Yue Zhang, Meishan Zhang, Ting Liu
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/hitwsl/transition_disfluencyOfficialIn papernone★ 0
Abstract
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 syntax information. Compared with sequence labeling methods, it can capture non-local chunk-level features; compared with joint parsing and disfluency detection methods, it is free for noise in syntax. Experiments show that our model achieves state-of-the-art f-score of 87.5\% on the commonly used English Switchboard test set, and a set of in-house annotated Chinese data.