CLMay 23, 2022

Towards Automated Document Revision: Grammatical Error Correction, Fluency Edits, and Beyond

arXiv:2205.11484v135 citationsh-index: 43Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of automating document-level revision for NLP researchers, though it is incremental as it builds on existing grammatical error correction work.

The paper tackles the lack of public corpora and evaluation methods for document-level revision by introducing TETRA, a corpus of professionally edited academic papers, and showing that a fine-tuned language model can detect subtle quality improvements in revisions.

Natural language processing technology has rapidly improved automated grammatical error correction tasks, and the community begins to explore document-level revision as one of the next challenges. To go beyond sentence-level automated grammatical error correction to NLP-based document-level revision assistant, there are two major obstacles: (1) there are few public corpora with document-level revisions being annotated by professional editors, and (2) it is not feasible to elicit all possible references and evaluate the quality of revision with such references because there are infinite possibilities of revision. This paper tackles these challenges. First, we introduce a new document-revision corpus, TETRA, where professional editors revised academic papers sampled from the ACL anthology which contain few trivial grammatical errors that enable us to focus more on document- and paragraph-level edits such as coherence and consistency. Second, we explore reference-less and interpretable methods for meta-evaluation that can detect quality improvements by document revision. We show the uniqueness of TETRA compared with existing document revision corpora and demonstrate that a fine-tuned pre-trained language model can discriminate the quality of documents after revision even when the difference is subtle. This promising result will encourage the community to further explore automated document revision models and metrics in future.

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