Dataset Card for beir/fiqa
The beir/fiqa dataset, provided by the ir-datasets package.
For more information about the dataset, see the documentation.
This dataset provides:
docs (documents, i.e., the corpus); count=57,638
queries (i.e., topics); count=6,648
This dataset is used by: beir_fiqa_dev, beir_fiqa_test, beir_fiqa_train
from datasets import load_dataset
docs = load_dataset('irds/beir_fiqa', 'docs')
for record in docs:
record #… See the full description on the dataset page:
https://huggingface.co/datasets/irds/beir_fiqa.