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
01schema-harness /arc-agi-3-schema-traces ARC-AGI-3 Schema Gameplay Trajectories This release contains 50 ARC-AGI-3 gameplay trajectories and a dependency-free scoring utility. The trajectories are split evenly across two collections: gpt_5_6_sol/: 25 GPT-5.6 Sol trajectories. claude_fable_opus/: 25 trajectories from Claude Opus 4.8 and Claude Fable 5. Each trajectory directory includes run.json, a streamed events.jsonl event log, sanitized session data, snapshots, and the shareable text/image files produced during… See the full description on the dataset page: https://huggingface.co/datasets/schema-harness/arc-agi-3-schema-traces.tabularn<1K38 likes1.4k downloads2mo agoHugging Face02AgentNativeResearchLab /arc-agi3-kimi-k2.7-ar25 ARC-AGI-3 ar25 — Agent Trajectories (kimi-k2.7) Gameplay trajectories from the harness×model pair kimi-k2.7 playing the ARC-AGI-3 game ar25, part of the ARA-as-world-model generalization experiment. The agent builds a structured world model (an Agent-Native Research Artifact) live during play and consults it to crack levels it cannot solve from cold exploration. One dataset repo per harness×model×game: sibling repos arc-agi3-<harness>-<model>-<game> hold the same game played by… See the full description on the dataset page: https://huggingface.co/datasets/AgentNativeResearchLab/arc-agi3-kimi-k2.7-ar25.tabularreinforcement-learningn<1K0 likes1.1k downloads25d agoHugging Face03AgentNativeResearchLab /arc-agi3-agy-gemini3.1pro-tr87 ARC-AGI-3 tr87 — Agent Trajectories (agy-gemini3.1pro) Gameplay trajectories from the harness×model pair agy-gemini3.1pro playing the ARC-AGI-3 game tr87, part of the ARA-as-world-model generalization experiment. The agent builds a structured world model (an Agent-Native Research Artifact) live during play and consults it to crack levels it cannot solve from cold exploration. One dataset repo per harness×model×game: sibling repos arc-agi3-<harness>-<model>-<game> hold the same… See the full description on the dataset page: https://huggingface.co/datasets/AgentNativeResearchLab/arc-agi3-agy-gemini3.1pro-tr87.tabularreinforcement-learningn<1K0 likes702 downloads1mo agoHugging Face04AgentNativeResearchLab /arc-agi3-agy-gemini3.1pro-g50t ARC-AGI-3 g50t — Agent Trajectories (agy-gemini3.1pro) Gameplay trajectories from the harness×model pair agy-gemini3.1pro playing the ARC-AGI-3 game g50t, part of the ARA-as-world-model generalization experiment. The agent builds a structured world model (an Agent-Native Research Artifact) live during play and consults it to crack levels it cannot solve from cold exploration. One dataset repo per harness×model×game: sibling repos arc-agi3-<harness>-<model>-<game> hold the same… See the full description on the dataset page: https://huggingface.co/datasets/AgentNativeResearchLab/arc-agi3-agy-gemini3.1pro-g50t.tabularreinforcement-learningn<1K0 likes620 downloads1mo agoHugging Face05magic-sword /arc_agi_3_public_demo_human_testing Dataset Card for ARC-AGI 3 Public Demo Human Testing Dataset Summary This dataset contains human gameplay logs and trajectories from the ARC-AGI 3 public demo. It is a fully open-source dataset created by the ARC Prize. The primary purpose of publishing this dataset on Hugging Face is to make it easily accessible and convenient for participants in the Kaggle ARC Prize 2026 Competition. The implementation and source code used to process and upload this dataset to… See the full description on the dataset page: https://huggingface.co/datasets/magic-sword/arc_agi_3_public_demo_human_testing.tabularreinforcement-learningn<1K1 likes525 downloads4mo agoHugging Face06JBrightmanAI /arc-agi-3-schema-traces ARC-AGI-3 Schema Gameplay Trajectories This release contains 50 ARC-AGI-3 gameplay trajectories and a dependency-free scoring utility. The trajectories are split evenly across two collections: gpt_5_6_sol/: 25 GPT-5.6 Sol trajectories. claude_fable_opus/: 25 trajectories from Claude Opus 4.8 and Claude Fable 5. Each trajectory directory includes run.json, a streamed events.jsonl event log, sanitized session data, snapshots, and the shareable text/image files produced during… See the full description on the dataset page: https://huggingface.co/datasets/JBrightmanAI/arc-agi-3-schema-traces.tabularn<1K0 likes442 downloads2mo agoHugging Face07AgentNativeResearchLab /arc-agi3-agy-gemini3.1pro-su15 ARC-AGI-3 su15 — Agent Trajectories (agy-gemini3.1pro) Gameplay trajectories from the harness×model pair agy-gemini3.1pro playing the ARC-AGI-3 game su15, part of the ARA-as-world-model generalization experiment. The agent builds a structured world model (an Agent-Native Research Artifact) live during play and consults it to crack levels it cannot solve from cold exploration. One dataset repo per harness×model×game: sibling repos arc-agi3-<harness>-<model>-<game> hold the same… See the full description on the dataset page: https://huggingface.co/datasets/AgentNativeResearchLab/arc-agi3-agy-gemini3.1pro-su15.tabularreinforcement-learningn<1K0 likes399 downloads1mo agoHugging Face08fredericowieser /arc-agi-3-wm-traces ARC-AGI-3 World Model Traces This dataset contains ARC-AGI-3 transition traces in the same parquet schema used by HHazard/arc-agi-3. Each row is one environment transition: state, game_id, level_id, action_id, action_args, next_state, level_done, frame_idx, origin, transformation, player state and next_state are 64x64 ARC grids stored as nested integer arrays. action_id is the ARC-AGI-3 action kind; click actions use action_args.x and action_args.y. Splits… See the full description on the dataset page: https://huggingface.co/datasets/fredericowieser/arc-agi-3-wm-traces.tabularreinforcement-learning10M<n<100M0 likes280 downloads3mo agoHugging Face09cveinnt /kepler-arc-agi-3-traces Kepler 1.0 ARC-AGI-3 trace corpus Run artifacts from Kepler 1.0, an open-source agent harness for the 25 public ARC-AGI-3 games. A stock CLI coding agent encodes its theory of each game as an executable world_model.py, certifies it against the full recorded interaction history, plans inside the certified model, and acts through a guarded channel that voids the plan on the first misprediction. Project page · Code · Paper · Integrity record The canonical release contains two… See the full description on the dataset page: https://huggingface.co/datasets/cveinnt/kepler-arc-agi-3-traces.tabularn<1K0 likes217 downloads21d agoHugging Face10Asap7772 /arc-agi-impabs-dpolr1e-7-beta0.01-classifiersft5e-7tabular10K<n<100K0 likes140 downloads1y agoHugging Face11dnhkng /arc-agi-3-teaching-suite ARC-AGI-3 teaching suite 100 grid-reasoning tasks across 16 puzzle families, with two splits: split rows answers in this dataset why taught 80 yes 16 families x 5 worked examples, each documented in INSTRUCTIONS.md and reasoned through in CHAIN_OF_THOUGHT.md heldout 20 no 16 unseen instances of the same families, plus 4 tasks that are provably not solvable by reasoning from their examples The teaching material is what makes this a teaching suite rather than a… See the full description on the dataset page: https://huggingface.co/datasets/dnhkng/arc-agi-3-teaching-suite.tabularothern<1K2 likes122 downloads5d agoHugging Face12AgentNativeResearchLab /arc-agi3-phase2-ar25 ARC-AGI-3 ar25 — ARA snapshots truncated by absolute inference-cost budget Phase-2 dataset. 6 agents (harness×model) each played ar25, continuously crystallizing a structured world model (Agent-Native Research Artifact). Here each agent's ARA is sliced at fixed absolute cumulative inference-cost budgets — $13/$27/$51/$76 — so you can ask "for a spend of $B, what world model has each agent built?" Structure cost_05usd/ cost_15usd/ cost_40usd/ cost_75usd/ <agent>/… See the full description on the dataset page: https://huggingface.co/datasets/AgentNativeResearchLab/arc-agi3-phase2-ar25.tabularothern<1K0 likes120 downloads1mo agoHugging Face13HHazard /arc-agi-3tabular10K<n<100K1 likes115 downloads4mo agoHugging Face14Fraser /arc-agi-synthetic ARC-AGI Synthetic A dataset of 4,940 self-defining ARC-AGI-style reasoning tasks, authored as compressed Hy programs over a frozen DSL (library.hy) and materialized into raw input/output grids. Each task is a single transformation rule expressed as a constructive program for the inputs plus a structural to-output that derives every output from its input — so the rule is guaranteed self-consistent across all of the task's pairs. This corpus was generated by an autonomous LLM… See the full description on the dataset page: https://huggingface.co/datasets/Fraser/arc-agi-synthetic.image1K<n<10K1 likes103 downloads3mo agoHugging Face15arcprize /arc_agi_2_human_testing ARC-AGI-2 Human testing data This file contains data from human testing sessions on ARC-AGI tasks. Each row represents a single test attempt by a human participant on a specific task-test pair in the "Public Train" or "Public Eval" ARC-AGI-2 datasets. Not all tasks in the released "Public Train" sets were tested, so these results are not comprehensive. This data does not include tasks from "Semi Private Evaluation" or "Private Evaluation" Column Descriptions… See the full description on the dataset page: https://huggingface.co/datasets/arcprize/arc_agi_2_human_testing.tabular1K<n<10K9 likes93 downloads1y agoHugging Face16guanning /arc-agi-3-schema-traces-gpt56gated ARC-AGI-3 Schema Gameplay Trajectories — GPT-5.6 Sol This release contains every gpt-5.6-sol gameplay trajectory produced on our cluster with the world_model_v5 agent harness — 100 runs across the 25 public ARC-AGI-3 games — plus a dependency-free scoring utility. It is the GPT-5.6 Sol member of a family built by the same harness and the same sanitizer, so trajectories can be compared game by game: arc-agi-3-schema-traces-fable5 — Claude Fable 5, best per game (25)… See the full description on the dataset page: https://huggingface.co/datasets/guanning/arc-agi-3-schema-traces-gpt56.tabularreinforcement-learningn<1K0 likes81 downloads6d agoHugging Face17HHazard /big-arc-agi-3tabular10M<n<100M0 likes80 downloads3mo agoHugging Face18guanning /arc-agi-3-schema-traces-opus48gated ARC-AGI-3 Schema Gameplay Trajectories — Claude Opus 4.8 This release contains the best claude-opus-4-8 / max trajectory for each of the 25 public ARC-AGI-3 games, plus a dependency-free scoring utility. It is the Opus 4.8 counterpart of arc-agi-3-schema-traces-fable5, produced by the same agent harness (world_model_v5) and the same sanitizer, so the two collections can be compared game by game. Each trajectory directory includes run.json, a streamed events.jsonl event log… See the full description on the dataset page: https://huggingface.co/datasets/guanning/arc-agi-3-schema-traces-opus48.tabularreinforcement-learningn<1K0 likes50 downloads6d agoHugging Face19asingh15 /arc-agi-mixed-max4096-impabs-dpo-lr1e-7-beta0.1-16samp-rerun-flat-curr-validtabular10K<n<100K0 likes40 downloads1y agoHugging Face20jamesdborin /Nemotron-RL-ARC-AGI-v1-prompt-only Nemotron-RL-ARC-AGI-v1-prompt-only Prompt-only extraction from nvidia/Nemotron-RL-ARC-AGI-v1. Files: prompts.csv: one prompt extraction record per source row. Records include prompt, separated system_prompt, and structured tools when the source row defines available tools. Nested values are JSON-encoded inside CSV cells. summary.md: source row counts, extracted row counts, count deltas, and failed prompt counts. null_or_empty_rows.md: row indexes where prompt extraction… See the full description on the dataset page: https://huggingface.co/datasets/jamesdborin/Nemotron-RL-ARC-AGI-v1-prompt-only.tabular10K<n<100K0 likes40 downloads3mo agoHugging Face21Nabidnur /arc-agi-2-grids ARC-AGI-2 Grids — training + analysis corpus (NVARC-compatible) Companion dataset for the Kaggle ARC Prize 2026 (ARC-AGI-2) solver built on sorokin/qwen3_4b_grids15_sft139 + per-task rank-256 LoRA (NVARC lineage). Everything here is generated from public canonical data only (1,000 training / 120 evaluation tasks); no hidden competition data is included. Contents Path Rows Description train/train_tasks.jsonl 1,000 canonical training tasks (full I/O)… See the full description on the dataset page: https://huggingface.co/datasets/Nabidnur/arc-agi-2-grids.tabulartext-generation100K<n<1M0 likes38 downloads3d agoHugging Face22jamesdborin /Nemotron-SFT-ARC-AGI-v1-prompt-only Nemotron-SFT-ARC-AGI-v1-prompt-only Prompt-only extraction from nvidia/Nemotron-SFT-ARC-AGI-v1. Files: prompts.csv: one prompt extraction record per source row. Records include prompt, separated system_prompt, and structured tools when the source row defines available tools. Nested values are JSON-encoded inside CSV cells. summary.md: source row counts, extracted row counts, count deltas, and failed prompt counts. null_or_empty_rows.md: row indexes where prompt extraction… See the full description on the dataset page: https://huggingface.co/datasets/jamesdborin/Nemotron-SFT-ARC-AGI-v1-prompt-only.tabular100K<n<1M0 likes37 downloads3mo agoHugging Face23guanning /arc-agi-3-schema-traces-gpt56-xhighgated ARC-AGI-3 Schema Gameplay Trajectories — GPT-5.6 Sol (xhigh) The best gpt-5.6-sol trajectory at xhigh reasoning effort for each of the 25 public ARC-AGI-3 games, produced with the world_model_v5 agent harness. This release exists to make the cross-model comparison single-effort on all sides. Its siblings are each one model at one effort, but the gpt-5.6-sol collection in arc-agi-3-schema-gameplay is a mix of xhigh and max (16 games + 9 games), so it is not directly comparable to… See the full description on the dataset page: https://huggingface.co/datasets/guanning/arc-agi-3-schema-traces-gpt56-xhigh.tabularreinforcement-learningn<1K0 likes37 downloads4d agoHugging Face24Asap7772 /arc-agi-mixed-max4096-qwenabsgen-all-flat-train-Qwen3-4B-Thinking-2507-samp1-abs-all-validtabular100K<n<1M0 likes30 downloads1y agoHugging Face251337xyz1337xyz /plan-crl-arc-agi-2 PLAN-CRL ARC-AGI-2 This is a Hugging Face mirror/packaging of the public ARC-AGI-2 tasks used by the PLAN-CRL ARC-AGI-2 evaluation harness. Source: https://github.com/arcprize/ARC-AGI-2 Splits training: 1000 tasks evaluation: 120 tasks Columns task_id: upstream ARC task id. train: ARC training examples with input and output grids. test_inputs: test input grids only. test_outputs: reference output grids used by the evaluator. prompt_json: compact JSON shown… See the full description on the dataset page: https://huggingface.co/datasets/1337xyz1337xyz/plan-crl-arc-agi-2.tabular1K<n<10K0 likes25 downloads5mo agoHugging Face26Asap7772 /arc-agi-mixed-max4096-fulltrain-absrespgen-witho4correctsolstabular100K<n<1M0 likes23 downloads1y agoHugging Face27Nabidnur /arc-agi-2-vision ARC-AGI-2 Vision Dataset Image-rendered ARC-AGI-2 grids for vision-based solvers (e.g. Qwen-VL class models). Companion to Nabidnur/arc-agi-2-grids (text/grid SFT) and Nabidnur/arc-agi-2-cot-sft (reasoning transcripts). Render spec Standard ARC 10-color palette (see meta/manifest.json). White 4px margin, 1px dark grid lines, cell scale = max(8, 448//max_dim) px. image column: PNG bytes (HF Image-compatible {bytes, path} struct). Contents… See the full description on the dataset page: https://huggingface.co/datasets/Nabidnur/arc-agi-2-vision.tabular10K<n<100K0 likes23 downloads3d agoHugging Face28flaitenberger /arc_agi_1_augmentedtabular1M<n<10M0 likes21 downloads8mo agoHugging Face29lvogel123 /arc-agi-1-kimi-k2tabularn<1K0 likes20 downloads11mo agoHugging Face30lvogel123 /arc-agi-1-gpt-5-hightabularn<1K0 likes16 downloads11mo agoHugging Face

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