NLP论文小班学习笔记3
2022-02-08~2022-02-15
论文学习
1. DialogueRNN: An Attentive RNN for Emotion Detection in Conversations
○ 下载地址:https://arxiv.org/abs/1811.00405v4
○ 中文翻译:
https://blog.csdn.net/qishengmoming/article/details/112714056
○ 代码复现:
https://github.com/pengwei-iie/DialogueRNN
2. CEM: Commonsense-aware Empathetic Response Generation
○ 下载地址:https://arxiv.org/abs/2109.05739
○ 中文翻译:
○ 代码复现:
代码实现:
1. 实现encoder-decoder,重点是cross attention
2. 调试代码
https://github.com/pengwei-iie/NMT-based-on-Seq2Seq