Datasets:

Modalities:
Tabular
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
File size: 2,395 Bytes
ce28b4f
 
896e018
936fbe3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
896e018
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e5c159f
 
 
 
 
896e018
936fbe3
 
 
 
896e018
 
 
 
e5c159f
 
ce28b4f
bec5a4c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
---
license: unknown
dataset_info:
- config_name: corpus
  features:
  - name: query_id
    dtype: string
  - name: snippets
    dtype: string
  - name: air_date
    dtype: string
  - name: category
    dtype: string
  - name: value
    dtype: string
  - name: round
    dtype: string
  - name: show_number
    dtype: int32
  - name: doc_id
    dtype: string
  - name: __index_level_0__
    dtype: int64
  splits:
  - name: train
    num_bytes: 6252715344
    num_examples: 14120776
  download_size: 3271155810
  dataset_size: 6252715344
- config_name: qa_data
  features:
  - name: query_id
    dtype: string
  - name: question
    dtype: string
  - name: answer
    dtype: string
  - name: search_results
    struct:
    - name: related_links
      sequence: string
    - name: snippets
      sequence: string
    - name: titles
      sequence: string
    - name: urls
      sequence: string
  - name: doc_id
    sequence: string
  - name: __index_level_0__
    dtype: int64
  splits:
  - name: train
    num_bytes: 6503932619
    num_examples: 173397
  - name: test
    num_bytes: 1830028629
    num_examples: 43350
  download_size: 5008413626
  dataset_size: 8333961248
configs:
- config_name: corpus
  data_files:
  - split: train
    path: corpus/train-*
- config_name: qa_data
  data_files:
  - split: train
    path: qa_data/train-*
  - split: test
    path: qa_data/test-*
---
# preprocessed_SearchQA

The SearchQA question-answer pairs originate from J! Archive2, which comprehensively archives all question-answer pairs
from the renowned television show Jeopardy! The passages, sourced from Google search web page snippets.
We offer passage metadata, encompassing details like 'air_date,' 'category,' 'value,' 'round,' and 'show_number,'
enabling you to enhance retrieval performance at your discretion.
Should you require further details about SearchQA, please refer to below links.

[Github](https://github.com/nyu-dl/dl4ir-searchQA)<br>
[Paper](https://arxiv.org/abs/1704.05179)<br>

The dataset is derived from [searhQA](https://huggingface.co/datasets/search_qa).<br>
This preprocessed dataset is for RAG. For more information about our task, visit our [repository](https://github.com/NomaDamas/RAGchain)!<br>

Preprocess SearchQA dataset code for RAG benchmark. <br>
More information, refer to this link! [huggingface](https://huggingface.co/datasets/NomaDamas/search_qa_split)