Table-to-text Generation by Structure-aware Seq2seq Learning
November 27, 2017 ยท Entered Twilight ยท ๐ AAAI Conference on Artificial Intelligence
"Last commit was 7.0 years ago (โฅ5 year threshold)"
Evidence collected by the PWNC Scanner
Repo contents: .gitattributes, AttentionUnit.py, DataLoader.py, LstmUnit.py, Main.py, OutputUnit.py, PythonROUGE.py, README.md, ROUGE, SeqUnit.py, doc, dualAttentionUnit.py, fgateLstmUnit.py, original_data, preprocess.py, util.py
Authors
Tianyu Liu, Kexiang Wang, Lei Sha, Baobao Chang, Zhifang Sui
arXiv ID
1711.09724
Category
cs.CL: Computation & Language
Cross-listed
cs.AI
Citations
280
Venue
AAAI Conference on Artificial Intelligence
Repository
https://github.com/tyliupku/wiki2bio
โญ 153
Last Checked
1 month ago
Abstract
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.
Community Contributions
Found the code? Know the venue? Think something is wrong? Let us know!
๐ Similar Papers
In the same crypt โ Computation & Language
๐
๐
Old Age
๐
๐
Old Age
BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding
R.I.P.
๐ป
Ghosted
Language Models are Few-Shot Learners
R.I.P.
๐ป
Ghosted
RoBERTa: A Robustly Optimized BERT Pretraining Approach
R.I.P.
๐ป
Ghosted
BART: Denoising Sequence-to-Sequence Pre-training for Natural Language Generation, Translation, and Comprehension
R.I.P.
๐ป
Ghosted