CoolFace
14 shown

datasets

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

Clear all
01virtuoussy /Multi-subject-RLVRMulti-subject data for paper "Expanding RL with Verifiable Rewards Across Diverse Domains". we use a multi-subject multiple-choice QA dataset ExamQA (Yu et al., 2021). Originally written in Chinese, ExamQA covers at least 48 first-level subjects. We remove the distractors and convert each instance into a free-form QA pair. This dataset consists of 638k college-level instances, with both questions and objective answers written by domain experts for examination purposes. We also use GPT-4o-mini… See the full description on the dataset page: https://huggingface.co/datasets/virtuoussy/Multi-subject-RLVR.textquestion-answering100K<n<1M67 likes1.2k downloads1y agoHugging Face02summykai /chem-rlvr-TEST-4 ChemBench-RLVR: Comprehensive Chemistry Dataset for Reinforcement Learning from Verifiable Rewards Dataset Description ChemBench-RLVR is a high-quality, balanced dataset containing 16,699 question-answer pairs across 14 chemistry task types. This dataset is specifically designed for training language models using Reinforcement Learning from Verifiable Rewards (RLVR), where all answers are computationally verifiable using established cheminformatics tools. Key… See the full description on the dataset page: https://huggingface.co/datasets/summykai/chem-rlvr-TEST-4.textquestion-answering10K<n<100K0 likes122 downloads1y agoHugging Face03summykai /chem-rlvr-TEST ChemBench-RLVR: Comprehensive Chemistry Dataset for Reinforcement Learning from Verifiable Rewards Dataset Description ChemBench-RLVR is a high-quality, balanced dataset containing 7,001 question-answer pairs across 14 chemistry task types. This dataset is specifically designed for training language models using Reinforcement Learning from Verifiable Rewards (RLVR), where all answers are computationally verifiable using established cheminformatics tools. Key… See the full description on the dataset page: https://huggingface.co/datasets/summykai/chem-rlvr-TEST.tabularquestion-answering1K<n<10K0 likes114 downloads1y agoHugging Face04summykai /chem-rlvr-TEST-2 ChemBench-RLVR: Comprehensive Chemistry Dataset for Reinforcement Learning from Verifiable Rewards Dataset Description ChemBench-RLVR is a high-quality, balanced dataset containing 10,381 question-answer pairs across 14 chemistry task types. This dataset is specifically designed for training language models using Reinforcement Learning from Verifiable Rewards (RLVR), where all answers are computationally verifiable using established cheminformatics tools. Key… See the full description on the dataset page: https://huggingface.co/datasets/summykai/chem-rlvr-TEST-2.textquestion-answering10K<n<100K0 likes106 downloads1y agoHugging Face05birgermoell /oellm-math-rlvr OpenEuroLLM Math RLVR One million deterministic, verifier-ready mathematical problems for reinforcement learning with verifiable rewards. The release contains a 760,000-row English depth pool and 10,000 aligned semantic problems rendered in all 24 official EU languages (240,000 rows). This is a prompt-and-answer rollout corpus, not a chain-of-thought corpus. Model inputs contain only the problem and output-format instruction. Reference answers and verifier contracts remain… See the full description on the dataset page: https://huggingface.co/datasets/birgermoell/oellm-math-rlvr.tabularquestion-answering1M<n<10M0 likes92 downloads1mo agoHugging Face06summykai /chem-rlvr-TEST-3 ChemBench-RLVR: Comprehensive Chemistry Dataset for Reinforcement Learning from Verifiable Rewards Dataset Description ChemBench-RLVR is a high-quality, balanced dataset containing 16,699 question-answer pairs across 14 chemistry task types. This dataset is specifically designed for training language models using Reinforcement Learning from Verifiable Rewards (RLVR), where all answers are computationally verifiable using established cheminformatics tools. Key… See the full description on the dataset page: https://huggingface.co/datasets/summykai/chem-rlvr-TEST-3.textquestion-answering10K<n<100K0 likes74 downloads1y agoHugging Face07virtuoussy /Math-RLVRMath data for paper "Expanding RL with Verifiable Rewards Across Diverse Domains". we use a large-scale dataset of 773k Chinese Question Answering (QA) pairs, collected under authorized licenses from educational websites. This dataset covers three educational levels: elementary, middle, and high school. Unlike well-structured yet small-scale benchmarks such as MATH (Hendrycks et al., 2021b) and GSM8K (Cobbe et al., 2021b), our reference answers are inherently free-form, often interwoven with… See the full description on the dataset page: https://huggingface.co/datasets/virtuoussy/Math-RLVR.textquestion-answering100K<n<1M10 likes72 downloads1y agoHugging Face08summykai /chem-rlvr-TEST-5 ChemBench-RLVR: Comprehensive Chemistry Dataset for Reinforcement Learning from Verifiable Rewards Dataset Description ChemBench-RLVR is a high-quality, balanced dataset containing 16,699 question-answer pairs across 14 chemistry task types. This dataset is specifically designed for training language models using Reinforcement Learning from Verifiable Rewards (RLVR), where all answers are computationally verifiable using established cheminformatics tools. Key… See the full description on the dataset page: https://huggingface.co/datasets/summykai/chem-rlvr-TEST-5.textquestion-answering10K<n<100K0 likes72 downloads1y agoHugging Face09RLVR-SvS /Variational-DAPO Dataset Card for SvS/Variational-DAPO [🌐 Website] • [🤗 Dataset] • [📜 Paper] • [🐱 GitHub] • [🐦 Twitter] • [📕 Rednote] This dataset consists of 314k variational problems synthesized by the Qwen2.5-32B-Instruct policy during RLVR training on DAPO-17k using the SvS strategy for 600-step training, each accompanied by reference answers.The variational problems undergo a min_hash deduplication with a threshold of 0.85. Data Loading from datasets import… See the full description on the dataset page: https://huggingface.co/datasets/RLVR-SvS/Variational-DAPO.textquestion-answering100K<n<1M4 likes51 downloads1y agoHugging Face10yuxuan18 /Multi-subject-RLVR-annotatedtextquestion-answering100K<n<1M1 likes31 downloads1y agoHugging Face11AmanPriyanshu /RLVR-Env-Retrieval-Source-code-search-net-javascript RLVR-Env-Retrieval-Source-code-search-net-javascript RLVR-ready retrieval environment derived from Nan-Do/code-search-net-javascript. Author: Aman Priyanshu What Is This A 100k-row retrieval QA dataset where each row contains a question, ground-truth chunks, and pre-mined distractor chunks (random + semantically similar). Designed for training and evaluating retrieval agents in an RLVR (Reinforcement Learning with Verifiable Rewards) setup — the agent searches through… See the full description on the dataset page: https://huggingface.co/datasets/AmanPriyanshu/RLVR-Env-Retrieval-Source-code-search-net-javascript.texttext-retrieval100K<n<1M0 likes31 downloads7mo agoHugging Face12AmanPriyanshu /RLVR-Env-Retrieval-Source-Retrieval-Synthetic-NVDocs-v1 RLVR-Env-Retrieval-Source-Retrieval-Synthetic-NVDocs-v1 RLVR-ready retrieval environment derived from nvidia/Retrieval-Synthetic-NVDocs-v1. Author: Aman Priyanshu What Is This A 100k-row retrieval QA dataset where each row contains a question, ground-truth chunks, and pre-mined distractor chunks (random + semantically similar). Designed for training and evaluating retrieval agents in an RLVR (Reinforcement Learning with Verifiable Rewards) setup — the agent searches… See the full description on the dataset page: https://huggingface.co/datasets/AmanPriyanshu/RLVR-Env-Retrieval-Source-Retrieval-Synthetic-NVDocs-v1.texttext-retrieval100K<n<1M0 likes29 downloads6mo agoHugging Face13AmanPriyanshu /RLVR-Env-Retrieval-Source-code-search-net-python RLVR-Env-Retrieval-Source-code-search-net-python RLVR-ready retrieval environment derived from Nan-Do/code-search-net-python. Author: Aman Priyanshu What Is This A 100k-row retrieval QA dataset where each row contains a question, ground-truth chunks, and pre-mined distractor chunks (random + semantically similar). Designed for training and evaluating retrieval agents in an RLVR (Reinforcement Learning with Verifiable Rewards) setup — the agent searches through distractors… See the full description on the dataset page: https://huggingface.co/datasets/AmanPriyanshu/RLVR-Env-Retrieval-Source-code-search-net-python.texttext-retrieval100K<n<1M0 likes26 downloads7mo agoHugging Face14Taklaxbr /turkish-math-rlvr Not: Bu veri setinin dokümantasyonu Türk yapay zeka topluluğuna katkı sağlamak amacıyla VeriPazarı tarafından Türkçeye çevrilmiştir. Orijinal veri seti barandinho tarafından geliştirilmiş olup, VeriPazarı tarafından Türk AI ekosistemi için arşivlenmiştir. 🔗 Orijinal Kaynak: barandinho/turkish-math-rlvr 🔗 Derleyen Platform: VeriPazarı Türkçe Matematiksel Akıl Yürütme (RLVR Eğitim Veri Seti) Bu Veri Seti Nedir? Bu veri seti, zayıf bir modelin başarı oranına… See the full description on the dataset page: https://huggingface.co/datasets/Taklaxbr/turkish-math-rlvr.tabulartext-generation1K<n<10K0 likes26 downloads3mo agoHugging Face

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