task_categories: | |
- question-answering | |
language: | |
- en | |
size_categories: | |
- 100K<n<1M | |
# How to Make | |
Make "Question has **only one answer**". | |
If Question has multiple answer, that question is deleted. | |
## Example Usage | |
```python | |
from datasets import load_dataset | |
docs = load_dataset('jun000/MS_MARCO_Gold_Passage_QA') | |
``` |