CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01BeIR /scifact-qrels Dataset Card for BEIR Benchmark Dataset Summary BEIR is a heterogeneous benchmark that has been built from 18 diverse datasets representing 9 information retrieval tasks: Fact-checking: FEVER, Climate-FEVER, SciFact Question-Answering: NQ, HotpotQA, FiQA-2018 Bio-Medical IR: TREC-COVID, BioASQ, NFCorpus News Retrieval: TREC-NEWS, Robust04 Argument Retrieval: Touche-2020, ArguAna Duplicate Question Retrieval: Quora, CqaDupstack Citation-Prediction: SCIDOCS Tweet… See the full description on the dataset page: https://huggingface.co/datasets/BeIR/scifact-qrels.tabulartext-retrieval1K<n<10K1 likes16k downloads4y agoHugging Face02BeIR /nfcorpus-qrels Dataset Card for BEIR Benchmark Dataset Summary BEIR is a heterogeneous benchmark that has been built from 18 diverse datasets representing 9 information retrieval tasks: Fact-checking: FEVER, Climate-FEVER, SciFact Question-Answering: NQ, HotpotQA, FiQA-2018 Bio-Medical IR: TREC-COVID, BioASQ, NFCorpus News Retrieval: TREC-NEWS, Robust04 Argument Retrieval: Touche-2020, ArguAna Duplicate Question Retrieval: Quora, CqaDupstack Citation-Prediction: SCIDOCS Tweet… See the full description on the dataset page: https://huggingface.co/datasets/BeIR/nfcorpus-qrels.texttext-retrieval100K<n<1M0 likes5.9k downloads4y agoHugging Face03BeIR /fiqa-qrels Dataset Card for BEIR Benchmark Dataset Summary BEIR is a heterogeneous benchmark that has been built from 18 diverse datasets representing 9 information retrieval tasks: Fact-checking: FEVER, Climate-FEVER, SciFact Question-Answering: NQ, HotpotQA, FiQA-2018 Bio-Medical IR: TREC-COVID, BioASQ, NFCorpus News Retrieval: TREC-NEWS, Robust04 Argument Retrieval: Touche-2020, ArguAna Duplicate Question Retrieval: Quora, CqaDupstack Citation-Prediction: SCIDOCS Tweet… See the full description on the dataset page: https://huggingface.co/datasets/BeIR/fiqa-qrels.tabulartext-retrieval10K<n<100K0 likes3.5k downloads4y agoHugging Face04BeIR /trec-covid-qrels Dataset Card for BEIR Benchmark Dataset Summary BEIR is a heterogeneous benchmark that has been built from 18 diverse datasets representing 9 information retrieval tasks: Fact-checking: FEVER, Climate-FEVER, SciFact Question-Answering: NQ, HotpotQA, FiQA-2018 Bio-Medical IR: TREC-COVID, BioASQ, NFCorpus News Retrieval: TREC-NEWS, Robust04 Argument Retrieval: Touche-2020, ArguAna Duplicate Question Retrieval: Quora, CqaDupstack Citation-Prediction: SCIDOCS Tweet… See the full description on the dataset page: https://huggingface.co/datasets/BeIR/trec-covid-qrels.tabulartext-retrieval10K<n<100K1 likes1.6k downloads4y agoHugging Face05BeIR /arguana-qrels Dataset Card for BEIR Benchmark Dataset Summary BEIR is a heterogeneous benchmark that has been built from 18 diverse datasets representing 9 information retrieval tasks: Fact-checking: FEVER, Climate-FEVER, SciFact Question-Answering: NQ, HotpotQA, FiQA-2018 Bio-Medical IR: TREC-COVID, BioASQ, NFCorpus News Retrieval: TREC-NEWS, Robust04 Argument Retrieval: Touche-2020, ArguAna Duplicate Question Retrieval: Quora, CqaDupstack Citation-Prediction: SCIDOCS Tweet… See the full description on the dataset page: https://huggingface.co/datasets/BeIR/arguana-qrels.texttext-retrieval1K<n<10K0 likes1.4k downloads4y agoHugging Face06BeIR /scidocs-qrels Dataset Card for BEIR Benchmark Dataset Summary BEIR is a heterogeneous benchmark that has been built from 18 diverse datasets representing 9 information retrieval tasks: Fact-checking: FEVER, Climate-FEVER, SciFact Question-Answering: NQ, HotpotQA, FiQA-2018 Bio-Medical IR: TREC-COVID, BioASQ, NFCorpus News Retrieval: TREC-NEWS, Robust04 Argument Retrieval: Touche-2020, ArguAna Duplicate Question Retrieval: Quora, CqaDupstack Citation-Prediction: SCIDOCS Tweet… See the full description on the dataset page: https://huggingface.co/datasets/BeIR/scidocs-qrels.texttext-retrieval10K<n<100K0 likes1.2k downloads4y agoHugging Face07BeIR /msmarco-qrels Dataset Card for BEIR Benchmark Dataset Summary BEIR is a heterogeneous benchmark that has been built from 18 diverse datasets representing 9 information retrieval tasks: Fact-checking: FEVER, Climate-FEVER, SciFact Question-Answering: NQ, HotpotQA, FiQA-2018 Bio-Medical IR: TREC-COVID, BioASQ, NFCorpus News Retrieval: TREC-NEWS, Robust04 Argument Retrieval: Touche-2020, ArguAna Duplicate Question Retrieval: Quora, CqaDupstack Citation-Prediction: SCIDOCS Tweet… See the full description on the dataset page: https://huggingface.co/datasets/BeIR/msmarco-qrels.tabulartext-retrieval100K<n<1M1 likes1.1k downloads4y agoHugging Face08BeIR /quora-qrels Dataset Card for BEIR Benchmark Dataset Summary BEIR is a heterogeneous benchmark that has been built from 18 diverse datasets representing 9 information retrieval tasks: Fact-checking: FEVER, Climate-FEVER, SciFact Question-Answering: NQ, HotpotQA, FiQA-2018 Bio-Medical IR: TREC-COVID, BioASQ, NFCorpus News Retrieval: TREC-NEWS, Robust04 Argument Retrieval: Touche-2020, ArguAna Duplicate Question Retrieval: Quora, CqaDupstack Citation-Prediction: SCIDOCS Tweet… See the full description on the dataset page: https://huggingface.co/datasets/BeIR/quora-qrels.tabulartext-retrieval10K<n<100K0 likes710 downloads4y agoHugging Face09CoIR-Retrieval /codetrans-contest-qrelsEmploying the COIR evaluation framework's dataset version, utilize the code below for assessment: import coir from coir.data_loader import get_tasks from coir.evaluation import COIR from coir.models import YourCustomDEModel model_name = "intfloat/e5-base-v2" # Load the model model = YourCustomDEModel(model_name=model_name) # Get tasks #all task ["codetrans-dl","stackoverflow-qa","apps","codefeedback-mt","codefeedback-st","codetrans-contest","synthetic- # text2sql","cosqa","codesearchnet"… See the full description on the dataset page: https://huggingface.co/datasets/CoIR-Retrieval/codetrans-contest-qrels.text1K<n<10K0 likes697 downloads2y agoHugging Face10CoIR-Retrieval /codefeedback-st-qrels Dataset Card for "codefeedback-st-qrels" More Information needed text100K<n<1M0 likes667 downloads2y agoHugging Face11BeIR /nq-qrels Dataset Card for BEIR Benchmark Dataset Summary BEIR is a heterogeneous benchmark that has been built from 18 diverse datasets representing 9 information retrieval tasks: Fact-checking: FEVER, Climate-FEVER, SciFact Question-Answering: NQ, HotpotQA, FiQA-2018 Bio-Medical IR: TREC-COVID, BioASQ, NFCorpus News Retrieval: TREC-NEWS, Robust04 Argument Retrieval: Touche-2020, ArguAna Duplicate Question Retrieval: Quora, CqaDupstack Citation-Prediction: SCIDOCS Tweet… See the full description on the dataset page: https://huggingface.co/datasets/BeIR/nq-qrels.texttext-retrieval1K<n<10K0 likes640 downloads4y agoHugging Face12BeIR /hotpotqa-qrels Dataset Card for BEIR Benchmark Dataset Summary BEIR is a heterogeneous benchmark that has been built from 18 diverse datasets representing 9 information retrieval tasks: Fact-checking: FEVER, Climate-FEVER, SciFact Question-Answering: NQ, HotpotQA, FiQA-2018 Bio-Medical IR: TREC-COVID, BioASQ, NFCorpus News Retrieval: TREC-NEWS, Robust04 Argument Retrieval: Touche-2020, ArguAna Duplicate Question Retrieval: Quora, CqaDupstack Citation-Prediction: SCIDOCS Tweet… See the full description on the dataset page: https://huggingface.co/datasets/BeIR/hotpotqa-qrels.tabulartext-retrieval100K<n<1M1 likes547 downloads4y agoHugging Face13C-MTEB /T2Retrieval-qrels Dataset Card for "T2Retrieval-qrels" More Information needed text100K<n<1M1 likes474 downloads3y agoHugging Face14BeIR /fever-qrels Dataset Card for BEIR Benchmark Dataset Summary BEIR is a heterogeneous benchmark that has been built from 18 diverse datasets representing 9 information retrieval tasks: Fact-checking: FEVER, Climate-FEVER, SciFact Question-Answering: NQ, HotpotQA, FiQA-2018 Bio-Medical IR: TREC-COVID, BioASQ, NFCorpus News Retrieval: TREC-NEWS, Robust04 Argument Retrieval: Touche-2020, ArguAna Duplicate Question Retrieval: Quora, CqaDupstack Citation-Prediction: SCIDOCS Tweet… See the full description on the dataset page: https://huggingface.co/datasets/BeIR/fever-qrels.tabulartext-retrieval100K<n<1M1 likes465 downloads4y agoHugging Face15BeIR /webis-touche2020-qrels Dataset Card for BEIR Benchmark Dataset Summary BEIR is a heterogeneous benchmark that has been built from 18 diverse datasets representing 9 information retrieval tasks: Fact-checking: FEVER, Climate-FEVER, SciFact Question-Answering: NQ, HotpotQA, FiQA-2018 Bio-Medical IR: TREC-COVID, BioASQ, NFCorpus News Retrieval: TREC-NEWS, Robust04 Argument Retrieval: Touche-2020, ArguAna Duplicate Question Retrieval: Quora, CqaDupstack Citation-Prediction: SCIDOCS Tweet… See the full description on the dataset page: https://huggingface.co/datasets/BeIR/webis-touche2020-qrels.tabulartext-retrieval1K<n<10K0 likes399 downloads4y agoHugging Face16C-MTEB /DuRetrieval-qrels Dataset Card for "DuRetrieval-qrels" More Information needed text1K<n<10K1 likes361 downloads3y agoHugging Face17CoIR-Retrieval /cosqa-qrels Dataset Card for "cosqa-qrels" More Information needed text10K<n<100K0 likes355 downloads2y agoHugging Face18CoIR-Retrieval /codetrans-dl-qrels Dataset Card for "codetrans-dl-qrels" More Information needed textn<1K0 likes324 downloads2y agoHugging Face19mteb /germanquad-retrieval-qrelsThis dataset is derived from the GermanQuAD dataset. This dataset takes the testset and represents it as qrels in the BEIR information retrieval benchmark format. Corpus and query ids have been added. The corresponding corpus can be found here. Full credit for the original dataset goes to the authors of the GermanQuAD dataset. The original dataset is licensed under CC BY-SA 4.0. Citation for the original dataset: @misc{möller2021germanquad, title={GermanQuAD and GermanDPR: Improving… See the full description on the dataset page: https://huggingface.co/datasets/mteb/germanquad-retrieval-qrels.text1K<n<10K0 likes321 downloads3y agoHugging Face20BeIR /dbpedia-entity-qrels Dataset Card for BEIR Benchmark Dataset Summary BEIR is a heterogeneous benchmark that has been built from 18 diverse datasets representing 9 information retrieval tasks: Fact-checking: FEVER, Climate-FEVER, SciFact Question-Answering: NQ, HotpotQA, FiQA-2018 Bio-Medical IR: TREC-COVID, BioASQ, NFCorpus News Retrieval: TREC-NEWS, Robust04 Argument Retrieval: Touche-2020, ArguAna Duplicate Question Retrieval: Quora, CqaDupstack Citation-Prediction: SCIDOCS Tweet… See the full description on the dataset page: https://huggingface.co/datasets/BeIR/dbpedia-entity-qrels.texttext-retrieval10K<n<100K0 likes320 downloads4y agoHugging Face21ellamind /wikipedia-2023-11-retrieval-multilingual-qrelstext100K<n<1M0 likes317 downloads2y agoHugging Face22BeIR /cqadupstack-qrels Dataset Card for BEIR Benchmark Dataset Summary BEIR is a heterogeneous benchmark that has been built from 18 diverse datasets representing 9 information retrieval tasks: Fact-checking: FEVER, Climate-FEVER, SciFact Question-Answering: NQ, HotpotQA, FiQA-2018 Bio-Medical IR: TREC-COVID, BioASQ, NFCorpus News Retrieval: TREC-NEWS, Robust04 Argument Retrieval: Touche-2020, ArguAna Duplicate Question Retrieval: Quora, CqaDupstack Citation-Prediction: SCIDOCS Tweet… See the full description on the dataset page: https://huggingface.co/datasets/BeIR/cqadupstack-qrels.tabulartext-retrieval10K<n<100K0 likes280 downloads4y agoHugging Face23C-MTEB /CmedqaRetrieval-qrels Dataset Card for "CmedqaRetrieval-qrels" More Information needed text1K<n<10K0 likes214 downloads3y agoHugging Face24BeIR /climate-fever-qrels Dataset Card for BEIR Benchmark Dataset Summary BEIR is a heterogeneous benchmark that has been built from 18 diverse datasets representing 9 information retrieval tasks: Fact-checking: FEVER, Climate-FEVER, SciFact Question-Answering: NQ, HotpotQA, FiQA-2018 Bio-Medical IR: TREC-COVID, BioASQ, NFCorpus News Retrieval: TREC-NEWS, Robust04 Argument Retrieval: Touche-2020, ArguAna Duplicate Question Retrieval: Quora, CqaDupstack Citation-Prediction: SCIDOCS Tweet… See the full description on the dataset page: https://huggingface.co/datasets/BeIR/climate-fever-qrels.tabulartext-retrieval1K<n<10K0 likes212 downloads4y agoHugging Face25fitkovskaja /legal_search_2004_qrelstext10K<n<100K0 likes203 downloads6mo agoHugging Face26mjbommar /opengloss-v2.1-qrels Superseded by OpenGloss v2.2 (2026-09-08): 148,292 live lexemes and 288,304 senses — tier 5 closes the WordNet gap (38,100 entries imported from Princeton WordNet 3.0 and enriched), inflected-form headwords are folded onto their lemmas, and every inherited field carries a migrate provenance record. v2.1 stays published for reproducibility. OpenGloss v2.1 — Qrels A ready-to-score retrieval benchmark built from the release's own graph. The listwise config gives one query with… See the full description on the dataset page: https://huggingface.co/datasets/mjbommar/opengloss-v2.1-qrels.texttext-retrieval1M<n<10M0 likes189 downloads17d agoHugging Face27C-MTEB /MedicalRetrieval-qrels Dataset Card for "MedicalRetrieval-qrels" More Information needed text1K<n<10K1 likes184 downloads3y agoHugging Face28C-MTEB /CovidRetrieval-qrels Dataset Card for "CovidRetrieval-qrels" More Information needed textn<1K0 likes181 downloads3y agoHugging Face29C-MTEB /EcomRetrieval-qrels Dataset Card for "EcomRetrieval-qrels" More Information needed text1K<n<10K0 likes165 downloads3y agoHugging Face30C-MTEB /VideoRetrieval-qrels Dataset Card for "VideoRetrieval-qrels" More Information needed text1K<n<10K0 likes155 downloads3y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.