File size: 329 Bytes
7f65ec0
 
 
 
 
 
 
 
 
 
0e17aa7
7f65ec0
0e17aa7
7f65ec0
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
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')
```