CLLGJun 26, 2018

Graph-to-Sequence Learning using Gated Graph Neural Networks

arXiv:1806.09835v11245 citations
Originality Highly original
AI Analysis

This work addresses a key bottleneck in NLP for applications requiring graph-structured data, offering a more efficient and effective approach compared to prior methods.

The paper tackles the problem of graph-to-sequence learning in NLP by proposing a model that encodes full structural information using Gated Graph Neural Networks, achieving improved performance in tasks like AMR graph generation and syntax-based neural machine translation.

Many NLP applications can be framed as a graph-to-sequence learning problem. Previous work proposing neural architectures on this setting obtained promising results compared to grammar-based approaches but still rely on linearisation heuristics and/or standard recurrent networks to achieve the best performance. In this work, we propose a new model that encodes the full structural information contained in the graph. Our architecture couples the recently proposed Gated Graph Neural Networks with an input transformation that allows nodes and edges to have their own hidden representations, while tackling the parameter explosion problem present in previous work. Experimental results show that our model outperforms strong baselines in generation from AMR graphs and syntax-based neural machine translation.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes