Datasets:
Upload dataset-info.json with huggingface_hub
Browse files- dataset-info.json +33 -34
dataset-info.json
CHANGED
@@ -2,40 +2,39 @@
|
|
2 |
"name": "bioasq-12b-rag-dataset",
|
3 |
"version": "1.0.0",
|
4 |
"description": "BioASQ 12B dataset processed for RAG applications",
|
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 |
-
"splits": {
|
31 |
-
"dev": {
|
32 |
-
"num_examples": 5049,
|
33 |
-
"file": "data/dev.jsonl"
|
34 |
},
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
|
|
|
|
|
|
|
|
|
39 |
}
|
40 |
-
|
41 |
}
|
|
|
2 |
"name": "bioasq-12b-rag-dataset",
|
3 |
"version": "1.0.0",
|
4 |
"description": "BioASQ 12B dataset processed for RAG applications",
|
5 |
+
"configurations": [
|
6 |
+
{
|
7 |
+
"config_name": "corpus",
|
8 |
+
"description": "Collection of PubMed abstracts including metadata",
|
9 |
+
"data_files": "data/corpus.jsonl",
|
10 |
+
"features": [
|
11 |
+
"id",
|
12 |
+
"title",
|
13 |
+
"text",
|
14 |
+
"url",
|
15 |
+
"publication_date",
|
16 |
+
"journal",
|
17 |
+
"authors",
|
18 |
+
"doi",
|
19 |
+
"keywords",
|
20 |
+
"mesh_terms"
|
21 |
+
]
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"config_name": "questions",
|
25 |
+
"description": "Biomedical questions with answers and relevant passage IDs",
|
26 |
+
"data_files": {
|
27 |
+
"dev": "data/dev.jsonl",
|
28 |
+
"test": "data/test.jsonl"
|
|
|
|
|
|
|
|
|
|
|
29 |
},
|
30 |
+
"features": [
|
31 |
+
"question_id",
|
32 |
+
"question",
|
33 |
+
"answer",
|
34 |
+
"relevant_passage_ids",
|
35 |
+
"type",
|
36 |
+
"snippets"
|
37 |
+
]
|
38 |
}
|
39 |
+
]
|
40 |
}
|