baidu / Dialogue

444 stars 97 forks source link

I would like to ask when <Multi-View Response Selection for Human-Computer Conversation>'s code will be released?~ #45

Open Ailing-Zou opened 4 years ago

Ailing-Zou commented 4 years ago

Just the title describes, I'd like to implement this algorithm in this paper. Hope you could release it. Or could you please tell me when you would like to release it? Thank you very much, looking forward to your reply!

xyzhou-puck commented 4 years ago

Hi,

Many thanks for your interest in our multi-view matching work. Unfortunately, our code is implemented with LEGO, an in-house deep learning framework of Baidu and LEGO does not exist for now.

Maybe you could read this Paddle code: https://github.com/PaddlePaddle/models/tree/develop/PaddleRec/multiview_simnet, which is also based on multi-view matching.

Hope it can help you.

Xiangyang