Rule-chaining framework solves 230 of 240 ARC-AGI-2 tasks
The Abstraction and Reasoning Corpus, known as ARC, tests what its creators call cognitive generalization: the ability to infer an abstract rule from a handful of example grids and then apply it to a new one. A paper describes a multi-stage rule-chaining framework built for exactly this kind of task, combining reasoning across symbolic, structural, and conceptual levels rather than relying on one end-to-end model.
The framework chains three solvers together. A deterministic rule discovery module induces atomic transformations by analyzing geometry, color, and objects within a grid. A pattern composition engine reconstructs outputs through block merging, repetition, and spatial heuristics. A structural abstraction layer infers hierarchical and nested relationships across grids. The three solvers run in sequence, in what the paper calls a progressive fallback hierarchy, and each stage reuses the reasoning trace the previous stage produced. The authors say this ordering helps both interpretability and generalization, since a later solver can pick up where an earlier one left off instead of starting from nothing.
On results, the paper reports passing 995 of 1000 training tasks, then being evaluated on a further 105 of 120 tasks (the text says only that the system was evaluated on these, not how many it solved), and finally solving 230 of 240 ARC-AGI-2 test tasks. Across what it calls deterministic, compositional, and abstract task categories, the paper reports an overall accuracy exceeding 95 percent, without breaking that figure down by category or by which of the three task sets it covers.
The authors frame this as evidence for a specific claim: that chaining rules and composing them hierarchically can move machine reasoning toward results that are transparent and interpretable, not only accurate, and that this can happen without tuning the system separately for each new task. Because each solver hands its reasoning trace to the next, the pipeline's decisions can in principle be followed through all three stages instead of being read off a single opaque model.
Key facts
- The framework chains three solvers, a deterministic rule discovery module, a pattern composition engine, and a structural abstraction layer, with each stage reusing the previous one's reasoning trace.
- It reports passing 995 of 1000 training tasks and being evaluated on a further 105 of 120 tasks, though the text does not say how many of those 105 were solved.
- It solved 230 of 240 ARC-AGI-2 test tasks, and the paper reports an overall accuracy exceeding 95 percent across deterministic, compositional, and abstract categories.
- The authors present the approach as reaching that result without task-specific tuning, arguing that rule chaining and hierarchical composition can make reasoning systems more transparent and interpretable.
- The text names no authors, institutions, or funding source, and gives no comparison to other ARC-AGI-2 systems or baseline results.
Why it matters
The paper's central claim is less about the raw accuracy number than about how it is reached. Rather than one model learning end to end, three separate solvers each handle a different kind of structure, geometric and color-based rules, block-level pattern composition, and hierarchical grid relationships, and pass their reasoning traces forward to the next stage. The authors argue that rule chaining and hierarchical composition of this kind can push machine reasoning toward results that are transparent and human-aligned, and that it can do so without tuning the system separately for every new task. On a benchmark built to test whether a system can generalize from a handful of examples rather than memorize patterns, a pipeline whose intermediate steps can be inspected is a different kind of result than a higher-scoring but opaque model would be.
Who it affects
The text does not name the authors, their institution, or any funder, so there is no organization to attach this to. It is written for researchers and engineers working on the ARC and ARC-AGI-2 benchmarks directly, and for anyone comparing symbolic or hybrid reasoning pipelines against purely neural approaches to abstract generalization. For that audience, the appeal is less the headline percentage than the fact that every stage of the pipeline, the rule discovery module, the pattern composition engine, and the abstraction layer, produces a reasoning trace that can be examined on its own.
How to use it
The source gives no way to access the system itself. No code repository, dataset release, demo, or licence terms appear anywhere in the text. What exists right now is the paper describing the method and its results; whether the three-solver pipeline, or the harness used to produce these numbers, will be released is not stated. Anyone who wants to check the approach against their own ARC-AGI-2 tasks has, for now, only the written description of the three components to work from.
How solid is it
Several things a reader would normally use to judge a claim like this are missing from the text. No authors, institutions, or affiliations are named, so there is no track record to weigh. No date of submission or publication is given. There is no comparison to other ARC-AGI-2 systems, prior leaderboard results, or baselines, so the text alone does not show how this result sits relative to existing approaches. It also gives no architecture, parameter count, or compute detail beyond naming the three solver components, and the overall accuracy figure is not broken down by category or by which task set it covers. One number is genuinely ambiguous: the source says the system was 'evaluated on' 105 of 120 tasks in the second set, using neither 'passed' nor 'solved', the words it uses for the training and test figures, so it is unclear whether 105 tasks were solved or the evaluation simply ran across 105 of the 120 available. Only the 240-task test set is explicitly identified as ARC-AGI-2; the text never says which ARC version the 1000-task training set and 120-task evaluation set are drawn from.
Risks and caveats
The reported numbers apply to ARC-style grid puzzles specifically, and the text does not say whether, or how, the same three-solver approach would carry over to reasoning tasks outside that format, despite the framing around cognitive generalization more broadly. The overall accuracy figure is a single number rather than one broken out per task type, so the text does not show whether the system is uniformly strong or whether the deterministic and compositional categories are carrying an abstract category that performs worse. As a preprint, these results are self-reported by whoever wrote the paper, and the text gives no sign of independent verification, peer review, or a third-party benchmark run. Anyone comparing this to other ARC-AGI-2 attempts should treat 230 of 240 as this paper's own account rather than a leaderboard-verified score, since none is given here.