Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Improve dataset card: Add license and tags, sync num_examples, rename usage section
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,4 +1,12 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
- name: query_id
|
|
@@ -16,13 +24,13 @@ dataset_info:
|
|
| 16 |
splits:
|
| 17 |
- name: train
|
| 18 |
num_bytes: 574232682
|
| 19 |
-
num_examples:
|
| 20 |
- name: validation
|
| 21 |
num_bytes: 69676798
|
| 22 |
-
num_examples:
|
| 23 |
- name: test
|
| 24 |
num_bytes: 67168787
|
| 25 |
-
num_examples:
|
| 26 |
download_size: 364216311
|
| 27 |
dataset_size: 711078267
|
| 28 |
configs:
|
|
@@ -34,10 +42,6 @@ configs:
|
|
| 34 |
path: data/validation-*
|
| 35 |
- split: test
|
| 36 |
path: data/test-*
|
| 37 |
-
task_categories:
|
| 38 |
-
- question-answering
|
| 39 |
-
language:
|
| 40 |
-
- en
|
| 41 |
---
|
| 42 |
|
| 43 |
# Dataset Card for MS MARCO for CARE Training
|
|
@@ -78,7 +82,9 @@ This dataset is a processed version of MS MARCO adapted for training language mo
|
|
| 78 |
"query_type": "description",
|
| 79 |
"question": "what causes blood pressure to rise?",
|
| 80 |
"context": "Context: High blood pressure can be caused by several factors including...",
|
| 81 |
-
"prompt": "Context: [passages]
|
|
|
|
|
|
|
| 82 |
"answer": "Blood pressure rises due to factors such as stress, high sodium intake, lack of physical activity..."
|
| 83 |
}
|
| 84 |
```
|
|
@@ -91,7 +97,7 @@ This dataset is a processed version of MS MARCO adapted for training language mo
|
|
| 91 |
| Validation | 101,093 |
|
| 92 |
| Test | 101,092 |
|
| 93 |
|
| 94 |
-
## Usage
|
| 95 |
|
| 96 |
### Loading the Dataset
|
| 97 |
|
|
@@ -128,7 +134,7 @@ class CurriculumScheduler:
|
|
| 128 |
|
| 129 |
## License
|
| 130 |
|
| 131 |
-
Please refer to the original MS MARCO dataset
|
| 132 |
|
| 133 |
## Citation
|
| 134 |
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
task_categories:
|
| 5 |
+
- question-answering
|
| 6 |
+
license: cc-by-sa-4.0
|
| 7 |
+
tags:
|
| 8 |
+
- retrieval-augmented-generation
|
| 9 |
+
- curriculum-learning
|
| 10 |
dataset_info:
|
| 11 |
features:
|
| 12 |
- name: query_id
|
|
|
|
| 24 |
splits:
|
| 25 |
- name: train
|
| 26 |
num_bytes: 574232682
|
| 27 |
+
num_examples: 808731
|
| 28 |
- name: validation
|
| 29 |
num_bytes: 69676798
|
| 30 |
+
num_examples: 101093
|
| 31 |
- name: test
|
| 32 |
num_bytes: 67168787
|
| 33 |
+
num_examples: 101092
|
| 34 |
download_size: 364216311
|
| 35 |
dataset_size: 711078267
|
| 36 |
configs:
|
|
|
|
| 42 |
path: data/validation-*
|
| 43 |
- split: test
|
| 44 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
---
|
| 46 |
|
| 47 |
# Dataset Card for MS MARCO for CARE Training
|
|
|
|
| 82 |
"query_type": "description",
|
| 83 |
"question": "what causes blood pressure to rise?",
|
| 84 |
"context": "Context: High blood pressure can be caused by several factors including...",
|
| 85 |
+
"prompt": "Context: [passages]
|
| 86 |
+
|
| 87 |
+
Question: what causes blood pressure to rise?",
|
| 88 |
"answer": "Blood pressure rises due to factors such as stress, high sodium intake, lack of physical activity..."
|
| 89 |
}
|
| 90 |
```
|
|
|
|
| 97 |
| Validation | 101,093 |
|
| 98 |
| Test | 101,092 |
|
| 99 |
|
| 100 |
+
## Sample Usage
|
| 101 |
|
| 102 |
### Loading the Dataset
|
| 103 |
|
|
|
|
| 134 |
|
| 135 |
## License
|
| 136 |
|
| 137 |
+
This dataset is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License (CC-BY-SA-4.0). Please refer to the original MS MARCO dataset terms of use for more details.
|
| 138 |
|
| 139 |
## Citation
|
| 140 |
|