Update CHARP.py
Browse files
CHARP.py
CHANGED
@@ -22,12 +22,13 @@ from datasets import NamedSplit
|
|
22 |
|
23 |
# Find for instance the citation on arxiv or on the dataset repo/website
|
24 |
_CITATION = """\
|
25 |
-
@article{
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
|
|
31 |
}
|
32 |
"""
|
33 |
|
|
|
22 |
|
23 |
# Find for instance the citation on arxiv or on the dataset repo/website
|
24 |
_CITATION = """\
|
25 |
+
@article{ghaddar2024charp,
|
26 |
+
title={CHARP: Conversation History AwaReness Probing for Knowledge-grounded Dialogue Systems},
|
27 |
+
author={Abbas Ghaddar and David Alfonso-Hermelo and Philippe Langlais and Mehdi Rezagholizadeh and Boxing Chen and Prasanna Parthasarathi},
|
28 |
+
year={2024},
|
29 |
+
eprint={2405.15110},
|
30 |
+
archivePrefix={arXiv},
|
31 |
+
primaryClass={cs.CL}
|
32 |
}
|
33 |
"""
|
34 |
|