TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

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

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

Tianyu Liu, Kexiang Wang, Lei Sha, Baobao Chang, Zhifang Sui

2017-11-27Text GenerationTable-to-Text Generation
PaperPDFCodeCode(official)Code

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.

Results

TaskDatasetMetricValueModel
Text GenerationWikiBioBLEU44.89Field-gating Seq2seq + dual attention
Text GenerationWikiBioROUGE41.21Field-gating Seq2seq + dual attention
Text GenerationWikiBioBLEU44.71Field-gating Seq2seq + dual attention + beam search
Text GenerationWikiBioROUGE41.65Field-gating Seq2seq + dual attention + beam search
Table-to-Text GenerationWikiBioBLEU44.89Field-gating Seq2seq + dual attention
Table-to-Text GenerationWikiBioROUGE41.21Field-gating Seq2seq + dual attention
Table-to-Text GenerationWikiBioBLEU44.71Field-gating Seq2seq + dual attention + beam search
Table-to-Text GenerationWikiBioROUGE41.65Field-gating Seq2seq + dual attention + beam search

Related Papers

Making Language Model a Hierarchical Classifier and Generator2025-07-17Mitigating Object Hallucinations via Sentence-Level Early Intervention2025-07-16The Devil behind the mask: An emergent safety vulnerability of Diffusion LLMs2025-07-15Seq vs Seq: An Open Suite of Paired Encoders and Decoders2025-07-15Hashed Watermark as a Filter: Defeating Forging and Overwriting Attacks in Weight-based Neural Network Watermarking2025-07-15Exploiting Leaderboards for Large-Scale Distribution of Malicious Models2025-07-11CLI-RAG: A Retrieval-Augmented Framework for Clinically Structured and Context Aware Text Generation with LLMs2025-07-09FIFA: Unified Faithfulness Evaluation Framework for Text-to-Video and Video-to-Text Generation2025-07-09