Robust (Controlled) Table-to-Text Generation with Structure-Aware Equivariance Learning
Fei Wang, Zhewei Xu, Pedro Szekely, Muhao Chen

TL;DR
This paper introduces a structure-aware equivariance learning framework for table-to-text generation that improves robustness to structural changes and enhances performance on multiple datasets by encoding relational content and position invariance.
Contribution
It proposes a novel equivariance learning approach with structure-aware self-attention and position encoding modifications, improving robustness and performance in table-to-text generation.
Findings
Enhanced performance on ToTTo and HiTab datasets.
Maintains performance on a harder ToTTo version despite structural changes.
Outperforms previous SOTA systems with transformation-based data augmentation.
Abstract
Controlled table-to-text generation seeks to generate natural language descriptions for highlighted subparts of a table. Previous SOTA systems still employ a sequence-to-sequence generation method, which merely captures the table as a linear structure and is brittle when table layouts change. We seek to go beyond this paradigm by (1) effectively expressing the relations of content pieces in the table, and (2) making our model robust to content-invariant structural transformations. Accordingly, we propose an equivariance learning framework, which encodes tables with a structure-aware self-attention mechanism. This prunes the full self-attention structure into an order-invariant graph attention that captures the connected graph structure of cells belonging to the same row or column, and it differentiates between relevant cells and irrelevant cells from the structural perspective. Our…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHandwritten Text Recognition Techniques · Topic Modeling · Multimodal Machine Learning Applications
