CLApr 7, 2022

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

DeepMind
arXiv:2204.03685v2656 citationsh-index: 22Has Code
Originality Incremental advance
AI Analysis

This addresses the need for more adaptive writing assistants for human writers, though it is incremental as it builds on existing text revision models by adding iterative interaction.

The paper tackles the problem of iterative text revision by developing a human-in-the-loop system called R3, which enables continuous collaboration between large language models and human writers through repeated interactions, resulting in higher quality revisions with fewer iterations and edits compared to non-iterative approaches.

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 limited to non-iterative, one-shot revisions. Examining and evaluating the capability of large language models for making continuous revisions and collaborating with human writers is a critical step towards building effective writing assistants. In this work, we present a human-in-the-loop iterative text revision system, Read, Revise, Repeat (R3), which aims at achieving high quality text revisions with minimal human efforts by reading model-generated revisions and user feedbacks, revising documents, and repeating human-machine interactions. In R3, a text revision model provides text editing suggestions for human writers, who can accept or reject the suggested edits. The accepted edits are then incorporated into the model for the next iteration of document revision. Writers can therefore revise documents iteratively by interacting with the system and simply accepting/rejecting its suggested edits until the text revision model stops making further revisions or reaches a predefined maximum number of revisions. Empirical experiments show that R3 can generate revisions with comparable acceptance rate to human writers at early revision depths, and the human-machine interaction can get higher quality revisions with fewer iterations and edits. The collected human-model interaction dataset and system code are available at \url{https://github.com/vipulraheja/IteraTeR}. Our system demonstration is available at \url{https://youtu.be/lK08tIpEoaE}.

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