CLJul 27, 2017

Adapting Sequence Models for Sentence Correction

arXiv:1707.09067v11114 citations
Originality Incremental advance
AI Analysis

This work addresses sentence correction for natural language processing applications, presenting incremental improvements over existing methods.

The paper tackled sentence correction by comparing sequence-to-sequence models, finding that character-based models and modeling output as diffs improved effectiveness, with the best model outperforming a phrase-based statistical machine translation model by 6 M2 points.

In a controlled experiment of sequence-to-sequence approaches for the task of sentence correction, we find that character-based models are generally more effective than word-based models and models that encode subword information via convolutions, and that modeling the output data as a series of diffs improves effectiveness over standard approaches. Our strongest sequence-to-sequence model improves over our strongest phrase-based statistical machine translation model, with access to the same data, by 6 M2 (0.5 GLEU) points. Additionally, in the data environment of the standard CoNLL-2014 setup, we demonstrate that modeling (and tuning against) diffs yields similar or better M2 scores with simpler models and/or significantly less data than previous sequence-to-sequence approaches.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes