SOTAVerified

Bridging the Structural Gap Between Encoding and Decoding for Data-To-Text Generation

2020-07-01ACL 2020Unverified0· sign in to hype

Chao Zhao, Marilyn Walker, Snigdha Chaturvedi

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

Generating sequential natural language descriptions from graph-structured data (e.g., knowledge graph) is challenging, partly because of the structural differences between the input graph and the output text. Hence, popular sequence-to-sequence models, which require serialized input, are not a natural fit for this task. Graph neural networks, on the other hand, can better encode the input graph but broaden the structural gap between the encoder and decoder, making faithful generation difficult. To narrow this gap, we propose DualEnc, a dual encoding model that can not only incorporate the graph structure, but can also cater to the linear structure of the output text. Empirical comparisons with strong single-encoder baselines demonstrate that dual encoding can significantly improve the quality of the generated text.

Tasks

Reproductions