Datasets:
metadata
license: cc-by-2.5
task_categories:
- question-answering
- sentence-similarity
language:
- en
tags:
- rag
- dpr
- information-retrieval
- question-answering
- biomedical
configs:
- config_name: text-corpus
data_files:
- split: passages
path: data/passages.parquet/*
- config_name: question-answer-passages
data_files:
- split: test
path: data/test.parquet/*
See here for an updated version without nans in text-corpus.
In this huggingface discussion you can share what you used the dataset for.
Derives from http://participants-area.bioasq.org/Tasks/11b/trainingDataset/ we generated our own subset using generate.py
.