Update parquet files
Browse files- README.md +0 -55
- dataset_dict.json +0 -1
- documents/data-00000-of-00001.arrow +0 -3
- documents/dataset_info.json +0 -19
- documents/state.json +0 -13
- documents/{train-00000-of-00001.parquet → train/0000.parquet} +0 -0
- question-answer/data-00000-of-00001.arrow +0 -3
- question-answer/dataset_info.json +0 -24
- question-answer/state.json +0 -13
README.md
DELETED
@@ -1,55 +0,0 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
dataset_info:
|
4 |
-
- config_name: documents
|
5 |
-
features:
|
6 |
-
- name: question_id
|
7 |
-
dtype: int64
|
8 |
-
- name: documents
|
9 |
-
sequence: string
|
10 |
-
splits:
|
11 |
-
- name: train
|
12 |
-
num_bytes: 18770828
|
13 |
-
num_examples: 1172
|
14 |
-
download_size: 10608695
|
15 |
-
dataset_size: 18770828
|
16 |
-
- config_name: question-answer
|
17 |
-
features:
|
18 |
-
- name: id
|
19 |
-
dtype: int64
|
20 |
-
- name: question
|
21 |
-
dtype: string
|
22 |
-
- name: answer
|
23 |
-
dtype: string
|
24 |
-
- name: relevant_passage_ids
|
25 |
-
dtype: string
|
26 |
-
splits:
|
27 |
-
- name: train
|
28 |
-
num_bytes: 386574
|
29 |
-
num_examples: 1172
|
30 |
-
download_size: 252573
|
31 |
-
dataset_size: 386574
|
32 |
-
configs:
|
33 |
-
- config_name: documents
|
34 |
-
data_files:
|
35 |
-
- split: train
|
36 |
-
path: documents/train-*
|
37 |
-
- config_name: question-answer
|
38 |
-
data_files:
|
39 |
-
- split: train
|
40 |
-
path: question-answer/train-*
|
41 |
-
task_categories:
|
42 |
-
- question-answering
|
43 |
-
language:
|
44 |
-
- en
|
45 |
-
tags:
|
46 |
-
- biology
|
47 |
-
size_categories:
|
48 |
-
- 1K<n<10K
|
49 |
-
---
|
50 |
-
|
51 |
-
This dataset is a fork of [rag-datasets/rag-mini-bioasq](https://huggingface.co/datasets/rag-datasets/rag-mini-bioasq).
|
52 |
-
|
53 |
-
The use case for this dataset is to test and evaluate an LLM or a RAG application's ability to filter out irrelevant information to answer a given question.
|
54 |
-
|
55 |
-
This forks filters away all questions with one or more "NaN" passages, and adds an average of 80% irrelevant passages to each question.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dataset_dict.json
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"splits": ["question-answer", "documents"]}
|
|
|
|
documents/data-00000-of-00001.arrow
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f98b3bfe87d9edc70857a5fb23f34831df983521e90f885fe6cfdbd8848deca8
|
3 |
-
size 18771840
|
|
|
|
|
|
|
|
documents/dataset_info.json
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"citation": "",
|
3 |
-
"description": "",
|
4 |
-
"features": {
|
5 |
-
"question_id": {
|
6 |
-
"dtype": "int64",
|
7 |
-
"_type": "Value"
|
8 |
-
},
|
9 |
-
"documents": {
|
10 |
-
"feature": {
|
11 |
-
"dtype": "string",
|
12 |
-
"_type": "Value"
|
13 |
-
},
|
14 |
-
"_type": "Sequence"
|
15 |
-
}
|
16 |
-
},
|
17 |
-
"homepage": "",
|
18 |
-
"license": ""
|
19 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
documents/state.json
DELETED
@@ -1,13 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_data_files": [
|
3 |
-
{
|
4 |
-
"filename": "data-00000-of-00001.arrow"
|
5 |
-
}
|
6 |
-
],
|
7 |
-
"_fingerprint": "018f9c4358396f2d",
|
8 |
-
"_format_columns": null,
|
9 |
-
"_format_kwargs": {},
|
10 |
-
"_format_type": null,
|
11 |
-
"_output_all_columns": false,
|
12 |
-
"_split": null
|
13 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
documents/{train-00000-of-00001.parquet → train/0000.parquet}
RENAMED
File without changes
|
question-answer/data-00000-of-00001.arrow
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:43bdfddd229d74522a781331ce28e4d36912eec0767792cf0f71e3676ff6c22f
|
3 |
-
size 388008
|
|
|
|
|
|
|
|
question-answer/dataset_info.json
DELETED
@@ -1,24 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"citation": "",
|
3 |
-
"description": "",
|
4 |
-
"features": {
|
5 |
-
"id": {
|
6 |
-
"dtype": "int64",
|
7 |
-
"_type": "Value"
|
8 |
-
},
|
9 |
-
"question": {
|
10 |
-
"dtype": "string",
|
11 |
-
"_type": "Value"
|
12 |
-
},
|
13 |
-
"answer": {
|
14 |
-
"dtype": "string",
|
15 |
-
"_type": "Value"
|
16 |
-
},
|
17 |
-
"relevant_passage_ids": {
|
18 |
-
"dtype": "string",
|
19 |
-
"_type": "Value"
|
20 |
-
}
|
21 |
-
},
|
22 |
-
"homepage": "",
|
23 |
-
"license": ""
|
24 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
question-answer/state.json
DELETED
@@ -1,13 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_data_files": [
|
3 |
-
{
|
4 |
-
"filename": "data-00000-of-00001.arrow"
|
5 |
-
}
|
6 |
-
],
|
7 |
-
"_fingerprint": "7db8dfc437e51efb",
|
8 |
-
"_format_columns": null,
|
9 |
-
"_format_kwargs": {},
|
10 |
-
"_format_type": null,
|
11 |
-
"_output_all_columns": false,
|
12 |
-
"_split": null
|
13 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|