zihanliu commited on
Commit
0f5db73
1 Parent(s): 8f0d6be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +83 -9
README.md CHANGED
@@ -14,42 +14,116 @@ configs:
14
  - config_name: coqa
15
  data_files:
16
  - split: dev
17
- path: coqa/*
18
  - config_name: inscit
19
  data_files:
20
  - split: dev
21
- path: inscit/*
22
  - config_name: inscit
23
  data_files:
24
  - split: dev
25
- path: inscit/*
26
  - config_name: topiocqa
27
  data_files:
28
  - split: dev
29
- path: topiocqa/*
30
  - config_name: hybridial
31
  data_files:
32
  - split: test
33
- path: hybridial/*
34
  - config_name: doc2dial
35
  data_files:
36
  - split: test
37
- path: doc2dial/test.json
38
  - config_name: quac
39
  data_files:
40
  - split: test
41
- path: quac/test.json
42
  - config_name: qrecc
43
  data_files:
44
  - split: test
45
- path: qrecc/test.json
46
  ---
47
 
 
 
 
 
 
 
 
 
 
48
  ## License
49
  The ConvRAG are built on and derived from existing datasets. We refer users to the original licenses accompanying each dataset.
50
 
51
 
52
  ## Citation
 
53
  <pre>
54
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  </pre>
 
14
  - config_name: coqa
15
  data_files:
16
  - split: dev
17
+ path: data/coqa/*
18
  - config_name: inscit
19
  data_files:
20
  - split: dev
21
+ path: data/inscit/*
22
  - config_name: inscit
23
  data_files:
24
  - split: dev
25
+ path: data/inscit/*
26
  - config_name: topiocqa
27
  data_files:
28
  - split: dev
29
+ path: data/topiocqa/*
30
  - config_name: hybridial
31
  data_files:
32
  - split: test
33
+ path: data/hybridial/*
34
  - config_name: doc2dial
35
  data_files:
36
  - split: test
37
+ path: data/doc2dial/test.json
38
  - config_name: quac
39
  data_files:
40
  - split: test
41
+ path: data/quac/test.json
42
  - config_name: qrecc
43
  data_files:
44
  - split: test
45
+ path: data/qrecc/test.json
46
  ---
47
 
48
+ ## ConvRAG Bench
49
+ ConvRAG Bench is a benchmark for evaluating a model's conversational QA capability over documents or retrieved context. ConvRAG Bench are built on and derived from 10 existing datasets: Doc2Dial, QuAC, QReCC, TopioCQA, INSCIT, CoQA, HybriDialogue, DoQA, SQA, ConvFinQA. ConvRAG Bench covers a wide range of documents and question types, which require models to generate responses from long context, comprehend and reason over tables, and conduct arithmetic calculations.
50
+
51
+ ConvRAG Bench also includes evaluations for the unanswerable scenario, where we evaluate models' capability to determine whether the answer to the question can be found within the given context. Equipping models with such capability can substantially decrease the likelihood of hallucination.
52
+
53
+ ## Evaluation
54
+ We open-source the scripts for running and evaluating on ConvRAG
55
+
56
+
57
  ## License
58
  The ConvRAG are built on and derived from existing datasets. We refer users to the original licenses accompanying each dataset.
59
 
60
 
61
  ## Citation
62
+ If you evaluate using ConvRAG, please cite all the datasets you use.
63
  <pre>
64
+ @inproceedings{feng2020doc2dial,
65
+ title={doc2dial: A Goal-Oriented Document-Grounded Dialogue Dataset},
66
+ author={Feng, Song and Wan, Hui and Gunasekara, Chulaka and Patel, Siva and Joshi, Sachindra and Lastras, Luis},
67
+ booktitle={Proceedings of the 2020 Conference on EMNLP},
68
+ year={2020}
69
+ }
70
+ @inproceedings{choi2018quac,
71
+ title={QuAC: Question Answering in Context},
72
+ author={Choi, Eunsol and He, He and Iyyer, Mohit and Yatskar, Mark and Yih, Wen-tau and Choi, Yejin and Liang, Percy and Zettlemoyer, Luke},
73
+ booktitle={Proceedings of the 2018 Conference on EMNLP},
74
+ year={2018}
75
+ }
76
+ @inproceedings{anantha2021open,
77
+ title={Open-Domain Question Answering Goes Conversational via Question Rewriting},
78
+ author={Anantha, Raviteja and Vakulenko, Svitlana and Tu, Zhucheng and Longpre, Shayne and Pulman, Stephen and Chappidi, Srinivas},
79
+ booktitle={Proceedings of the 2021 Conference on NAACL},
80
+ year={2021}
81
+ }
82
+ @article{reddy2019coqa,
83
+ title={CoQA: A Conversational Question Answering Challenge},
84
+ author={Reddy, Siva and Chen, Danqi and Manning, Christopher D},
85
+ journal={Transactions of the Association for Computational Linguistics},
86
+ year={2019}
87
+ }
88
+ @inproceedings{campos2020doqa,
89
+ title={DoQA-Accessing Domain-Specific FAQs via Conversational QA},
90
+ author={Campos, Jon Ander and Otegi, Arantxa and Soroa, Aitor and Deriu, Jan Milan and Cieliebak, Mark and Agirre, Eneko},
91
+ booktitle={Proceedings of the 2020 Conference on ACL},
92
+ year={2020}
93
+ }
94
+ @inproceedings{chen2022convfinqa,
95
+ title={ConvFinQA: Exploring the Chain of Numerical Reasoning in Conversational Finance Question Answering},
96
+ author={Chen, Zhiyu and Li, Shiyang and Smiley, Charese and Ma, Zhiqiang and Shah, Sameena and Wang, William Yang},
97
+ booktitle={Proceedings of the 2022 Conference on EMNLP},
98
+ year={2022}
99
+ }
100
+ @inproceedings{iyyer2017search,
101
+ title={Search-based neural structured learning for sequential question answering},
102
+ author={Iyyer, Mohit and Yih, Wen-tau and Chang, Ming-Wei},
103
+ booktitle={Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics},
104
+ year={2017}
105
+ }
106
+ @article{adlakha2022topiocqa,
107
+ title={TopiOCQA: Open-domain Conversational Question Answering with Topic Switching},
108
+ author={Adlakha, Vaibhav and Dhuliawala, Shehzaad and Suleman, Kaheer and de Vries, Harm and Reddy, Siva},
109
+ journal={Transactions of the Association for Computational Linguistics},
110
+ year={2022}
111
+ }
112
+ @inproceedings{nakamura2022hybridialogue,
113
+ title={HybriDialogue: An Information-Seeking Dialogue Dataset Grounded on Tabular and Textual Data},
114
+ author={Nakamura, Kai and Levy, Sharon and Tuan, Yi-Lin and Chen, Wenhu and Wang, William Yang},
115
+ booktitle={Findings of the Association for Computational Linguistics: ACL 2022},
116
+ year={2022}
117
+ }
118
+ @article{wu2023inscit,
119
+ title={InSCIt: Information-Seeking Conversations with Mixed-Initiative Interactions},
120
+ author={Wu, Zeqiu and Parish, Ryu and Cheng, Hao and Min, Sewon and Ammanabrolu, Prithviraj and Ostendorf, Mari and Hajishirzi, Hannaneh},
121
+ journal={Transactions of the Association for Computational Linguistics},
122
+ year={2023}
123
+ }
124
+ @article{liu2024chatqa,
125
+ title={ChatQA: Building GPT-4 Level Conversational QA Models},
126
+ author={Liu, Zihan and Ping, Wei and Roy, Rajarshi and Xu, Peng and Lee, Chankyu and Shoeybi, Mohammad and Catanzaro, Bryan},
127
+ journal={arXiv preprint arXiv:2401.10225},
128
+ year={2024}}
129
  </pre>