Add model card for Equilibrium Reasoners
#1
by nielsr HF Staff - opened
README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
pipeline_tag: other
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Equilibrium Reasoners: Learning Attractors Enables Scalable Reasoning
|
| 7 |
+
|
| 8 |
+
This repository contains the models presented in the paper [Equilibrium Reasoners: Learning Attractors Enables Scalable Reasoning](https://huggingface.co/papers/2605.21488).
|
| 9 |
+
|
| 10 |
+
- **Code:** [GitHub Repository](https://github.com/locuslab/eqr)
|
| 11 |
+
- **Project Page:** [X/Twitter Thread](https://x.com/huskydogewoof/status/2057641657580064941?s=20)
|
| 12 |
+
|
| 13 |
+
Equilibrium Reasoners (EqR) enable test-time scaling without external verifiers or task-specific priors by learning task-conditioned attractors. This approach allows neural networks to adaptively allocate test-time compute based on task difficulty by scaling internal dynamics along two axes: depth (iterations) and breadth (stochastic trajectories).
|
| 14 |
+
|
| 15 |
+
## Citation
|
| 16 |
+
|
| 17 |
+
```bibtex
|
| 18 |
+
@article{huang2026equilibrium,
|
| 19 |
+
title={Equilibrium Reasoners: Learning Attractors Enables Scalable Reasoning},
|
| 20 |
+
author={Huang, Benhao and Geng, Zhengyang and Kolter, Zico},
|
| 21 |
+
journal={arXiv preprint arXiv:2605.21488},
|
| 22 |
+
year={2026}
|
| 23 |
+
}
|
| 24 |
+
```
|