Commit ·
bec5a4c
1
Parent(s): 936fbe3
Update README.md
Browse files
README.md
CHANGED
|
@@ -70,3 +70,19 @@ configs:
|
|
| 70 |
- split: test
|
| 71 |
path: qa_data/test-*
|
| 72 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
- split: test
|
| 71 |
path: qa_data/test-*
|
| 72 |
---
|
| 73 |
+
# preprocessed_SearchQA
|
| 74 |
+
|
| 75 |
+
The SearchQA question-answer pairs originate from J! Archive2, which comprehensively archives all question-answer pairs
|
| 76 |
+
from the renowned television show Jeopardy! The passages, sourced from Google search web page snippets.
|
| 77 |
+
We offer passage metadata, encompassing details like 'air_date,' 'category,' 'value,' 'round,' and 'show_number,'
|
| 78 |
+
enabling you to enhance retrieval performance at your discretion.
|
| 79 |
+
Should you require further details about SearchQA, please refer to below links.
|
| 80 |
+
|
| 81 |
+
[Github](https://github.com/nyu-dl/dl4ir-searchQA)<br>
|
| 82 |
+
[Paper](https://arxiv.org/abs/1704.05179)<br>
|
| 83 |
+
|
| 84 |
+
The dataset is derived from [searhQA](https://huggingface.co/datasets/search_qa).<br>
|
| 85 |
+
This preprocessed dataset is for RAG. For more information about our task, visit our [repository](https://github.com/NomaDamas/RAGchain)!<br>
|
| 86 |
+
|
| 87 |
+
Preprocess SearchQA dataset code for RAG benchmark. <br>
|
| 88 |
+
More information, refer to this link! [huggingface](https://huggingface.co/datasets/NomaDamas/search_qa_split)
|