English

Few-Shot Table-to-Text Generation with Prefix-Controlled Generator

Computation and Language 2022-08-24 v1

Abstract

Neural table-to-text generation approaches are data-hungry, limiting their adaptation for low-resource real-world applications. Previous works mostly resort to Pre-trained Language Models (PLMs) to generate fluent summaries of a table. However, they often contain hallucinated contents due to the uncontrolled nature of PLMs. Moreover, the topological differences between tables and sequences are rarely studied. Last but not least, fine-tuning on PLMs with a handful of instances may lead to over-fitting and catastrophic forgetting. To alleviate these problems, we propose a prompt-based approach, Prefix-Controlled Generator (i.e., PCG), for few-shot table-to-text generation. We prepend a task-specific prefix for a PLM to make the table structure better fit the pre-trained input. In addition, we generate an input-specific prefix to control the factual contents and word order of the generated text. Both automatic and human evaluations on different domains (humans, books and songs) of the Wikibio dataset show substantial improvements over baseline approaches.

Keywords

Cite

@article{arxiv.2208.10709,
  title  = {Few-Shot Table-to-Text Generation with Prefix-Controlled Generator},
  author = {Yutao Luo and Menghua Lu and Gongshen Liu and Shilin Wang},
  journal= {arXiv preprint arXiv:2208.10709},
  year   = {2022}
}

Comments

Accpeted by COLING 2022 as a long paper

R2 v1 2026-06-25T01:53:31.739Z