Latent Tree Decomposition Parsers for AMR-to-Text Generation
Lisa Jin, Daniel Gildea

TL;DR
This paper introduces a novel tree decomposition-based encoder for AMR-to-text generation that leverages the hierarchical structure of graphs, improving translation quality and molecular property prediction accuracy.
Contribution
It proposes encoding a forest of tree decompositions for graphs, enhancing AMR-to-text generation and molecular property prediction over existing methods.
Findings
Improves BLEU score by 0.7 and chrF++ by 0.3 in AMR-to-text tasks.
Surpasses convolutional baseline in molecular property prediction by 1.92% ROC-AUC.
Demonstrates the effectiveness of tree decomposition encoding for structured graph tasks.
Abstract
Graph encoders in AMR-to-text generation models often rely on neighborhood convolutions or global vertex attention. While these approaches apply to general graphs, AMRs may be amenable to encoders that target their tree-like structure. By clustering edges into a hierarchy, a tree decomposition summarizes graph structure. Our model encodes a derivation forest of tree decompositions and extracts an expected tree. From tree node embeddings, it builds graph edge features used in vertex attention of the graph encoder. Encoding TD forests instead of shortest-pairwise paths in a self-attentive baseline raises BLEU by 0.7 and chrF++ by 0.3. The forest encoder also surpasses a convolutional baseline for molecular property prediction by 1.92% ROC-AUC.
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 · Natural Language Processing Techniques · Cancer-related gene regulation
