2022.naacl-tutorials.1@ACL

Total: 1

#1 Text Generation with Text-Editing Models [PDF] [Copy] [Kimi] [REL]

Authors: Eric Malmi ; Yue Dong ; Jonathan Mallinson ; Aleksandr Chuklin ; Jakub Adamek ; Daniil Mirylenka ; Felix Stahlberg ; Sebastian Krause ; Shankar Kumar ; Aliaksei Severyn

Text-editing models have recently become a prominent alternative to seq2seq models for monolingual text-generation tasks such as grammatical error correction, text simplification, and style transfer. These tasks share a common trait – they exhibit a large amount of textual overlap between the source and target texts. Text-editing models take advantage of this observation and learn to generate the output by predicting edit operations applied to the source sequence. In contrast, seq2seq models generate outputs word-by-word from scratch thus making them slow at inference time. Text-editing models provide several benefits over seq2seq models including faster inference speed, higher sample efficiency, and better control and interpretability of the outputs. This tutorial provides a comprehensive overview of the text-edit based models and current state-of-the-art approaches analyzing their pros and cons. We discuss challenges related to deployment and how these models help to mitigate hallucination and bias, both pressing challenges in the field of text generation.