chujiezheng commited on
Commit
f4106e0
1 Parent(s): ac35a26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -1 +1,17 @@
1
- [blenderbot-400M-distill](https://huggingface.co/facebook/blenderbot-400M-distill) fine-tuned on [Emotional Support Conversation](https://arxiv.org/pdf/2106.01144.pdf) dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [blenderbot-400M-distill](https://huggingface.co/facebook/blenderbot-400M-distill) fine-tuned on the [Emotional Support Conversation](https://github.com/thu-coai/Emotional-Support-Conversation) dataset. Please kindly cite the [original paper](https://aclanthology.org/2021.acl-long.269/) if you use this model:
2
+
3
+ ```bib
4
+ @inproceedings{liu-etal-2021-towards,
5
+ title={Towards Emotional Support Dialog Systems},
6
+ author={Liu, Siyang and
7
+ Zheng, Chujie and
8
+ Demasi, Orianna and
9
+ Sabour, Sahand and
10
+ Li, Yu and
11
+ Yu, Zhou and
12
+ Jiang, Yong and
13
+ Huang, Minlie},
14
+ booktitle={Proceedings of the 59th annual meeting of the Association for Computational Linguistics},
15
+ year={2021}
16
+ }
17
+ ```