Update README.md
Browse files
README.md
CHANGED
|
@@ -54,4 +54,11 @@ language:
|
|
| 54 |
pretty_name: mirage
|
| 55 |
size_categories:
|
| 56 |
- 1K<n<10K
|
| 57 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
pretty_name: mirage
|
| 55 |
size_categories:
|
| 56 |
- 1K<n<10K
|
| 57 |
+
---
|
| 58 |
+
|
| 59 |
+
# MIRAGE dataset
|
| 60 |
+
|
| 61 |
+
MIRAGE is a benchmark dataset for evaluating Retrieval-Augmented Generation (RAG) systems, featuring 7,560 QA pairs and 37,800 context pools curated from diverse Wikipedia-based QA datasets (IfQA, NaturalQA, TriviaQA, DROP, PopQA). MIRAGE enables robust assessment of LLMs and retrievers under realistic, noisy, and oracle settings, and introduces novel metrics for analyzing context sensitivity, noise vulnerability, and retrieval effectiveness.
|
| 62 |
+
|
| 63 |
+
You can find our paper and github repository below:
|
| 64 |
+
[](https://arxiv.org/abs/2504.17137) [](https://github.com/nlpai-lab/MIRAGE)
|