jun000's picture
Create README.md
7f65ec0 verified
|
raw
history blame
No virus
481 Bytes
metadata
task_categories:
  - question-answering
language:
  - en
size_categories:
  - 100K<n<1M

How to Make

Select Passage that "is_selected" == 1 and others are deleted.

If it has multiple "is_selected" passages, select first one and others are deleted.

Make Question has only one answer. If Question has multiple answer, that Questions are deleted.

Example Usage

from datasets import load_dataset

docs = load_dataset('jun000/MS_MARCO_Gold_Passage_QA')