AlibabaResearch / DAMO-ConvAI

DAMO-ConvAI: The official repository which contains the codebase for Alibaba DAMO Conversational AI.
MIT License
1.21k stars 186 forks source link

Implementation GNN-T5 #43

Closed spwidodo closed 1 year ago

spwidodo commented 1 year ago

Hi Thanks for sharing your great job.. I have been seen your paper in https://arxiv.org/pdf/2301.07507.pdf. How to implement GNN-T5 model from your code..??

Thanks a lot!

huybery commented 1 year ago

You can achieve this by changing the model-related code, which is not complicated. In our experiments GNN-T5 worked poorly, so we do not provide this implementation directly, you need to reproduce it yourself.

spwidodo commented 1 year ago

can you give me more specific clue?

huybery commented 1 year ago

You can find the forward function of the model and modify it to your idea.