CLAIDec 28, 2020

Neural Text Generation with Artificial Negative Examples

arXiv:2012.14124v18 citations
AI Analysis

This work provides a method to reduce specific types of generation errors for users of text generation models, representing an incremental improvement in model robustness.

This paper addresses errors in neural text generation models, such as repeated or dropped tokens, which typically arise from maximum likelihood estimation training. The authors propose a reinforcement learning framework with a trainable reward function that discriminates between correct and error-laden sentences, achieving significant improvements in suppressing these errors across machine translation and image captioning tasks.

Neural text generation models conditioning on given input (e.g. machine translation and image captioning) are usually trained by maximum likelihood estimation of target text. However, the trained models suffer from various types of errors at inference time. In this paper, we propose to suppress an arbitrary type of errors by training the text generation model in a reinforcement learning framework, where we use a trainable reward function that is capable of discriminating between references and sentences containing the targeted type of errors. We create such negative examples by artificially injecting the targeted errors to the references. In experiments, we focus on two error types, repeated and dropped tokens in model-generated text. The experimental results show that our method can suppress the generation errors and achieve significant improvements on two machine translation and two image captioning tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes