This dataset is a subset of a training dataset by the BioASQ Challenge, which is available here.
It is derived from rag-datasets/rag-mini-bioasq.
Modifications include:
filling in missing passages (some of them contained "nan" instead of actual text),
changing relevant_passage_ids' type from string to sequence of ints,
deduplicating the passages (removed 40 duplicates) and fixing the relevant_passage_ids in QAP triplets to point to the corrected, deduplicated passages' ids,
splitting QAP… See the full description on the dataset page:
https://huggingface.co/datasets/enelpol/rag-mini-bioasq.