Hyukkyu/beir-cqadupstack-gaming
CQADupstackGamingRetrieval — BEIR, unified schema A normalised copy of the dataset behind the mteb task CQADupstackGamingRetrieval, one of the tasks of the BEIR benchmark as mteb defines it (a member of the aggregate task CQADupstackRetrieval). Same queries, documents and relevance judgements as the benchmark evaluates — reshaped into one strict schema shared by every dataset in this collection. Source mteb/cqadupstack-gaming @ 4885aa143210 (the revision pinned in… See the full description on the dataset page: https://huggingface.co/datasets/Hyukkyu/beir-cqadupstack-gaming.
CQADupstackGamingRetrieval — BEIR, unified schema
A normalised copy of the dataset behind the mteb task `CQADupstackGamingRetrieval`, one of the tasks of the BEIR benchmark as mteb defines it (a member of the aggregate task CQADupstackRetrieval). Same queries, documents and relevance judgements as the benchmark evaluates — reshaped into one strict schema shared by every dataset in this collection.
Schema
Files are Parquet, sorted by id, zstd-compressed, sharded at 500 MB. Every rule above is enforced by a validator before publishing; provenance.json records the source file hashes, what changed, and the output file hashes.
What changed from the source
- byte-preserved all text — no whitespace, newline, or control-character normalisation
- cast
qrels.scoredouble -> int32 - kept 1 documents whose text is identical to another document's — a property of the source; note that models embed such documents identically and retrieval ties among them are broken by corpus order
- renamed
_id→id - renamed source splits (
queries←queries/queries,corpus←corpus/corpus) totest
Load it
from datasets import load_dataset
queries = load_dataset("Hyukkyu/beir-cqadupstack-gaming", "queries", split="test")
corpus = load_dataset("Hyukkyu/beir-cqadupstack-gaming", "corpus", split="test")
qrels = load_dataset("Hyukkyu/beir-cqadupstack-gaming", "qrels", split="test")License and attribution
The data is redistributed under the source's terms — cc-by-sa-4.0. All credit belongs to the original authors; see the source repository and the references in mteb's task metadata (http://nlp.cis.unimelb.edu.au/resources/cqadupstack/). This repository is an independent repackaging and is not affiliated with the RTEB or MTEB maintainers.
License discrepancy. The upstream dataset card declarescc-by-sa-4.0whilemteb'sTaskMetadatadeclaresapache-2.0. This card carries the upstream value as the more conservative choice.
