Lightweight, Dynamic Graph Convolutional Networks for AMR-to-Text Generation
Yan Zhang, Zhijiang Guo, Zhiyang Teng, Wei Lu, Shay B. Cohen, Zuozhu, Liu, Lidong Bing

TL;DR
This paper introduces Lightweight Dynamic Graph Convolutional Networks (LDGCNs) that efficiently encode AMR graphs by capturing non-local interactions, reducing model complexity, and outperforming state-of-the-art methods in AMR-to-text generation.
Contribution
The paper proposes LDGCNs with a dynamic fusion mechanism and novel parameter saving strategies to improve AMR-to-text generation while reducing model size.
Findings
LDGCNs outperform existing models on benchmark datasets.
The proposed methods reduce memory usage and model complexity.
Fewer parameters are needed without sacrificing performance.
Abstract
AMR-to-text generation is used to transduce Abstract Meaning Representation structures (AMR) into text. A key challenge in this task is to efficiently learn effective graph representations. Previously, Graph Convolution Networks (GCNs) were used to encode input AMRs, however, vanilla GCNs are not able to capture non-local information and additionally, they follow a local (first-order) information aggregation scheme. To account for these issues, larger and deeper GCN models are required to capture more complex interactions. In this paper, we introduce a dynamic fusion mechanism, proposing Lightweight Dynamic Graph Convolutional Networks (LDGCNs) that capture richer non-local interactions by synthesizing higher order information from the input graphs. We further develop two novel parameter saving strategies based on the group graph convolutions and weight tied convolutions to reduce…
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
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Text Analysis Techniques
MethodsGraph Convolutional Networks · Convolution · Graph Convolutional Network
