graphdeeplearning / graphtransformer

Graph Transformer Architecture. Source code for "A Generalization of Transformer Networks to Graphs", DLG-AAAI'21.
https://arxiv.org/abs/2012.09699
MIT License
889 stars 137 forks source link

Do you plan to apply `graphtransformer` to a machine translation task? #19

Open nashid opened 2 years ago

nashid commented 2 years ago

Would be interested to know whether you plan to apply the graphtransformer for a machine translation task in the future?

vijaydwivedi75 commented 2 years ago

Hi @nashid we do not have plan to apply the graph transformer architecture to machine translation.

smith-co commented 2 years ago

@vijaydwivedi75 would be curious to know what would it take for this model to apply on generative tasks like machine translation?

Also are you aware of any other model to achieve the same?