datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
magpie-todotool-reasoning-v1
Magpie TodoReasoning Dataset
High-quality reasoning traces where the model planned and executed
multi-step tasks tracked via update_plan tool calls.
Source
21 sessions from three sources:
Opencode sessions: multi-step engineering tasks managed via
todowrite — normalised to update_plan.
Codex CLI rollouts: full Codex CLI sessions with update_plan
calls and reasoning traces.
Claude/Fable variant: Claude Code task-management traces.
Annotation
Every… See the full description on the dataset page: https://huggingface.co/datasets/h4rm0n1c/magpie-todotool-reasoning-v1.Structured-Todo-Lists-for-Learning-and-Projects
Academic Task Management Dataset
Overview
100 structured todo lists for academic and personal organization. Culturally diverse with 70% Indian education context, 25% European scenarios, and 5% other Asian contexts.
Dataset Structure
{
"input": "Task description",
"output": {
"type": "todo",
"title": "List title",
"category": "academic/personal/project",
"items": [
{"task": "...", "done": false, "priority": "low/medium/high"}
]
}… See the full description on the dataset page: https://huggingface.co/datasets/Srinivasmec26/Structured-Todo-Lists-for-Learning-and-Projects.inkopolis_news_s1Ai_Todo_app
