AIDec 30, 2025

Graph-Based Exploration for ARC-AGI-3 Interactive Reasoning Tasks

arXiv:2512.24156v1h-index: 1Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of systematic exploration in sparse-feedback environments for AI researchers, offering a strong baseline for interactive reasoning where current LLMs fail.

The paper tackles interactive reasoning tasks in the ARC-AGI-3 benchmark, where agents must infer mechanics through limited interactions, and presents a training-free graph-based approach that solves a median of 30 out of 52 levels, ranking 3rd and outperforming state-of-the-art LLMs.

We present a training-free graph-based approach for solving interactive reasoning tasks in the ARC-AGI-3 benchmark. ARC-AGI-3 comprises game-like tasks where agents must infer task mechanics through limited interactions, and adapt to increasing complexity as levels progress. Success requires forming hypotheses, testing them, and tracking discovered mechanics. The benchmark has revealed that state-of-the-art LLMs are currently incapable of reliably solving these tasks. Our method combines vision-based frame processing with systematic state-space exploration using graph-structured representations. It segments visual frames into meaningful components, prioritizes actions based on visual salience, and maintains a directed graph of explored states and transitions. By tracking visited states and tested actions, the agent prioritizes actions that provide the shortest path to untested state-action pairs. On the ARC-AGI-3 Preview Challenge, this structured exploration strategy solves a median of 30 out of 52 levels across six games and ranks 3rd on the private leaderboard, substantially outperforming frontier LLM-based agents. These results demonstrate that explicit graph-structured exploration, even without learning, can serve as a strong baseline for interactive reasoning and underscore the importance of systematic state tracking and action prioritization in sparse-feedback environments where current LLMs fail to capture task dynamics. The code is open source and available at https://github.com/dolphin-in-a-coma/arc-agi-3-just-explore.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes