IJCAI 2020poster0 citations

Triple-to-Text Generation with an Anchor-to-Prototype Framework

Ziran Li, Zibo Lin, Ning Ding, Hai-Tao Zheng, Ying Shen

Abstract

Generating a textual description from a set of RDF triplets is a challenging task in natural language generation. Recent neural methods have become the mainstream for this task, which often generate sentences from scratch. However, due to the huge gap between the structured input and the unstructured output, the input triples alone are insufficient to decide an expressive and specific description. In this paper, we propose a novel anchor-to-prototype framework to bridge the gap between structured RDF triples and natural text. The model retrieves a set of prototype descriptions from the training data and extracts writing patterns from them to guide the generation process. Furthermore, to make a more precise use of the retrieved prototypes, we employ a triple anchor that aligns the input triples into groups so as to better match the prototypes. Experimental results on both English and Chinese datasets show that our method significantly outperforms the state-of-the-art baselines in terms of both automatic and manual evaluation, demonstrating the benefit of learning guidance from retrieved prototypes to facilitate triple-to-text generation.

Natural Language Processing: Natural Language GenerationNatural Language Processing: Natural Language ProcessingNatural Language Processing: NLP Applications and ToolsNatural Language Processing: Other
BibTeX
@inproceedings{ijcai2020p523,
  title     = {Triple-to-Text Generation with an Anchor-to-Prototype Framework},
  author    = {Li, Ziran and Lin, Zibo and Ding, Ning and Zheng, Hai-Tao and Shen, Ying},
  booktitle = {Proceedings of the Twenty-Ninth International Joint Conference on
               Artificial Intelligence, {IJCAI-20}},
  publisher = {International Joint Conferences on Artificial Intelligence Organization},
  editor    = {Christian Bessiere},
  pages     = {3780--3786},
  year      = {2020},
  month     = {7},
  note      = {Main track},
  doi       = {10.24963/ijcai.2020/523},
  url       = {https://doi.org/10.24963/ijcai.2020/523},
}