English

Recurrent Inference in Text Editing

Computation and Language 2021-03-30 v2

Abstract

In neural text editing, prevalent sequence-to-sequence based approaches directly map the unedited text either to the edited text or the editing operations, in which the performance is degraded by the limited source text encoding and long, varying decoding steps. To address this problem, we propose a new inference method, Recurrence, that iteratively performs editing actions, significantly narrowing the problem space. In each iteration, encoding the partially edited text, Recurrence decodes the latent representation, generates an action of short, fixed-length, and applies the action to complete a single edit. For a comprehensive comparison, we introduce three types of text editing tasks: Arithmetic Operators Restoration (AOR), Arithmetic Equation Simplification (AES), Arithmetic Equation Correction (AEC). Extensive experiments on these tasks with varying difficulties demonstrate that Recurrence achieves improvements over conventional inference methods.

Keywords

Cite

@article{arxiv.2009.12643,
  title  = {Recurrent Inference in Text Editing},
  author = {Ning Shi and Ziheng Zeng and Haotian Zhang and Yichen Gong},
  journal= {arXiv preprint arXiv:2009.12643},
  year   = {2021}
}

Comments

12 pages, 4 figures, 3 tables, and 1 page appendix

R2 v1 2026-06-23T18:49:00.282Z