Graph-to-Text Generation with Dynamic Structure Pruning
Liang Li, Ruiying Geng, Bowen Li, Can Ma, Yinliang Yue, Binhua Li, and, Yongbin Li

TL;DR
This paper introduces a novel structure-aware cross-attention mechanism with dynamic graph pruning for graph-to-text generation, significantly improving semantic accuracy and achieving state-of-the-art results.
Contribution
It proposes the SACA and DGP mechanisms that dynamically re-encode graph structures and prune irrelevant nodes during decoding, enhancing performance.
Findings
Achieved new state-of-the-art results on LDC2020T02 and ENT-DESC datasets.
Improved semantic representation accuracy in graph-to-text tasks.
Maintained computational efficiency with only minor overhead.
Abstract
Most graph-to-text works are built on the encoder-decoder framework with cross-attention mechanism. Recent studies have shown that explicitly modeling the input graph structure can significantly improve the performance. However, the vanilla structural encoder cannot capture all specialized information in a single forward pass for all decoding steps, resulting in inaccurate semantic representations. Meanwhile, the input graph is flatted as an unordered sequence in the cross attention, ignoring the original graph structure. As a result, the obtained input graph context vector in the decoder may be flawed. To address these issues, we propose a Structure-Aware Cross-Attention (SACA) mechanism to re-encode the input graph representation conditioning on the newly generated context at each decoding step in a structure aware manner. We further adapt SACA and introduce its variant Dynamic Graph…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Software Engineering Research · ICT in Developing Communities
MethodsPruning · Attentive Walk-Aggregating Graph Neural Network
