SOTAVerified

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

2019-08-16TACL 2019Code Available0· sign in to hype

Zhijiang Guo, Yan Zhang, Zhiyang Teng, Wei Lu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Tasks

Reproductions