CLFeb 6, 2021

Neural Data-to-Text Generation with LM-based Text Augmentation

arXiv:2102.03556v1816 citations
Originality Highly original
AI Analysis

This research provides a solution for researchers and developers facing limited text samples for data-to-text generation in new application domains, significantly improving model performance with fewer annotations.

The authors address the problem of data scarcity in neural data-to-text generation by proposing a novel few-shot approach that automatically augments training data. Their method outperforms fully supervised seq2seq models with less than 10% annotations and boosts performance by over 5 BLEU points on E2E and WebNLG benchmarks, establishing a new state-of-the-art.

For many new application domains for data-to-text generation, the main obstacle in training neural models consists of a lack of training data. While usually large numbers of instances are available on the data side, often only very few text samples are available. To address this problem, we here propose a novel few-shot approach for this setting. Our approach automatically augments the data available for training by (i) generating new text samples based on replacing specific values by alternative ones from the same category, (ii) generating new text samples based on GPT-2, and (iii) proposing an automatic method for pairing the new text samples with data samples. As the text augmentation can introduce noise to the training data, we use cycle consistency as an objective, in order to make sure that a given data sample can be correctly reconstructed after having been formulated as text (and that text samples can be reconstructed from data). On both the E2E and WebNLG benchmarks, we show that this weakly supervised training paradigm is able to outperform fully supervised seq2seq models with less than 10% annotations. By utilizing all annotated data, our model can boost the performance of a standard seq2seq model by over 5 BLEU points, establishing a new state-of-the-art on both datasets.

Foundations

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

Your Notes