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

Jonas Geiping, Sean McLeish, Neel Jain, John Kirchenbauer, Siddharth Singh, Brian R. Bartoldson, B. Kailkhura, A. Bhatele, Tom Goldstein

arXiv:2502.05171 · 2026-08-15 공개 · arXiv · PDF

language-models parameter-efficient model-scaling reasoning-benchmarks latent-reasoning token-generation test-time-compute large-scale-models

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.

한국어 요약

한 줄 요약

잠재 공간에서 반복적 추론을 통해 테스트 타임 계산을 확장하는 새로운 언어 모델 아키텍처를 제안한다.

핵심 기여도

핵심 아이디어

기존 추론 모델은 토큰 생성을 늘려 계산을 확장하지만, 본 연구는 **잠재 공간 내 반복적 추론**(latent reasoning)을 통해 테스트 타임 계산을 확장한다. 이는 **반복 블록**(recurrent block)을 반복 실행하여 임의 깊이로 풀어내는 방식으로, 토큰 생성에 의존하지 않아 **작은 컨텍스트 윈도우**에서도 작동 가능하다. 또한, **Chain-of-thought와 달리 특수 훈련 데이터가 필요하지 않으며**, 추론 과정에서 언어화하지 않고도 추론을 수행할 수 있다. 이는 **추론 과정의 비언어화**(non-verbalization)를 가능하게 하며, 언어 표현이 어려운 추론 유형을 포착하는 데 유리하다.

기술적 접근법

주요 결과

의의 및 한계

본 연구는 **테스트 타임 계산 확장을 위한 새로운 접근법**을 제시하며, **언어화 없이도 추론이 가능하다는 점에서 학술적·실용적 가치가 높다**. 특히, **Chain-of-thought와 달리 특수 훈련 데이터가 필요하지 않아** 데이터 효율성이 높다. 그러나 **모델은 여전히 프로토타입 수준**이며, **추가 최적화**(학습률 스케줄, 데이터 믹스, 가속기)가 필요하다. 또한, **모델의 일반화 능력**과 **다양한 추론 유형에 대한 효과성**은 추가 실험을 통해 검증되어야 한다.

실용적 활용

본 모델은 **데이터 효율적인 추론 시스템** 개발에 활용 가능하며, **작은 컨텍스트 윈도우 환경**(예: 모바일, 임베디드)에서 유리하다. 또한, **비언어화 추론이 필요한 분야**(예: 시각 추론, 수학 문제 해결)에서 활용 가능하며, **추론 과정의 비언어화**를 통해 보다 자연스러운 인공지능 대화 시스템 구현에 기여할 수 있다.