
NLP论文小班学习笔记3
NLP论文小班学习笔记3
- 论文学习
- 1. DialogueRNN: An Attentive RNN for Emotion Detection in Conversations
- 2. CEM: Commonsense-aware Empathetic Response Generation
- 3. CARE: Commonsense-Aware Emotional Response Generation with Latent Concepts
- 代码实现:
- 1. 实现encoder-decoder,重点是cross attention
- 2. 调试代码
2022-02-08~2022-02-15
论文学习
1. DialogueRNN: An Attentive RNN for Emotion Detection in Conversations
○ 下载地址:.00405v4
○ 中文翻译:
○ 代码复现:
2. CEM: Commonsense-aware Empathetic Response Generation
○ 下载地址:.05739
○ 中文翻译:
○ 代码复现:
3. CARE: Commonsense-Aware Emotional Response Generation with Latent Concepts
○ 下载地址:.08377
○ 中文翻译:
○ 代码复现:
[]()
代码实现:
1. 实现encoder-decoder,重点是cross attention
2. 调试代码