datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
basic-math-problems-with-step-by-step-solutionsSimpleQA
SimpleQA
A factuality benchmark called SimpleQA that measures the ability for language models to answer short, fact-seeking questions.
Sources
openai/simple-evals
Introducing SimpleQA
Measuring short-form factuality in large language models
ja_asr.jsut_basic5000editworld_data_basicv0
How to load the image from the parquet file?
import pyarrow.parquet as pq
test_parquet_path = 't2i_branch/group_0.parquet'
table = pq.read_table(test_parquet_path)
df = table.to_pandas()
from PIL import Image
import io
binary_image = df['original_image'][1]
binary_image_t = df['target_image'][1]
image = Image.open(io.BytesIO(binary_image))
image.save("origin.png")
image = Image.open(io.BytesIO(binary_image_t))
image.save("target.png")
exams-basic-and-quantum-cryptography-and-security-latex
Open Problem Exams: Cryptography and Security (LaTeX)
A curated dataset of open-ended exam problems (with solutions) in cryptography and computer security, formatted in LaTeX. The dataset is sourced from university courses at three institutions.
Dataset Overview
Institution
Files
Topics
Questions
Caltech & TU Delft
8
38
145
EPFL
6
19
86
ETH Zurich
1
14
37
MIT
3
33
79
Total
18
104
347
Difficulty Distribution
Institution… See the full description on the dataset page: https://huggingface.co/datasets/natnitaract/exams-basic-and-quantum-cryptography-and-security-latex.qwen35-math-rl-by-length
수학 RL 학습 데이터 — 응답 예산별 3묶음
폴더 하나만 받으면 됩니다. 학습에 쓸 응답 길이 상한에 맞는 폴더를 고르세요.
각 폴더는 그 자체로 완결이고, 데이터·리워드·루브릭이 모두 들어 있습니다.
폴더
응답 상한
문제 수
이 예산에서 늘어난 분
힌트판
루브릭 보유
to-16k/
16,384
2,429
+2,429
2,069
2,313
to-32k/
32,768
5,542
+3,113
4,245
5,072
to-64k/
65,536
6,455
+913
4,245
5,724
폴더는 누적입니다. to-32k/ 는 to-16k/ 의 문제를 포함합니다.
응답 32,768 로 학습한다면 to-32k/ 하나만 받으면 됩니다.
구간 전용도 따로 있습니다 — bands/
누적이 아니라 그 구간에서 처음 learnable 이 되는 문제만 담았습니다.
세 파일을 합치면 to-64k/ 와 같아집니다.… See the full description on the dataset page: https://huggingface.co/datasets/BASIC-MATH/qwen35-math-rl-by-length.instruct-data-basics-smollm-H4Datasets of basic instructions and answers for SmolLM-Instruct models trainings: it includes answers to greetings and questions such as "Who are you". This dataset was included in training of SmolLM-Instruct v0.2 but we didn't notice that it had an impact on model generations.
We recommend using this generic larger dataset of multi-turn everyday conversations: https://huggingface.co/datasets/HuggingFaceTB/everyday-conversations-llama3.1-2k
cs336-basics-collection
CS336 Assignment 1 — Pre-tokenized Data & BPE Tokenizers
This repository contains preprocessing artifacts produced for Stanford CS336: Language Modeling from Scratch, Spring 2025 — Assignment 1: Basics.
It includes:
pre-tokenized TinyStories train/validation data,
pre-tokenized OpenWebText (OWT sample) train/validation data,
byte-level BPE vocabularies and merge tables for both datasets.
The main purpose of this repository is to avoid repeating the relatively expensive… See the full description on the dataset page: https://huggingface.co/datasets/victorhu493/cs336-basics-collection.BasicSpatialAbility
[ACL'25 Main] Defining and Evaluating Visual Language Models’ Basic Spatial Abilities: A Perspective from Psychometrics
[!IMPORTANT]
You can find the sample testing code on GitHub!
This dataset is a benchmark designed for evaluating Multimodal Large Language Models' Basic Spatial Abilities based on authentic Psychometric theories. It is structured specifically to support both Zero-shot and Few-shot evaluation protocols.
Split Name
Role
Description
test
Query Set… See the full description on the dataset page: https://huggingface.co/datasets/EmbodiedCity/BasicSpatialAbility.part2-basic_foldThis dataset was created using LeRobot.
Dataset Structure
meta/info.json:
{
"codebase_version": "v3.0",
"robot_type": "hand",
"total_episodes": 7536,
"total_frames": 3353104,
"total_tasks": 24,
"chunks_size": 1000,
"data_files_size_in_mb": 100,
"video_files_size_in_mb": 200,
"fps": 30,
"splits": {
"train": "0:7536"
},
"data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
"video_path":… See the full description on the dataset page: https://huggingface.co/datasets/gsethia08/part2-basic_fold.lol-basic-matches-challenger-10k
GPTilt: 10K League of Legends Challenger Matches
This dataset is part of the GPTilt open-source initiative, aimed at democratizing access to high-quality LoL data for research and analysis, fostering public exploration, and advancing the community's understanding of League of Legends through data science and AI. It provides detailed data from high-elo matches.
By using this dataset, users accept full responsibility for any consequences arising from its use. GPTilt assumes no… See the full description on the dataset page: https://huggingface.co/datasets/gptilt/lol-basic-matches-challenger-10k.basic_3D_shapesW2H-Basic-Agent-Loop-w-Sandbox
W2H Basic Agent Loop with built in Linux Sandbox
A lightweight home agent that talks, runs code and takes actions in the real world. Access it from anywhere.
This is a vanilla Python agent loop that supports tools, skills, a microVM sandbox, encrypted data-in-transit and the Arduino microcontroller. The web UI includes voice, file uploads and slash commands. Designed for learning and experimentation. Use vibe coding to adapt it for different tasks.
Talk to the agent from… See the full description on the dataset page: https://huggingface.co/datasets/vbookshelf/W2H-Basic-Agent-Loop-w-Sandbox.seed-basic_terminal_tasksbasic-math-operations
Mathematical Reasoning Dataset
A comprehensive dataset of mathematical problems with detailed step-by-step reasoning and Python verification, designed for training language models to perform mathematical computations with clear explanations.
Dataset Description
This dataset contains mathematical problems across 20 different operation types, each with detailed step-by-step reasoning that explains the mathematical concepts, handles edge cases, and includes Python code… See the full description on the dataset page: https://huggingface.co/datasets/mkurman/basic-math-operations.Basic-Math-Chinese-1M这是我做数学题的python脚本,做的可能不好,见谅
数学题包含了:
1.基础四则运算
2.一元一次方程
3.实际问题
联系方式:qq:2981447942
bilibili:一髅子Tick
Basic-Math-Chinese-1M-V1.1比较于上一个版本
·1.新增了乘方和开方(二次方根)的题目
·2.新增生成比例:
四则运算45%
一元一次方程30%
实际问题15%
乘方与开方10%
·3.新增四则运算变异:生成时有20%的几率在后面问“这个数(加,减,乘,除)a等于几?”(可堆叠)
联系方式:qq:2981447942
bilibili:一髅子Tick
basicsvmdtak-transnormer-basic-v1
Dataset Card for DTAK-transnormer-basic (v1.0)
Dataset Details
Dataset Description
DTAK-transnormer-basic is a modified subset of the DTA-Kernkorpus (Deutsches Textarchiv, German Text Archive Core Corpus).
It is a parallel corpus of German texts from the period between 1600 to 1899, that aligns sentences in historical spelling with their normalizations.
A normalization is a modified version of the original text that is adapted to modern spelling conventions.… See the full description on the dataset page: https://huggingface.co/datasets/textplus-bbaw/dtak-transnormer-basic-v1.SpatialReasoner-Basic3D-QAbouncingsim-ROTOBJ-basicbouncingsim-GRAVITY-basic1_BasicDatasetbouncingsim-ROTOBJ_ROTBOX-basicbouncingsim-ROTBOX-basicbouncingsim-MULTIOBJ-basicbasic-arithmetic
Basic Arithmetic
Difficulty-balanced arithmetic dataset (addition, subtraction, multiplication,
division) for evaluating and fine-tuning language models. Problems are classified
into four difficulty tiers (easy, medium_easy, medium_hard, hard) based on
Qwen2.5-0.5B-Instruct performance. Includes 10k training samples, 200
validation, and 400 test (in-domain + out-of-domain phrasings).
Splits
config
split
rows
what
default
train
10,000
training set… See the full description on the dataset page: https://huggingface.co/datasets/ChrisMcCormick/basic-arithmetic.asia-who-population-using-at-least-basic-sanitation-services
Population using at least basic sanitation services (%) | Asia (WHO GHO)
🌏 3,206 observations · 48 Asia countries · 2000–2024 · Repackaged by Electric Sheep Asia
TL;DR
This dataset contains 3,206 observations of Population using at least basic sanitation services (%) data across 48 Asia countries, spanning 2000–2024, covering 1 distinct indicators.
About the source
Source: WHO Global Health Observatory
Publisher: World Health Organization… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepasia/asia-who-population-using-at-least-basic-sanitation-services.bouncingsim-MULTIBOX_MULTIOBJ-basicbouncingsim-ROTOBJ_MULTIBOX-basic
