paper-with-me

Papers

Error-repair Dependency Parsing for Ungrammatical Texts

2017-07-01 · ACL 2017 7 · Keisuke Sakaguchi, Matt Post, Benjamin Van Durme

We propose a new dependency parsing scheme which jointly parses a sentence and repairs grammatical errors by extending the non-directional transition-based formalism of Goldberg and Elhadad (2010) with three additional actions: SUBSTITUTE, DELETE, INSERT. Because these actions may cause an infinite loop in derivation, we also introduce simple constraints that ensure the parser termination. We evaluate our model with respect to dependency accuracy and grammaticality improvements for ungrammatical sentences, demonstrating the robustness and applicability of our scheme.

📄 PDF Abstract BibTeX

Code (1)

keisks/error-repair-parsing 공식 구현

Tasks

Dependency ParsingSentence

Similar Papers 제목 키워드 기반

Universal Dependencies for Learner English

2016-05-13 · ACL 2016 8 · Yevgeni Berzak, Jessica Kenney, Carolyn Spadine, Jing Xian Wang 외

We introduce the Treebank of Learner English (TLE), the first publicly available syntactic treebank for English as a Second Language (ESL). The TLE provides manually annotated POS tags and Universal Dependency (UD) trees…

Dependency ParsingLanguage AcquisitionPOSPOS Tagging+1

Joint Incremental Disfluency Detection and Dependency Parsing

2014-01-01 · TACL 2014 1 · Matthew Honnibal, Mark Johnson

We present an incremental dependency parsing model that jointly performs disfluency detection. The model handles speech repairs using a novel non-monotonic transition system, and includes several novel classes of feature…

Dependency ParsingSpeech RecognitionTransition-Based Dependency Parsing

Error Analysis for Vietnamese Dependency Parsing

2019-11-09 · Kiet Van Nguyen, Ngan Luu-Thuy Nguyen

Dependency parsing is needed in different applications of natural language processing. In this paper, we present a thorough error analysis for dependency parsing for the Vietnamese language, using two state-of-the-art pa…

Dependency Parsing

Semi-Supervised Methods for Out-of-Domain Dependency Parsing

2018-10-04 · Juntao Yu

Dependency parsing is one of the important natural language processing tasks that assigns syntactic trees to texts. Due to the wider availability of dependency corpora and improved parsing and machine learning techniques…

Dependency Parsing

LM-Critic: Language Models for Unsupervised Grammatical Error Correction

2021-09-14 · EMNLP 2021 11 · Michihiro Yasunaga, Jure Leskovec, Percy Liang

Training a model for grammatical error correction (GEC) requires a set of labeled ungrammatical / grammatical sentence pairs, but manually annotating such pairs can be expensive. Recently, the Break-It-Fix-It (BIFI) fram…

Grammatical Error CorrectionLanguage ModelingLanguage ModellingSentence+1