paper-with-me

Papers

Improving Iterative Text Revision by Learning Where to Edit from Other Revision Tasks

2022-12-02 · Zae Myung Kim, Wanyu Du, Vipul Raheja, Dhruv Kumar, Dongyeop Kang

Iterative text revision improves text quality by fixing grammatical errors, rephrasing for better readability or contextual appropriateness, or reorganizing sentence structures throughout a document. Most recent research has focused on understanding and classifying different types of edits in the iterative revision process from human-written text instead of building accurate and robust systems for iterative text revision. In this work, we aim to build an end-to-end text revision system that can iteratively generate helpful edits by explicitly detecting editable spans (where-to-edit) with their corresponding edit intents and then instructing a revision model to revise the detected edit spans. Leveraging datasets from other related text editing NLP tasks, combined with the specification of editable spans, leads our system to more accurately model the process of iterative text refinement, as evidenced by empirical results and human evaluations. Our system significantly outperforms previous baselines on our text revision tasks and other standard text revision tasks, including grammatical error correction, text simplification, sentence fusion, and style transfer. Through extensive qualitative and quantitative analysis, we make vital connections between edit intentions and writing quality, and better computational modeling of iterative text revisions.

📄 PDF Abstract BibTeX arXiv:2212.01350

Code (1)

vipulraheja/iterater 공식 구현 pytorch

Tasks

Grammatical Error CorrectionSentenceSentence FusionStyle TransferText Simplification

Similar Papers 제목 키워드 기반

Understanding Iterative Revision from Human-Written Text

2022-03-08 · ACL 2022 5 · Wanyu Du, Vipul Raheja, Dhruv Kumar, Zae Myung Kim 외

Writing is, by nature, a strategic, adaptive, and more importantly, an iterative process. A crucial part of writing is editing and revising the text. Previous works on text revision have focused on defining edit intentio…

Sentence

Read, Revise, Repeat: A System Demonstration for Human-in-the-loop Iterative Text Revision

2022-04-07 · In2Writing (ACL) 2022 5 · Wanyu Du, Zae Myung Kim, Vipul Raheja, Dhruv Kumar 외

Revision is an essential part of the human writing process. It tends to be strategic, adaptive, and, more importantly, iterative in nature. Despite the success of large language models on text revision tasks, they are li…

GRS: Combining Generation and Revision in Unsupervised Sentence Simplification

2022-03-18 · Findings (ACL) 2022 5 · Mohammad Dehghan, Dhruv Kumar, Lukasz Golab

We propose GRS: an unsupervised approach to sentence simplification that combines text generation and text revision. We start with an iterative framework in which an input sentence is revised using explicit edit operatio…

SentenceText Generation

Revision Matters: Generative Design Guided by Revision Edits

2024-05-27 · Tao Li, Chin-Yi Cheng, Amber Xie, Gang Li 외

Layout design, such as user interface or graphical layout in general, is fundamentally an iterative revision process. Through revising a design repeatedly, the designer converges on an ideal layout. In this paper, we inv…

Layout DesignLayout Generation

Text Revision by On-the-Fly Representation Optimization

2022-04-15 · In2Writing (ACL) 2022 5 · Jingjing Li, Zichao Li, Tao Ge, Irwin King 외

Text revision refers to a family of natural language generation tasks, where the source and target sequences share moderate resemblance in surface form but differentiate in attributes, such as text formality and simplici…

AttributeLanguage ModelingLanguage ModellingMasked Language Modeling+2