Heterogeneous Graph Transformer for Graph-to-Sequence Learning

Shaowei Yao,Tianming Wang,Xiaojun Wan
DOI: https://doi.org/10.18653/v1/2020.acl-main.640
2020-01-01
Abstract:The graph-to-sequence (Graph2Seq) learning aims to transduce graph-structured representations to word sequences for text generation.Recent studies propose various models to encode graph structure.However, most previous works ignore the indirect relations between distance nodes, or treat indirect relations and direct relations in the same way.In this paper, we propose the Heterogeneous Graph Transformer to independently model the different relations in the individual subgraphs of the original graph, including direct relations, indirect relations and multiple possible relations between nodes.Experimental results show that our model strongly outperforms the state of the art on all four standard benchmarks of AMRto-text generation and syntax-based neural machine translation.
What problem does this paper attempt to address?