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 /hotpotqa HotpotQA An MTEB dataset Massive Text Embedding Benchmark HotpotQA is a question answering dataset featuring natural, multi-hop questions, with strong supervision for supporting facts to enable more explainable question answering systems. Task category t2t Domains Web, Written Reference https://hotpotqa.github.io/ 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/hotpotqa.texttext-retrieval1M<n<10M4 likes1.9k downloads1y agoHugging Face02Mvanypersele /hotpotqa-fr-abstracts HotpotQA-fr (abstracts) 65 565 questions multi-sauts en français, au format de HotpotQA (Yang et al., 2018). Les questions sont construites directement sur Wikipédia français, sans traduction. L'annotation humaine du jeu original est remplacée par une génération par modèle de langue suivie d'une validation automatique par ablations. Chaque contexte contient dix paragraphes : les deux abstracts nécessaires à la réponse et huit distracteurs. Tous les paragraphes sont des abstracts… See the full description on the dataset page: https://huggingface.co/datasets/Mvanypersele/hotpotqa-fr-abstracts.textquestion-answering100K<n<1M0 likes307 downloads2d agoHugging Face03BeIR /hotpotqa-generated-queries 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-generated-queries.texttext-retrieval1M<n<10M1 likes99 downloads4y agoHugging Face04RAG-Gym /wiki_hotpotqatext10M<n<100M0 likes89 downloads2y agoHugging Face05MCINext /HotpotQA_FA_test_top_250_only_w_correct-v2text100K<n<1M0 likes70 downloads1y agoHugging Face06clips /beir-nl-hotpotqa Dataset Card for BEIR-NL Benchmark Dataset Summary BEIR-NL is a Dutch-translated version of the BEIR benchmark, a diverse and heterogeneous collection of datasets covering various domains from biomedical and financial texts to general web content. Our benchmark is integrated into the Massive Multilingual Text Embedding Benchmark (MMTEB). BEIR-NL contains the following tasks: Fact-checking: FEVER, Climate-FEVER, SciFact Question-Answering: NQ, HotpotQA, FiQA-2018… See the full description on the dataset page: https://huggingface.co/datasets/clips/beir-nl-hotpotqa.texttext-retrieval1M<n<10M0 likes62 downloads2y agoHugging Face07kilian-group /KBevo-SFT-hotpotqa-6k KBevo-SFT-hotpotqa-6k Supervised fine-tuning (SFT) trajectories for the KBevo two-phase policy, generated on HotpotQA. Accompanies Co-Evolving Structured Knowledge and Reasoning in Language Models (COLM 2026). This is the exact SFT dataset used to produce kilian-group/KBevo-Qwen3-1.7B-SFT and kilian-group/KBevo-Qwen3-4B-SFT, which in turn initialise the KBevo-Qwen3-1.7B-GRPO and KBevo-Qwen3-4B-GRPO runs. What's in the file A single JSON file, trajectories.json… See the full description on the dataset page: https://huggingface.co/datasets/kilian-group/KBevo-SFT-hotpotqa-6k.textquestion-answering10K<n<100K0 likes51 downloads12d agoHugging Face08scholarly-shadows-syndicate /hotpotqa_with_qa_gpt35 HotpotQA Dataset with GPT-3.5 Generated Questions Overview This repository hosts an enhanced version of the HotpotQA dataset, where each supporting sentence in the dataset has been supplemented with questions generated using OpenAI's GPT-3.5 turbo API. The aim is to provide a richer context for each entry, potentially benefiting various NLP tasks, such as question answering and context understanding. Dataset Format Each entry in the dataset is formatted as… See the full description on the dataset page: https://huggingface.co/datasets/scholarly-shadows-syndicate/hotpotqa_with_qa_gpt35.text10K<n<100K1 likes49 downloads3y agoHugging Face09MCINext /hotpotqa-fa Dataset Summary HotpotQA-Fa is a Persian (Farsi) dataset designed for the Retrieval task, specifically focused on multi-hop question answering. It is a translated version of the original English HotpotQA dataset and a key part of the FaMTEB (Farsi Massive Text Embedding Benchmark), under the BEIR-Fa collection. Language(s): Persian (Farsi) Task(s): Retrieval (Multi-hop Question Answering) Source: Translated from the English HotpotQA dataset Part of FaMTEB: Yes — under BEIR-Fa… See the full description on the dataset page: https://huggingface.co/datasets/MCINext/hotpotqa-fa.text1M<n<10M0 likes36 downloads1y agoHugging Face10hsila /chem-hotpotqa chem-hotpotqa Chemistry subset of HotpotQA. Corpus: 464 Queries: 274 (train 234, dev 14, test 26) Qrels: 548 (train 468, dev 28, test 52) text1K<n<10K0 likes30 downloads4mo agoHugging Face11lucaswychan /hotpotqa-hard-neg-reasoning-embedding Do Reasoning Models Enhance Embedding Models? Introduction This is the dataset used to train the embedding models in the paper Do Reasoning Models Enhance Embedding Models?. We use Qwen3-Embedding-0.6B to mine 3 hard negatives per query, and employ the positive-aware hard negative mining technique introduced in NV-Retriever with 95% margin to the positive score. Abstract State-of-the-art embedding models are… See the full description on the dataset page: https://huggingface.co/datasets/lucaswychan/hotpotqa-hard-neg-reasoning-embedding.texttext-retrieval100K<n<1M0 likes29 downloads8mo agoHugging Face12Omokemi /hop-1-hotpotqa-decomposition hop-1-hotpotqa-decomposition What this is. For each question in this dataset, GPT-4o produced a decomposition of the first reasoning step needed to answer a multi-hop HotpotQA question: what to look up first, not the final answer. I used these labels to fine-tune Gemma-3-270M into a Hop-1 specialist, Omokemi/hop-1-gemma-270m. Source. Questions come from HotpotQA (Yang et al., 2018), released under CC BY-SA 4.0 since it's built from Wikipedia text. The Hop-1 decomposition for… See the full description on the dataset page: https://huggingface.co/datasets/Omokemi/hop-1-hotpotqa-decomposition.texttext-generationn<1K0 likes24 downloads1mo agoHugging Face13isaacchung /hotpotqa-dev-raft-subsetFollows RAFT to generate question, documents, answer triplets from the first 2010 512-token chunks of the HotPotQA dev set (fullwiki) with 2 questions per chunk and 3 distractor docs and formatted into chat. Instead of GPT-4, meta-llama/Meta-Llama-3-70B-Instruct (hosted on a vLLM server) is used as the question generator. Generating the 51.4k dataset (train+test) took ~27.5 hours. texttext-generation10K<n<100K3 likes16 downloads2y agoHugging Face14Wuhuwill /hotpotqa-knowledge-coupling Knowledge Coupling Analysis on HotpotQA Dataset Dataset Description This dataset contains the results of a comprehensive knowledge coupling analysis performed on the HotpotQA dataset using LLaMA2-7B model. The analysis investigates how different pieces of knowledge interact within the model's parameter space through gradient-based coupling measurements. Research Overview Model: meta-llama/Llama-2-7b-hf (layers 28-31 focused analysis) Dataset: HotpotQA (train +… See the full description on the dataset page: https://huggingface.co/datasets/Wuhuwill/hotpotqa-knowledge-coupling.textquestion-answeringn<1K0 likes14 downloads1y agoHugging Face15Daemontatox /hotpot-qa-kg-processedtabularn<1K0 likes14 downloads1y agoHugging Face16weizhepei /TruthRL-HotpotQAtext1K<n<10K0 likes13 downloads11mo agoHugging Face17Minsang /hotpotqatext1K<n<10K0 likes12 downloads1y agoHugging Face18income /hotpotqa-top-20-gen-queries NFCorpus: 20 generated queries (BEIR Benchmark) This HF dataset contains the top-20 synthetic queries generated for each passage in the above BEIR benchmark dataset. DocT5query model used: BeIR/query-gen-msmarco-t5-base-v1 id (str): unique document id in NFCorpus in the BEIR benchmark (corpus.jsonl). Questions generated: 20 Code used for generation: evaluate_anserini_docT5query_parallel.py Below contains the old dataset card for the BEIR benchmark. Dataset Card for BEIR… See the full description on the dataset page: https://huggingface.co/datasets/income/hotpotqa-top-20-gen-queries.texttext-retrieval1M<n<10M0 likes11 downloads4y agoHugging Face19isaacchung /hotpotqa-dev-raft-subset-completionFollows RAFT to generate question, documents, answer triplets from the first 110 512-token chunks of the HotPotQA dev set (fullwiki) with 2 questions per chunk and 3 distractor docs and formatted into completion. texttext-generation1K<n<10K0 likes11 downloads2y agoHugging Face20hbhhyj /hotpotqa_devtext1K<n<10K0 likes11 downloads1y agoHugging Face21minhnv7 /hotpotqa-distractor-embed-bge-large-v3text100K<n<1M0 likes11 downloads11mo agoHugging Face22sujeongh /hotpotqa-instructiontext1M<n<10M0 likes10 downloads1y agoHugging Face23owl-agent /dpo_hotpotqa_workforcetextn<1K0 likes10 downloads1y agoHugging Face24Alice666888 /hotpot-qa-contamination-scorestabularn<1K0 likes9 downloads9mo agoHugging Face25AnonyResearcher /TruthRL-HotpotQAtext1K<n<10K0 likes7 downloads8mo agoHugging Face26nthakur /gpl-hotpotqatext100K<n<1M1 likes6 downloads3y agoHugging Face27rishitchugh /HotPotQA-jsontext10K<n<100K0 likes6 downloads2y agoHugging Face28NeuralPGRank /hotpotqa-hard-negatives Dataset Card Dataset Details This dataset contains a set of candidate documents for second-stage re-ranking on hotpotqa (test split in BEIR). Those candidate documents are composed of hard negatives mined from gtr-t5-xl as Stage 1 ranker and ground-truth documents that are known to be relevant to the query. This is a release from our paper Policy-Gradient Training of Language Models for Ranking, so please cite it if using this dataset. Direct Use You… See the full description on the dataset page: https://huggingface.co/datasets/NeuralPGRank/hotpotqa-hard-negatives.text1K<n<10K0 likes6 downloads2y agoHugging Face29harisarang /benchmark-hotpotqatext1M<n<10M0 likes6 downloads10mo agoHugging Face30Norm11 /qwen2.5-3b-sft-grpo-hotpotqa-datasettext10K<n<100K0 likes5 downloads4mo agoHugging Face

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