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.
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.