Datasets:
Commit
·
4aea34b
1
Parent(s):
6a48269
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
---
|
| 6 |
+
|
| 7 |
+
Wizard-of-Wikipedia data for the Findings of EMNLP 2020 paper "Difference-aware Knowledge Selection for Knowledge-grounded Conversation Generation"
|
| 8 |
+
|
| 9 |
+
[GitHub repo](https://github.com/chujiezheng/DiffKS). [Original paper](https://arxiv.org/abs/2009.09378).
|
| 10 |
+
|
| 11 |
+
```bib
|
| 12 |
+
@inproceedings{zheng-etal-2020-diffks,
|
| 13 |
+
title="{D}ifference-aware Knowledge Selection for Knowledge-grounded Conversation Generation",
|
| 14 |
+
author="Zheng, Chujie and
|
| 15 |
+
Cao, Yunbo and
|
| 16 |
+
Jiang, Daxin and
|
| 17 |
+
Huang, Minlie",
|
| 18 |
+
booktitle="Findings of EMNLP",
|
| 19 |
+
year="2020"
|
| 20 |
+
}
|
| 21 |
+
```
|