datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
circle-packing-insight-loop
Circle-Packing Insight-Exploration Loop
Artifacts from an iterative GPT solver <-> proposer insight-exploration loop on the
21-circles-in-a-perimeter-4-rectangle packing problem (AlphaEvolve SOTA sum-of-radii
= 2.3658321334167627). Each round, 16 solvers propose a program + written explanation;
every program is scored; a proposer then mines all 16 attempts into an evolving insight
document that conditions the next round. Run: 16 solvers x 8 rounds.
Subsets… See the full description on the dataset page: https://huggingface.co/datasets/ars22/circle-packing-insight-loop.behavioral-loops
Behavioral Loops
1,140 behavioral patterns across 279 categories, each structured as given/when/then/result logic with taxonomy classification, veracity scores, and intervention strategies.
Quick Start
from datasets import load_dataset
ds = load_dataset("buley/behavioral-loops")
print(ds["train"][0])
Structure
Field
Description
given
Initial condition or context
when
Trigger event
then
Resulting behavior
result
Long-term outcome
origin… See the full description on the dataset page: https://huggingface.co/datasets/buley/behavioral-loops.LoopHard
LoopHard
LoopHard is a held-out benchmark of 285 English enumeration prompts designed to
measure futile reasoning loops in thinking models. The primary metric is
judged loops: the percentage of traces that end while still repeating the
same recall, verification, or enumeration cycle without adding or settling
information.
Long or systematic reasoning is not automatically a loop. A verification pass
that converges is not a loop, and a trace that breaks out of a loop on its own
is… See the full description on the dataset page: https://huggingface.co/datasets/N8Programs/LoopHard.loop-qwen-v8-sft
loop-qwen-v8 SFT dataset (Gemini insulin-control distillation)
8,222 chat-format examples used to SFT loop-qwen-v8 (Qwen3-4B insulin
controller distilled from Gemini-3-flash-preview). Each example is a closed-loop
dosing decision.
Format (JSONL, one chat per line)
system: controller spec (IOB-aware, Chain-of-Draft reason-before-act)
user: patient metadata (age, weight, TDD, CF, IC, basal) + 6h history of CGM / insulin / carbs, as JSON
assistant: JSON… See the full description on the dataset page: https://huggingface.co/datasets/jxx123/loop-qwen-v8-sft.ptdbench-data-format-task-agent-loop-022-llama-dapo-math-dataset
PTDBench dataset snapshot: task_agent_loop_022-llama-dapo-math
This repository stores the immutable runtime dataset snapshot for one
materialized PTDBench task. It intentionally excludes model weights and
training checkpoints.
PTDBench family: data_format
Source evaluation metric: val-core/math_dapo/reward/mean@1
Provenance: Processed from BytedTsinghua-SIA/DAPO-Math-17k; task-specific bytes are pinned.
License: Apache-2.0
The artifact manifest records every hydrated runtime… See the full description on the dataset page: https://huggingface.co/datasets/LIF1014/ptdbench-data-format-task-agent-loop-022-llama-dapo-math-dataset.
