Order-Planning Neural Text Generation from Structured Data

Abstract

Generating texts from structured data (e.g., a table) is important for various natural language processing tasks such as question answering and dialog systems. In recent studies, researchers use neural language models and encoder-decoder frameworks for table-to-text generation. However, these neural network-based approaches typically do not model the order of content during text generation. When a human writes a summary based on a given table, he or she would probably consider the content order before wording. In this paper, we propose an order-planning text generation model, where order information is explicitly captured by link-based attention. Then a self-adaptive gate combines the link-based attention with traditional content-based attention. We conducted experiments on the WikiBio dataset and achieve higher performance than previous methods in terms of BLEU, ROUGE, and NIST scores; we also performed ablation tests to analyze each component of our model.

Cite

Text

Sha et al. "Order-Planning Neural Text Generation from Structured Data." AAAI Conference on Artificial Intelligence, 2018. doi:10.1609/AAAI.V32I1.11947

Markdown

[Sha et al. "Order-Planning Neural Text Generation from Structured Data." AAAI Conference on Artificial Intelligence, 2018.](https://mlanthology.org/aaai/2018/sha2018aaai-order/) doi:10.1609/AAAI.V32I1.11947

BibTeX

@inproceedings{sha2018aaai-order,
  title     = {{Order-Planning Neural Text Generation from Structured Data}},
  author    = {Sha, Lei and Mou, Lili and Liu, Tianyu and Poupart, Pascal and Li, Sujian and Chang, Baobao and Sui, Zhifang},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2018},
  pages     = {5414-5421},
  doi       = {10.1609/AAAI.V32I1.11947},
  url       = {https://mlanthology.org/aaai/2018/sha2018aaai-order/}
}