chujiezheng
commited on
Commit
•
d5c00a9
1
Parent(s):
9dd0b66
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
---
|
6 |
+
|
7 |
+
Data for the Findings of ACL 2021 paper "CoMAE: A Multi-factor Hierarchical Framework for Empathetic Response Generation"
|
8 |
+
|
9 |
+
[GitHub repo](https://github.com/chujiezheng/CoMAE). [Original paper](https://arxiv.org/abs/2105.08316).
|
10 |
+
|
11 |
+
```bib
|
12 |
+
@inproceedings{zheng-etal-2021-comae,
|
13 |
+
title = "CoMAE: A Multi-factor Hierarchical Framework for Empathetic Response Generation",
|
14 |
+
author = "Zheng, Chujie and
|
15 |
+
Liu, Yong and
|
16 |
+
Chen, Wei and
|
17 |
+
Leng, Yongcai and
|
18 |
+
Huang, Minlie",
|
19 |
+
booktitle = "Findings of ACL 2021",
|
20 |
+
year = "2021",
|
21 |
+
}
|
22 |
+
```
|