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
01mteb /trec-covid TRECCOVID An MTEB dataset Massive Text Embedding Benchmark TRECCOVID is an ad-hoc search challenge based on the COVID-19 dataset containing scientific articles related to the COVID-19 pandemic. Task category t2t Domains Medical, Academic, Written Reference https://ir.nist.gov/covidSubmit/index.html How to evaluate on this task You can evaluate an embedding model on this dataset using the following code: import mteb task = mteb.get_tasks(["TRECCOVID"])… See the full description on the dataset page: https://huggingface.co/datasets/mteb/trec-covid.texttext-retrieval100K<n<1M5 likes7.9k downloads7mo agoHugging Face02SetFit /TREC-QC TREC Question Classification Question classification in coarse and fine-grained categories. Source: Experimental Data for Question Classification Xin Li, Dan Roth, Learning Question Classifiers. COLING'02, Aug., 2002. tabular1K<n<10K0 likes3.2k downloads5y agoHugging Face03BeIR /trec-covid Dataset Card for BEIR Benchmark trec-covid is one of the datasets from the Bio-Medical Retrieval task within BEIR, measuring scientific article retrieval for a given query on COVID-19. Dataset Summary BEIR is a heterogeneous benchmark 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… See the full description on the dataset page: https://huggingface.co/datasets/BeIR/trec-covid.textzero-shot-classification100K<n<1M7 likes2.2k downloads6mo 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 Face05TREC-AToMiC /AToMiC-Images-v0.2gated Dataset Card for "AToMiC-All-Images_wi-pixels" Languages The dataset contains 108 languages in Wikipedia. Data Instances Each instance is an image, its representation in bytes, and its associated captions. Intended Usage Image collection for Text-to-Image retrieval Image--Caption Retrieval/Generation/Translation Licensing Information CC BY-SA 4.0 international license Citation Information TBA Acknowledgement Thanks… See the full description on the dataset page: https://huggingface.co/datasets/TREC-AToMiC/AToMiC-Images-v0.2.image10M<n<100M4 likes1.5k downloads4y agoHugging Face06TREC-AToMiC /AToMiC-Baselines AToMiC Prebuilt Indexes Example Usage: Reproduction Toolkits: https://github.com/TREC-AToMiC/AToMiC/tree/main/examples/dense_retriever_baselines # Skip the encode and index steps, search with the prebuilt indexes and topics directly python search.py \ --topics topics/openai.clip-vit-base-patch32.text.validation \ --index indexes/openai.clip-vit-base-patch32.image.faiss.flat \ --hits 1000 \ --output… See the full description on the dataset page: https://huggingface.co/datasets/TREC-AToMiC/AToMiC-Baselines.textn<1K1 likes659 downloads3y agoHugging Face07lightonai /trec-covid-decontaminated trec-covid (Decontaminated) A decontaminated version of the trec-covid dataset from the BEIR benchmark, with samples found in the mgte-en pre-training dataset removed. Decontamination methodology Contamination was detected using a two-pass approach against the full mgte-en dataset (484 GB, 1,235 parquet files): Pass 1: Exact hash matching All texts (queries and corpus documents) were normalized (lowercased, unicode NFKD, whitespace collapsed) and hashed with… See the full description on the dataset page: https://huggingface.co/datasets/lightonai/trec-covid-decontaminated.tabulartext-retrieval100K<n<1M0 likes427 downloads6mo agoHugging Face08jknafou /trec-ragtime-2026 TREC RAGTIME 2026 — sentence and passage renderings A sentence-level view of the TREC RAGTIME 2026 news collection, with two English machine translations of every non-English sentence and the passage boundaries used for retrieval. Derived from trec-ragtime/ragtime2. Pipeline, experiment design, run configurations and reproduction steps: github.com/jknafou/trec-ragtime-2026 What is in here Config Splits Rows Contents sentences eng, spa, rus, zho 88,719… See the full description on the dataset page: https://huggingface.co/datasets/jknafou/trec-ragtime-2026.tabulartext-retrieval100M<n<1B0 likes301 downloads1mo agoHugging Face09trec-ragtime /ragtime1 RAGTIME1 Collection This dataset contains the documents for TREC RAGTIME Track. Please refer to the website for the details of the task. RAGTIME is a multilingual RAG task, which expects the participating system to retrieve relevant documents from all four languages and synthesize a response with citation to the report request. For convenience, we separate the documents by their languages into four .jsonl files. However, they are intended to be used as a whole set. The documents… See the full description on the dataset page: https://huggingface.co/datasets/trec-ragtime/ragtime1.texttext-retrieval1M<n<10M0 likes232 downloads10mo agoHugging Face10rungalileo /trec6tabular1K<n<10K0 likes217 downloads4y agoHugging Face11spacemanidol /trec_ragtext1M<n<10M0 likes216 downloads2y agoHugging Face12hyesunyun /liveqa_medical_trec2017 Dataset Card for LiveQA Medical from TREC 2017 The LiveQA'17 medical task focuses on consumer health question answering. Consumer health questions were received by the U.S. National Library of Medicine (NLM). The dataset consists of constructed medical question-answer pairs for training and testing, with additional annotations that can be used to develop question analysis and question answering systems. Please refer to our overview paper for more information about the constructed… See the full description on the dataset page: https://huggingface.co/datasets/hyesunyun/liveqa_medical_trec2017.textquestion-answeringn<1K8 likes205 downloads3y agoHugging Face13lukasgarbas /trec TREC A classic benchmark dataset for question classification with both coarse and fine-grained labels. Size: small, clean, ready to use Source: original release Format: stored in Parquet Compatibility: 🧩 works with datasets >= 4.0 (script loaders deprecated) Reference Li, X., & Roth, D. (2002).Learning Question Classifiers.ACL Anthology texttext-classification1K<n<10K0 likes175 downloads1y agoHugging Face14lucadiliello /trecqa Dataset Card for "trecqa" TREC-QA dataset for Answer Sentence Selection. The dataset contains 2 additional splits which are clean versions of the original development and test sets. clean versions contain only questions which have at least a positive and a negative answer candidate. tabular10K<n<100K0 likes154 downloads4y agoHugging Face15michaeldinzinger /merged-trecdltexttext-retrieval1M<n<10M0 likes153 downloads1y agoHugging Face16whybe-choi /trec-dl-2019 TRECDL2019 An MTEB dataset Massive Text Embedding Benchmark TREC Deep Learning Track 2019 passage ranking task. The task involves retrieving relevant passages from the MS MARCO collection given web search queries. Queries have multi-graded relevance judgments. Task categoryt2t Domains Encyclopaedic, Academic, Blog, News, Medical, Government, Reviews, Non-fiction, Social, Web Reference https://microsoft.github.io/msmarco/TREC-Deep-Learning-2019 How to… See the full description on the dataset page: https://huggingface.co/datasets/whybe-choi/trec-dl-2019.texttext-retrieval1M<n<10M1 likes149 downloads11mo agoHugging Face17araag2 /TREC_Clinical-Trials TREC Clinical Trials (2021, 2022 and 2023) Dataset Description Links Homepage: TREC Paper: 2021 / 2022 / 2023 Contact (Original Authors): - Contact (Curator): Artur Guimarães (artur.guimas@gmail.com) Dataset Summary This track focused on matching patients to relevant clinical trials. Data Instances Source Format { "query_id":"1", "disease":"glaucoma", "text":"definitive diagnosis: primary open angle… See the full description on the dataset page: https://huggingface.co/datasets/araag2/TREC_Clinical-Trials.texttext-ranking100K<n<1M1 likes143 downloads11mo agoHugging Face18liuqi6777 /trec-newstexttext-retrieval100K<n<1M0 likes140 downloads1y agoHugging Face192001jdev /clinical-trials-trec-qrelstabular100K<n<1M1 likes135 downloads5mo agoHugging Face202001jdev /clinical-trials-trec-parsedtext10K<n<100K0 likes128 downloads5mo agoHugging Face21TREC-AToMiC /atomic2024image100K<n<1M0 likes127 downloads2y agoHugging Face22OxAISH-AL-LLM /trec6text1K<n<10K0 likes126 downloads4y agoHugging Face232001jdev /clinical-trials-trec-topicstabularn<1K0 likes117 downloads5mo agoHugging Face24trec-product-search /product-recommendation-2025 TREC 2025 Product Recommendation Data This is the data for the recommendation task for the TREC 2025 Product Search and Recommendation Task. The initial directory contains the initial corpus and training data release. This may be updated as we get further along in the timeline. [!NOTE] This data is derived from the Amazon ESCI and M2 data sets, each under the Apache license (version 2.0). text10K<n<100K0 likes105 downloads1y agoHugging Face25trec-product-search /Product-Search-Images-v0.1gatedtexttext-classification1M<n<10M2 likes104 downloads3y agoHugging Face26mteb /TRECCOVID-PL TRECCOVID-PL An MTEB dataset Massive Text Embedding Benchmark TRECCOVID is an ad-hoc search challenge based on the COVID-19 dataset containing scientific articles related to the COVID-19 pandemic. Task category t2t Domains Academic, Medical, Non-fiction, Written Reference https://ir.nist.gov/covidSubmit/index.html How to evaluate on this task You can evaluate an embedding model on this dataset using the following code: import mteb task =… See the full description on the dataset page: https://huggingface.co/datasets/mteb/TRECCOVID-PL.texttext-retrieval100K<n<1M0 likes90 downloads1y agoHugging Face27harisarang /benchmark-trec-covidtext100K<n<1M0 likes86 downloads10mo agoHugging Face28GreenNode /trec-covid-vn TRECCOVID-VN An MTEB dataset Massive Text Embedding Benchmark A translated dataset from TRECCOVID is an ad-hoc search challenge based on the COVID-19 dataset containing scientific articles related to the COVID-19 pandemic. The process of creating the VN-MTEB (Vietnamese Massive Text Embedding Benchmark) from English samples involves a new automated system: - The system uses large language models (LLMs), specifically Coherence's Aya model, for translation. - Applies advanced embedding… See the full description on the dataset page: https://huggingface.co/datasets/GreenNode/trec-covid-vn.texttext-retrieval100K<n<1M0 likes84 downloads9mo agoHugging Face29joao-luz /trectext1K<n<10K0 likes84 downloads15d agoHugging Face30Hyukkyu /beir-trec-covid TRECCOVID — BEIR, unified schema A normalised copy of the dataset behind the mteb task TRECCOVID, one of the tasks of the BEIR benchmark as mteb defines it. Same queries, documents and relevance judgements as the benchmark evaluates — reshaped into one strict schema shared by every dataset in this collection. Source mteb/trec-covid @ bb9466bac815 (the revision pinned in mteb) Domain · languages biomedical · eng Queries / documents / qrels 50 / 171,332 / 66,336… See the full description on the dataset page: https://huggingface.co/datasets/Hyukkyu/beir-trec-covid.texttext-retrieval100K<n<1M0 likes82 downloads18d agoHugging Face

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