Datasets:
File size: 1,401 Bytes
3215620 4f4e78b 3215620 |
1 2 3 4 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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
---
dataset_info:
- config_name: question-answer-passages
features:
- name: question
dtype: string
- name: answer
dtype: string
- name: id
dtype: int64
- name: relevant_passage_ids
sequence: int64
splits:
- name: train
num_bytes: 1900746
num_examples: 4719
download_size: 1280794
dataset_size: 1900746
- config_name: text-corpus
features:
- name: passage
dtype: string
- name: id
dtype: int64
splits:
- name: train
num_bytes: 60184778
num_examples: 40221
download_size: 35288127
dataset_size: 60184778
configs:
- config_name: question-answer-passages
data_files:
- split: train
path: question-answer-passages/train-*
- config_name: text-corpus
data_files:
- split: train
path: text-corpus/train-*
license: cc-by-2.5
task_categories:
- question-answering
- sentence-similarity
language:
- en
tags:
- biology
- medical
- rag
---
This dataset is a subset of a training dataset by [the BioASQ Challenge](http://www.bioasq.org/), which is available [here](http://participants-area.bioasq.org/Tasks/11b/trainingDataset/).
It is derived from [`rag-datasets/rag-mini-bioasq`](https://huggingface.co/datasets/rag-datasets/rag-mini-bioasq).
Modifications include filling in missing passages (some of them contained `"nan"` instead of actual text) and changing `relevant_passage_ids`' type from string to sequence of ints. |