Datasets:
CHARPEVAL
Browse filesCHARPEVAL coming soon
README.md
CHANGED
@@ -16,6 +16,12 @@ task_ids:
|
|
16 |
- dialogue-modeling
|
17 |
- dialogue-generation
|
18 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
## Overview
|
20 |
|
21 |
`CHARP` is diagnostic testbed, exclusively assess whether information-seeking dialogue systems effectively attend to and
|
@@ -93,13 +99,43 @@ MIT
|
|
93 |
|
94 |
## Citation
|
95 |
|
|
|
|
|
96 |
```bibtex
|
97 |
-
@
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
104 |
}
|
105 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
- dialogue-modeling
|
17 |
- dialogue-generation
|
18 |
---
|
19 |
+
|
20 |
+
# CHARPEVAL
|
21 |
+
|
22 |
+
**Coming Soon:** `CHARPEVAL` will be released soon—stay tuned!
|
23 |
+
|
24 |
+
|
25 |
## Overview
|
26 |
|
27 |
`CHARP` is diagnostic testbed, exclusively assess whether information-seeking dialogue systems effectively attend to and
|
|
|
99 |
|
100 |
## Citation
|
101 |
|
102 |
+
* CHARP:
|
103 |
+
|
104 |
```bibtex
|
105 |
+
@inproceedings{ghaddar-etal-2024-charp,
|
106 |
+
title = "{CHARP}: Conversation History {A}wa{R}eness Probing for Knowledge-grounded Dialogue Systems",
|
107 |
+
author = "Ghaddar, Abbas and
|
108 |
+
Alfonso-Hermelo, David and
|
109 |
+
Langlais, Philippe and
|
110 |
+
Rezagholizadeh, Mehdi and
|
111 |
+
Chen, Boxing and
|
112 |
+
Parthasarathi, Prasanna",
|
113 |
+
booktitle = "Findings of the Association for Computational Linguistics: ACL 2024",
|
114 |
+
month = aug,
|
115 |
+
year = "2024",
|
116 |
+
publisher = "Association for Computational Linguistics",
|
117 |
+
url = "https://aclanthology.org/2024.findings-acl.90/",
|
118 |
+
doi = "10.18653/v1/2024.findings-acl.90",
|
119 |
+
pages = "1534--1551",
|
120 |
}
|
121 |
```
|
122 |
+
|
123 |
+
* CHARPEVAL:
|
124 |
+
|
125 |
+
```bibtex
|
126 |
+
@inproceedings{ghaddar-etal-2025-charpeval,
|
127 |
+
title = "{CHARPEVAL}: Benchmarking Large Language Models' Contextual Reasoning in Knowledge-Grounded Dialogue",
|
128 |
+
author = "Ghaddar, Abbas and
|
129 |
+
Alfonso-Hermelo, David and
|
130 |
+
Langlais, Philippe and
|
131 |
+
Chen, Boxing and
|
132 |
+
Parthasarathi, Prasanna",
|
133 |
+
booktitle = "Findings of the Association for Computational Linguistics: ACL 2025",
|
134 |
+
month = jul,
|
135 |
+
year = "2025",
|
136 |
+
publisher = "Association for Computational Linguistics",
|
137 |
+
url = "https://aclanthology.org/2025.findings-acl.860/",
|
138 |
+
pages = "16764--16775"
|
139 |
+
}
|
140 |
+
|
141 |
+
```
|