CLOct 2, 2023

Error Norm Truncation: Robust Training in the Presence of Data Noise for Text Generation Models

arXiv:2310.00840v26 citationsh-index: 47
AI Analysis

This addresses the issue of training robust text generation models on noisy web-crawled data, which is incremental as it builds on existing truncation methods.

The paper tackles the problem of text generation models being vulnerable to errors in noisy training data by proposing Error Norm Truncation (ENT), a method that truncates noisy data to enhance robustness. The result is improved generation quality across tasks like language modeling, machine translation, and text summarization, with an increase of over 2 BLEU points in machine translation when up to 50% noise is added.

Text generation models are notoriously vulnerable to errors in the training data. With the wide-spread availability of massive amounts of web-crawled data becoming more commonplace, how can we enhance the robustness of models trained on a massive amount of noisy web-crawled text? In our work, we propose Error Norm Truncation (ENT), a robust enhancement method to the standard training objective that truncates noisy data. Compared to methods that only uses the negative log-likelihood loss to estimate data quality, our method provides a more accurate estimation by considering the distribution of non-target tokens, which is often overlooked by previous work. Through comprehensive experiments across language modeling, machine translation, and text summarization, we show that equipping text generation models with ENT improves generation quality over standard training and previous soft and hard truncation methods. Furthermore, we show that our method improves the robustness of models against two of the most detrimental types of noise in machine translation, resulting in an increase of more than 2 BLEU points over the MLE baseline when up to 50% of noise is added to the data.

Foundations

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

Your Notes