A small transformer model was trained from scratch, achieving a 44% score on the ARC-AGI-1 benchmark and 7% on ARC-2. This performance is comparable to other large language models (LLMs) and previous models like TRM/HRM. The training process was completed in 1.5 hours on a 5090 GPU, incurring a cost of 67 cents.
The primary motivation behind this work is to address sample efficiency in AI, aiming to determine the limits of current deep learning methods and reduce research costs. The ARC benchmark is used due to its limited sample size, high-dimensional space, meta-learning nature, and accessibility for researchers.
The model's approach involves converting input-output pairs into token sequences, which are then autoregressively trained by a small transformer. Cross-task learning is enabled through separate additive embeddings for each puzzle, and 3D RoPE embeddings are used for positional information. The sequences are augmented with color and dihedral permutations, with inverse augmentation applied during inference.
The current iteration includes several architectural and algorithmic improvements over previous versions. These upgrades were specifically implemented to enhance the model's sample efficiency, contributing to the improved scores on the ARC benchmarks.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
A small transformer model was trained from scratch in 1.5 hours on a 5090 GPU, achieving a 44% score on ARC-AGI-1 and 7% on ARC-2 for a cost of 67 cents. This work focuses on improving sample efficiency and reducing iteration costs in AI research.