beckdaniel / acl2018_graph2seq

Code for "Graph-to-Sequence Learning using Gated Graph Neural Networks"
Apache License 2.0
123 stars 21 forks source link

Seeking clarificaitons on Syntax-based NMT implementation #3

Open arushi-08 opened 4 years ago

arushi-08 commented 4 years ago

Hello, I have read the paper, "Graph-to-Sequence Learning using Gated Graph Neural Networks", and I am interested in implementing the model for NMT task. Can you please explain where is the Levi graph created in your code? Also, how are the sequential connections created between words in dependency tree? Thanks.