paper-with-me

Papers

Generative Recursive Reasoning

2026-05-19 · Junyeob Baek, Mingyu Jo, Minsu Kim, Mengye Ren, Yoshua Bengio, Sungjin Ahn arxiv

How should future neural reasoning systems implement extended computation? Recursive Reasoning Models (RRMs) offer a promising alternative to autoregressive sequence extension by performing iterative latent-state refinement with shared transition functions. Yet existing RRMs are largely deterministic, following a single latent trajectory and converging to a single prediction. We introduce Generative Recursive reAsoning Models (GRAM), a framework that turns recursive latent reasoning into probabilistic multi-trajectory computation. GRAM models reasoning as a stochastic latent trajectory, enabling multiple hypotheses, alternative solution strategies, and inference-time scaling through both recursive depth and parallel trajectory sampling. This yields a latent-variable generative model supporting conditional reasoning via $p_θ(y \mid x)$ and, with fixed or absent inputs, unconditional generation via $p_θ(x)$. Trained with amortized variational inference, GRAM improves over deterministic recurrent and recursive baselines on structured reasoning and multi-solution constraint satisfaction tasks, while demonstrating an unconditional generation capability. https://ahn-ml.github.io/gram-website

📄 PDF Abstract BibTeX arXiv:2605.19376

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Mirror Loop: Recursive Non-Convergence in Generative Reasoning Systems

2025-10-23 · Bentley DeVilling arxiv

Large language models are often described as capable of reflective reasoning, yet recursive self-evaluation without external feedback frequently yields reformulation rather than progress. We test this prediction in a cro…

Tab-TRM: Tiny Recursive Model for Insurance Pricing on Tabular Data

2026-01-12 · Kishan Padayachy, Ronald Richman, Mario V. Wüthrich arxiv

We introduce Tab-TRM (Tabular-Tiny Recursive Model), a network architecture that adapts the recursive latent reasoning paradigm of Tiny Recursive Models (TRMs) to insurance modeling. Drawing inspiration from both the Hie…

Tiny Recursive Reasoning with Mamba-2 Attention Hybrid

2026-02-12 · Wenlong Wang, Fergal Reid arxiv

Recent work on recursive reasoning models like TRM demonstrates that tiny networks (7M parameters) can achieve strong performance on abstract reasoning tasks through latent recursion -- iterative refinement in hidden rep…

Latent Reasoning in TRMs is Secretly a Policy Improvement Operator

2025-11-21 · Arip Asadulaev, Rayan Banerjee, Fakhri Karray, Martin Takac arxiv

Recently, small models with latent recursion have obtained promising results on complex reasoning tasks. These results are typically explained by the theory that such recursion increases a networks depth, allowing it to …

Reinforcement Learning

Recursive Inference Machines for Neural Reasoning

2026-03-05 · Mieszko Komisarczyk, Saurabh Mathur, Maurice Kraus, Sriraam Natarajan 외 arxiv

Neural reasoners such as Tiny Recursive Models (TRMs) solve complex problems by combining neural backbones with specialized inference schemes. Such inference schemes have been a central component of stochastic reasoning …