A Neural Affinity Framework for Abstract Reasoning: Diagnosing the Compositional Gap in Transformer Architectures via Procedural Task Taxonomy
Miguel Ingram, Arthur Joseph Merritt
TL;DR
This work argues that transformer architectures fundamentally misalign with the primitives required for abstract reasoning in ARC. It introduces a Neural Affinity Framework and a 9-category taxonomy of re-arc tasks, validated both code- and visually, and demonstrated transfer to ARC-AGI-2 tasks. The key findings reveal a pervasive Compositional Gap—high local pattern mastery but poor global synthesis—and a Neural Affinity Ceiling that caps performance in low-affinity task categories. External validation on specialist ViTARC models confirms the architectural nature of these ceilings, encouraging hybrid, affinity-aligned architectures over sheer scaling. The study provides a reproducible diagnostic toolkit to steer architectural innovation toward modular, priordriven components tailored to task primitives.
Abstract
Responding to Hodel et al.'s (2024) call for a formal definition of task relatedness in re-arc, we present the first 9-category taxonomy of all 400 tasks, validated at 97.5% accuracy via rule-based code analysis. We prove the taxonomy's visual coherence by training a CNN on raw grid pixels (95.24% accuracy on S3, 36.25% overall, 3.3x chance), then apply the taxonomy diagnostically to the original ARC-AGI-2 test set. Our curriculum analysis reveals 35.3% of tasks exhibit low neural affinity for Transformers--a distributional bias mirroring ARC-AGI-2. To probe this misalignment, we fine-tuned a 1.7M-parameter Transformer across 302 tasks, revealing a profound Compositional Gap: 210 of 302 tasks (69.5%) achieve >80% cell accuracy (local patterns) but <10% grid accuracy (global synthesis). This provides direct evidence for a Neural Affinity Ceiling Effect, where performance is bounded by architectural suitability, not curriculum. Applying our framework to Li et al.'s independent ViTARC study (400 specialists, 1M examples each) confirms its predictive power: Very Low affinity tasks achieve 51.9% versus 77.7% for High affinity (p<0.001), with a task at 0% despite massive data. The taxonomy enables precise diagnosis: low-affinity tasks (A2) hit hard ceilings, while high-affinity tasks (C1) reach 99.8%. These findings indicate that progress requires hybrid architectures with affinity-aligned modules. We release our validated taxonomy,
