Papers
arxiv:2502.05171

Scaling up Test-Time Compute with Latent Reasoning: A Recurrent Depth Approach

Published on Feb 7
· Submitted by akhaliq on Feb 10
#3 Paper of the day
Authors:
,
,

Abstract

We study a novel language model architecture that is capable of scaling test-time computation by implicitly reasoning in latent space. Our model works by iterating a recurrent block, thereby unrolling to arbitrary depth at test-time. This stands in contrast to mainstream reasoning models that scale up compute by producing more tokens. Unlike approaches based on chain-of-thought, our approach does not require any specialized training data, can work with small context windows, and can capture types of reasoning that are not easily represented in words. We scale a proof-of-concept model to 3.5 billion parameters and 800 billion tokens. We show that the resulting model can improve its performance on reasoning benchmarks, sometimes dramatically, up to a computation load equivalent to 50 billion parameters.

Community

Paper submitter
Paper submitter
This comment has been hidden

Very cool paper! This is another empirical evidence of "latent reasoning". Just like COCONUT from Meta AI 🚀

Paper author

Code and more info can be found here: https://github.com/seal-rg/recurrent-pretraining
The model collection is here: https://huggingface.co/collections/tomg-group-umd/recurrent-models-6793c4ae556d3843c5496572

Feel free to ask any questions here as well!

Question for the authors, how do you see this approach compared with Deep Equilibrium Models? Did you test using a deq model as the intermidiate layers? I think the overall approach would benefit a lot to have a objective that tries to "optimize" the latent states in a stable embedding.

·

Hi! The difference to an equilibrium model is in the training objective, this model is trained with truncated backpropagation through the unrolled recurrence, whereas DEQ would differentiate through the fixed point. Both approaches are related to optimization in intermediate layers, the internal "energy" function is just not learned explicitly.

One advantage that we see with unrolling over fixed point differentation is that we do not necessarily want to require the operator to converge to a fixed point, with unrolling we leave this open. Simply training with sufficient scale, we see that the model finds a solution that does converge in a pretty straightforward many for most tokens, but it also implements orbits and other structures which seem helpful (See section 7).

This is an automated message from the Librarian Bot. I found the following papers similar to this paper.

The following papers were recommended by the Semantic Scholar API

Please give a thumbs up to this comment if you found it helpful!

If you want recommendations for any Paper on Hugging Face checkout this Space

You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend

Sign up or log in to comment

Models citing this paper 1

Datasets citing this paper 0

No dataset linking this paper

Cite arxiv.org/abs/2502.05171 in a dataset README.md to link it from this page.

Spaces citing this paper 0

No Space linking this paper

Cite arxiv.org/abs/2502.05171 in a Space README.md to link it from this page.

Collections including this paper 4