CLAINov 27, 2017

Table-to-text Generation by Structure-aware Seq2seq Learning

arXiv:1711.09724v1281 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the problem of generating coherent descriptions from structured tables, which is incremental but important for applications like automated summarization and data interpretation.

The paper tackles table-to-text generation by proposing a structure-aware seq2seq model with field-gating encoder and dual attention, achieving significant performance improvements over baselines on the WIKIBIO dataset with over 700k entries.

Table-to-text generation aims to generate a description for a factual table which can be viewed as a set of field-value records. To encode both the content and the structure of a table, we propose a novel structure-aware seq2seq architecture which consists of field-gating encoder and description generator with dual attention. In the encoding phase, we update the cell memory of the LSTM unit by a field gate and its corresponding field value in order to incorporate field information into table representation. In the decoding phase, dual attention mechanism which contains word level attention and field level attention is proposed to model the semantic relevance between the generated description and the table. We conduct experiments on the \texttt{WIKIBIO} dataset which contains over 700k biographies and corresponding infoboxes from Wikipedia. The attention visualizations and case studies show that our model is capable of generating coherent and informative descriptions based on the comprehensive understanding of both the content and the structure of a table. Automatic evaluations also show our model outperforms the baselines by a great margin. Code for this work is available on https://github.com/tyliupku/wiki2bio.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes