Hierarchical Reasoning Model
Guan Wang, Jin Li, Yuhao Sun, Xing Chen, Changling Liu, Yue Wu, Meng Lu, Sen Song, Yasin Abbasi Yadkori

TL;DR
The paper introduces the Hierarchical Reasoning Model (HRM), a novel recurrent architecture inspired by human brain processing, capable of complex reasoning tasks with high efficiency and minimal data, outperforming larger models on key benchmarks.
Contribution
HRM is a new hierarchical recurrent model that achieves deep reasoning without explicit supervision, using only 27 million parameters and minimal training data.
Findings
HRM performs nearly perfectly on Sudoku and maze tasks.
HRM outperforms larger models on ARC benchmark.
HRM operates efficiently without pre-training or Chain-of-Thought data.
Abstract
Reasoning, the process of devising and executing complex goal-oriented action sequences, remains a critical challenge in AI. Current large language models (LLMs) primarily employ Chain-of-Thought (CoT) techniques, which suffer from brittle task decomposition, extensive data requirements, and high latency. Inspired by the hierarchical and multi-timescale processing in the human brain, we propose the Hierarchical Reasoning Model (HRM), a novel recurrent architecture that attains significant computational depth while maintaining both training stability and efficiency. HRM executes sequential reasoning tasks in a single forward pass without explicit supervision of the intermediate process, through two interdependent recurrent modules: a high-level module responsible for slow, abstract planning, and a low-level module handling rapid, detailed computations. With only 27 million parameters,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
- 🤗Ex0bit/hrm-demomodel· 5 dl· ♡ 45 dl♡ 4
- 🤗qingy2024/HRM-Text1-41Mmodel· ♡ 32♡ 32
- 🤗pinilDissanayaka/HRMmodel· ♡ 7♡ 7
- 🤗ZoneTwelve/HRM-Sudokumodel
- 🤗bnsh/HRM-checkpoint-sudoku-fullmodel· 4 dl· ♡ 14 dl♡ 1
- 🤗Viharikvs/HRM-Text1-UltraChatmodel· ♡ 1♡ 1
- 🤗zbloss/HRM-sudoku-extrememodel· 2 dl2 dl
- 🤗zbloss/HRM-maze-30x30-hardmodel· 4 dl4 dl
- 🤗Viharikvs/wikicmbaV1model
- 🤗wtfmahe/Samsung-TRMmodel· ♡ 51♡ 51
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · AI-based Problem Solving and Planning · Explainable Artificial Intelligence (XAI)
