Plan-then-Seam: Towards Efficient Table-to-Text Generation
Liang Li, Ruiying Geng, Chengyang Fang, Bing Li, Can Ma, Binhua Li,, and Yongbin Li

TL;DR
This paper introduces Plan-then-Seam, a non-autoregressive model for table-to-text generation that significantly speeds up inference and reduces parameters while maintaining competitive performance.
Contribution
It presents the first fully non-autoregressive table-to-text model that uses a shared-parameter iterative process for content planning and surface realization.
Findings
Achieves 3.0~5.6 times faster inference speed
Reduces model parameters by 50%
Maintains comparable performance to autoregressive models
Abstract
Table-to-text generation aims at automatically generating text to help people conveniently obtain salient information in tables. Recent works explicitly decompose the generation process into content planning and surface generation stages, employing two autoregressive networks for them respectively. However, they are computationally expensive due to the non-parallelizable nature of autoregressive decoding and the redundant parameters of two networks. In this paper, we propose the first totally non-autoregressive table-to-text model (Plan-then-Seam, PTS) that produces its outputs in parallel with one single network. PTS firstly writes and calibrates one plan of the content to be generated with a novel rethinking pointer predictor, and then takes the plan as the context for seaming to decode the description. These two steps share parameters and perform iteratively to capture token…
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 · Data Visualization and Analytics · Mathematics, Computing, and Information Processing
