Commit
·
801e42d
1
Parent(s):
54d36c4
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
---
|
| 6 |
+
|
| 7 |
+
Embedding similarity calculation files for the ACL 2021 paper "Towards Emotional Support Dialog Systems"
|
| 8 |
+
|
| 9 |
+
[GitHub repo](https://github.com/thu-coai/Emotional-Support-Conversation). [Original paper](https://arxiv.org/abs/2106.01144).
|
| 10 |
+
|
| 11 |
+
```bib
|
| 12 |
+
@inproceedings{liu-etal-2021-towards,
|
| 13 |
+
title={Towards Emotional Support Dialog Systems},
|
| 14 |
+
author={Liu, Siyang and
|
| 15 |
+
Zheng, Chujie and
|
| 16 |
+
Demasi, Orianna and
|
| 17 |
+
Sabour, Sahand and
|
| 18 |
+
Li, Yu and
|
| 19 |
+
Yu, Zhou and
|
| 20 |
+
Jiang, Yong and
|
| 21 |
+
Huang, Minlie},
|
| 22 |
+
booktitle={ACL},
|
| 23 |
+
year={2021}
|
| 24 |
+
}
|
| 25 |
+
```
|