CLAug 16, 2019

Densely Connected Graph Convolutional Networks for Graph-to-Sequence Learning

arXiv:1908.05957v20.001124 citations
AI Analysis75

This work addresses graph encoding for text generation tasks, offering a novel deep architecture that improves performance in specific NLP applications.

The paper tackled graph-to-sequence learning by introducing Densely Connected Graph Convolutional Networks (DCGCNs) to capture both local and non-local structural features, resulting in significant outperformance over state-of-the-art models on AMR-to-text generation and syntax-based neural machine translation.

We focus on graph-to-sequence learning, which can be framed as transducing graph structures to sequences for text generation. To capture structural information associated with graphs, we investigate the problem of encoding graphs using graph convolutional networks (GCNs). Unlike various existing approaches where shallow architectures were used for capturing local structural information only, we introduce a dense connection strategy, proposing a novel Densely Connected Graph Convolutional Networks (DCGCNs). Such a deep architecture is able to integrate both local and non-local features to learn a better structural representation of a graph. Our model outperforms the state-of-the-art neural models significantly on AMRto-text generation and syntax-based neural machine translation.

Code Implementations1 repo
Foundations

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

Your Notes