ghaddara commited on
Commit
a6b19ca
1 Parent(s): 70a8151

Update CHARP.py

Browse files
Files changed (1) hide show
  1. CHARP.py +7 -6
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{dziri2022faithdial,
26
- title={FaithDial: A Faithful Benchmark for Information-Seeking Dialogue},
27
- author={Dziri, Nouha and Kamalloo, Ehsan and Milton, Sivan and Zaiane, Osmar and Yu, Mo and Ponti, Edoardo and Reddy, Siva},
28
- journal={arXiv preprint, arXiv:2204.10757},
29
- year={2022},
30
- url={https://arxiv.org/abs/2204.10757}
 
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