CLMar 30, 2022

Neural Pipeline for Zero-Shot Data-to-Text Generation

arXiv:2203.16279v1647 citations
Originality Incremental advance
AI Analysis

This addresses the issue of data noise and representation dependency for researchers in natural language generation, though it is incremental as it builds on existing pipeline methods.

The paper tackles the problem of overfitting in data-to-text generation by proposing a zero-shot pipeline approach that transforms single-item descriptions using modules trained on general-domain operations, achieving results on WebNLG and E2E datasets without finetuning.

In data-to-text (D2T) generation, training on in-domain data leads to overfitting to the data representation and repeating training data noise. We examine how to avoid finetuning pretrained language models (PLMs) on D2T generation datasets while still taking advantage of surface realization capabilities of PLMs. Inspired by pipeline approaches, we propose to generate text by transforming single-item descriptions with a sequence of modules trained on general-domain text-based operations: ordering, aggregation, and paragraph compression. We train PLMs for performing these operations on a synthetic corpus WikiFluent which we build from English Wikipedia. Our experiments on two major triple-to-text datasets -- WebNLG and E2E -- show that our approach enables D2T generation from RDF triples in zero-shot settings.

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