Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
task_categories:
|
4 |
+
- question-answering
|
5 |
+
language:
|
6 |
+
- en
|
7 |
---
|
8 |
+
Credibility-aware Generation Benchmark (CAGB) is a benchmark constructed to evaluate the credibility-aware generation ability of models, dealing with flawed information in the context.
|
9 |
+
This benchmark encompasses the following three specific scenarios where the integration of credibility is essential:
|
10 |
+
- Open-domain QA
|
11 |
+
- 2WikiMultiHopQA
|
12 |
+
- HotpotQA
|
13 |
+
- Musique
|
14 |
+
- RGB
|
15 |
+
- Time-sensitive QA
|
16 |
+
- EvoTempQA
|
17 |
+
- Misinformation Polluted QA
|
18 |
+
- NewsPollutedQA
|
19 |
+
|
20 |
+
Read our [paper](https://arxiv.org/abs/2404.06809) for more insights on credibility-aware generation.
|