Datasets:
File size: 691 Bytes
870ace5 463a104 7a848fe 463a104 870ace5 bc094ff 73178dd 463a104 |
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 |
---
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/*"
---
[In this huggingface discussion](https://discuss.huggingface.co/t/what-are-you-using-the-mini-bioasq-dataset-for/89042?u=tillwenke) 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`.
|