Advanced Search
Search Results
2 total results found
Less is More: Recursive Reasoning with Tiny Networks
AI and ML
SLMs
Paper: https://arxiv.org/html/2510.04871v1 Abstract Hierarchical Reasoning Model (HRM) is a novel approach using two small neural networks recursing at different frequencies. This biologically inspired method beats Large Language models (LLMs) on hard puzzl...
Hierarchical Reasoning Model
AI and ML
SLMs
Paper URL: https://arxiv.org/pdf/2506.21734 Code Repo: https://github.com/sapientinc/HRM HRM is an alternative to transformer architecture that is better able to reason. It outperforms transformer-based LLMs at ARC-AGI2 with only 27M parameters. Training ...