Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
JohnnyNLP commited on
Commit
555802b
·
verified ·
1 Parent(s): 1f3c808

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
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
+ [![Read the Paper](https://img.shields.io/badge/Paper-arXiv%3A2054.17137-B31B1B.svg)](https://arxiv.org/abs/2504.17137) [![GitHub Repo](https://img.shields.io/badge/GitHub-MIRAGE-blue?logo=github)](https://github.com/nlpai-lab/MIRAGE)