CoolFace
29 shown

datasets

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

Clear all
01OamPatel /iti_trivia_qa_valtext1K<n<10K1 likes230 downloads3y agoHugging Face02jinaai /triviaqa-span-annotated TriviaQA (span annotated) This dataset consists of the test set taken from the original TriviaQA dataset, as tsv files with the following example format: query: What is the Japanese product kakiemon? document: "1000+ images about Kakiemon on Pinterest | Antiques, Vase and Products Learn more at rubylane.com Japanese Meiji-Showa Period Imari Porcelain Platter Red, White and Blue with Imperial Seal" spans: [132:141] The spans indicate on character level, which phrases or words in the… See the full description on the dataset page: https://huggingface.co/datasets/jinaai/triviaqa-span-annotated.text100K<n<1M0 likes138 downloads2y agoHugging Face03Kkordik /TriviaQA_SQuAD This is a TriviaQA wikipedia dataset that was reformated and "answer_start" added This dataset has context max tokens length of 5000. I used this dataset for my research, you can find code for reformatting TriviaQA here: https://github.com/Kkordik/NovelQSI textquestion-answering10K<n<100K1 likes117 downloads3y agoHugging Face04amd /InstructGpt-TriviaQa LuminaSFT LuminaSFT is a synthetic SFT dataset suite specifically designed to improve both general-purpose and task-specific SLMs. LuminaSFT consists of multiple curated splits that target diverse capabilities: UltraChat200K-DeepSeek - A regenerated base SFT dataset for broad instruction following. InstructGPT-NaturalQA and InstructGPT-TriviaQA - Factual question answering datasets to strengthen knowledge recall and answer accuracy. CoT-Drop - A reading comprehension dataset with… See the full description on the dataset page: https://huggingface.co/datasets/amd/InstructGpt-TriviaQa.texttext-generation1M<n<10M0 likes95 downloads7mo agoHugging Face05castorini /triviaqa_gar-t5_expansions Dataset Summary The repo provides answer,title and sentence expansions for the Trivia QA corpus with gar-T5. Dataset Structure There are dev and test folds An example data entry of the dev split looks as follows: { "id": "1", "predicted_answers": ["Bz"], "predicted_titles": ["Vehicle registration plates of Belize *** Vehicle registration plate"], "predicted_sentences": ["The international code for Belize is \"\"BZ\"\"."] } An example data entry of the test split… See the full description on the dataset page: https://huggingface.co/datasets/castorini/triviaqa_gar-t5_expansions.text10K<n<100K0 likes74 downloads5y agoHugging Face06CZLC /cs_triviaqaThis dataset is automatic translation of TriviaQA dataset (open-QA version) into Czech (Joshi et al., 2017). The dataset was translated using LINDAT Translation Service available as an online-API. Licensing Information Licensing rights of documents included in TriviaQA belongs to the Trivia authors. Members of CZLC and The University of Washington does not own the copyright of the questions and documents included in TriviaQA. We are not responsible for their content or meaning. The… See the full description on the dataset page: https://huggingface.co/datasets/CZLC/cs_triviaqa.text10K<n<100K0 likes35 downloads2y agoHugging Face07Yannis98 /TriviaQAtext100K<n<1M0 likes35 downloads2y agoHugging Face08Hanqix /GCM-dataset-TriviaQA_gemma-3-27b-it text10K<n<100K0 likes34 downloads9d agoHugging Face09CultriX /cleaned-triviaqatext10K<n<100K0 likes32 downloads1y agoHugging Face10Hanqix /GCM-dataset-TriviaQA_Qwen2.5-32B-Instruct text10K<n<100K0 likes29 downloads9d agoHugging Face11Hanqix /GCM-dataset-TriviaQA_Meta-Llama-3-70B-Instruct text10K<n<100K0 likes26 downloads9d agoHugging Face12Hanqix /GCM-dataset-TriviaQA_Qwen3-8B text10K<n<100K0 likes26 downloads9d agoHugging Face13Hanqix /GCM-dataset-TriviaQA_Qwen2.5-3B-Instruct text10K<n<100K0 likes24 downloads9d agoHugging Face14Hanqix /GCM-dataset-TriviaQA_Qwen2.5-72B-Instruct text10K<n<100K0 likes23 downloads9d agoHugging Face15Hanqix /GCM-dataset-TriviaQA_Qwen2.5-7B-Instruct text10K<n<100K0 likes21 downloads9d agoHugging Face16lucaswychan /triviaqa-pairs-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/triviaqa-pairs-hard-neg-reasoning-embedding.texttext-retrieval10K<n<100K0 likes21 downloads7mo agoHugging Face17Hanqix /GCM-dataset-TriviaQA_Llama-3.1-8B-Instruct text10K<n<100K0 likes20 downloads9d agoHugging Face18billhdzhao /TriviaQA-3000textquestion-answering1K<n<10K1 likes19 downloads1y agoHugging Face19heyjoonkim /ambig_trivia_qatext1K<n<10K0 likes19 downloads10mo agoHugging Face20EssentialAI /triviaqa_adv Dataset Card for triviaqa_adv (TriviaQA Adversarial Dataset) 🏆 Website  |  🖥️ Code  |  📖 Paper Dataset Summary TriviaQA Adversarial is a dataset constructed to assess a model’s ability to perform knowledge-based reasoning when misled by a confounding context. Built on the TriviaQA validation set (17,944 questions with answer-containing passages), the adversarial version replaces the original reference document with a semantically similar but incorrect passage retrieved… See the full description on the dataset page: https://huggingface.co/datasets/EssentialAI/triviaqa_adv.text1K<n<10K1 likes17 downloads1y agoHugging Face21sujeongh /triviaqa-instructiontext10K<n<100K0 likes17 downloads1y agoHugging Face22Daemontatox /trivia-qa-kg-processedtabularn<1K0 likes16 downloads1y agoHugging Face23sohv /triviaqa_factual Factual Recall Benchmark (adapted from TriviaQA) Intended for mechanistic (factual recall and circuit) analysis. Prompt format Q: {question}? A: Model is expected to generate the answer. Format prompt — e.g. "Q: Who invented the telephone?" answer — full canonical answer, e.g. "Alexander Graham Bell" Notes Answers are full canonical strings (not truncated to first word) No explicit answer prefix (A:) is used in prompts Designed for flexible… See the full description on the dataset page: https://huggingface.co/datasets/sohv/triviaqa_factual.textquestion-answering1K<n<10K0 likes14 downloads6mo agoHugging Face24autoprogrammer /sdar8b-rollout-triviaqa-bl4text1K<n<10K0 likes13 downloads5mo agoHugging Face25awinml /adaptive_rag_triviaqa_processedtext1K<n<10K0 likes12 downloads1y agoHugging Face26CultriX /triviaqatext10K<n<100K1 likes7 downloads2y agoHugging Face27Cygnuss /TriviaQA-rc.nocontext__meta-llama_Llama-3.1-8B-Instruct TriviaQA-rc.nocontext__meta-llama_Llama-3.1-8B-Instruct Cached QA + hidden states dataset. Per sample: question gold_answers model_answer label (0=FAITHFUL, 1=HALLUCINATED) from Qwen/Qwen2.5-14B-Instruct tensor_file -> path to torch.HalfTensor [num_layers, hidden_size] = mean over generated answer tokens per layer layers, hidden_size Subdirs: train/samples_manifest.jsonl train/tensors/*.pt validation/samples_manifest.jsonl validation/tensors/*.pt NOTE: tensors/*.pt can be huge.… See the full description on the dataset page: https://huggingface.co/datasets/Cygnuss/TriviaQA-rc.nocontext__meta-llama_Llama-3.1-8B-Instruct.tabular10K<n<100K0 likes6 downloads11mo agoHugging Face28nusnlp /TIP-TriviaQAtabular100K<n<1M0 likes2 downloads5mo agoHugging Face29attreyee /trivia_qatextn<1K0 likes1 downloads2y agoHugging Face

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