philschmid HF staff commited on
Commit
098bd6e
1 Parent(s): 67c523e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -32,3 +32,24 @@ configs:
32
  - split: test
33
  path: questions/test-*
34
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  - split: test
33
  path: questions/test-*
34
  ---
35
+
36
+
37
+ # RAGU eval dataset for Wikipedia
38
+
39
+ [ragu-mini-wikipedia](huggingface.co/datasets/philschmid/ragu-mini-wikipedia) is a dataset to evaluate RAG pipelines. It consists out of ~900 question and ground truth answers from Wikipedia articles.
40
+ In addition to the questions it has a second config with `documents` for retrieval. The dataset can be used by "indexing" the documents and then using the question and ground truth to evaluate your pipeline.
41
+
42
+ The dataset is derived from [Question-Answer Dataset](https://www.kaggle.com/datasets/rtatman/questionanswer-dataset?resource=download) and slightly modified to [rag-datasets/mini_wikipedia](https://huggingface.co/datasets/rag-datasets/mini_wikipedia).
43
+
44
+ This modified dataset is distributed under the CC BY-SA 3.0 license, consistent with the licensing of the source datasets.
45
+
46
+ ## Acknowledgements
47
+
48
+ These data were collected by Noah Smith, Michael Heilman, Rebecca Hwa, Shay Cohen, Kevin Gimpel, and many students at Carnegie Mellon University and the University of Pittsburgh between 2008 and 2010. It is released here under CC BY_SA 3.0. Please cite this paper if you write any papers involving the use of the data above:
49
+
50
+ Smith, N. A., Heilman, M., & Hwa, R. (2008, September). Question generation as a competitive undergraduate course project. In Proceedings of the NSF Workshop on the Question Generation Shared Task and Evaluation Challenge.
51
+
52
+
53
+ TODO: Add blog on how to use it
54
+
55
+