CLAIOct 5, 2020

KGPT: Knowledge-Grounded Pre-Training for Data-to-Text Generation

arXiv:2010.02307v21026 citationsHas Code
AI Analysis

This addresses the costly data acquisition issue for data-to-text generation, enabling broader application to new tasks and domains, though it is incremental as it builds on pre-training and transfer learning.

The paper tackles the problem of data-to-text generation requiring large labeled datasets by proposing KGPT, a knowledge-grounded pre-training method, which achieves over 30 ROUGE-L in zero-shot settings and reduces labeled data needs by about 15 times in few-shot settings.

Data-to-text generation has recently attracted substantial interests due to its wide applications. Existing methods have shown impressive performance on an array of tasks. However, they rely on a significant amount of labeled data for each task, which is costly to acquire and thus limits their application to new tasks and domains. In this paper, we propose to leverage pre-training and transfer learning to address this issue. We propose a knowledge-grounded pre-training (KGPT), which consists of two parts, 1) a general knowledge-grounded generation model to generate knowledge-enriched text. 2) a pre-training paradigm on a massive knowledge-grounded text corpus crawled from the web. The pre-trained model can be fine-tuned on various data-to-text generation tasks to generate task-specific text. We adopt three settings, namely fully-supervised, zero-shot, few-shot to evaluate its effectiveness. Under the fully-supervised setting, our model can achieve remarkable gains over the known baselines. Under zero-shot setting, our model without seeing any examples achieves over 30 ROUGE-L on WebNLG while all other baselines fail. Under the few-shot setting, our model only needs about one-fifteenth as many labeled examples to achieve the same level of performance as baseline models. These experiments consistently prove the strong generalization ability of our proposed framework https://github.com/wenhuchen/KGPT.

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