Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -57,4 +57,8 @@ This dataset is a subset of a training dataset by [the BioASQ Challenge](http://
|
|
57 |
|
58 |
It is derived from [`rag-datasets/rag-mini-bioasq`](https://huggingface.co/datasets/rag-datasets/rag-mini-bioasq).
|
59 |
|
60 |
-
Modifications include
|
|
|
|
|
|
|
|
|
|
57 |
|
58 |
It is derived from [`rag-datasets/rag-mini-bioasq`](https://huggingface.co/datasets/rag-datasets/rag-mini-bioasq).
|
59 |
|
60 |
+
Modifications include:
|
61 |
+
- filling in missing passages (some of them contained `"nan"` instead of actual text),
|
62 |
+
- changing `relevant_passage_ids`' type from string to sequence of ints,
|
63 |
+
- deduplicating the passages (removed 40 duplicates) and fixing the `relevant_passage_ids` in QAP triplets to point to the corrected, deduplicated passages' ids,
|
64 |
+
- splitting QAP triplets into train and test splits.
|