LGAIDec 23, 2025

Emergent temporal abstractions in autoregressive models enable hierarchical reinforcement learning

arXiv:2512.20605v22 citationsh-index: 28
Originality Highly original
AI Analysis

This addresses hierarchical reinforcement learning for foundation models, offering a novel approach to improve efficiency in sparse-reward scenarios.

The paper tackles the problem of inefficient learning in autoregressive models during reinforcement learning due to token-by-token action sampling, particularly with sparse rewards, by introducing a higher-order model that learns internal controllers for temporally-abstract actions, enabling successful learning in cases where standard RL fails.

Large-scale autoregressive models pretrained on next-token prediction and finetuned with reinforcement learning (RL) have achieved unprecedented success on many problem domains. During RL, these models explore by generating new outputs, one token at a time. However, sampling actions token-by-token can result in highly inefficient learning, particularly when rewards are sparse. Here, we show that it is possible to overcome this problem by acting and exploring within the internal representations of an autoregressive model. Specifically, to discover temporally-abstract actions, we introduce a higher-order, non-causal sequence model whose outputs control the residual stream activations of a base autoregressive model. On grid world and MuJoCo-based tasks with hierarchical structure, we find that the higher-order model learns to compress long activation sequence chunks onto internal controllers. Critically, each controller executes a sequence of behaviorally meaningful actions that unfold over long timescales and are accompanied with a learned termination condition, such that composing multiple controllers over time leads to efficient exploration on novel tasks. We show that direct internal controller reinforcement, a process we term "internal RL", enables learning from sparse rewards in cases where standard RL finetuning fails. Our results demonstrate the benefits of latent action generation and reinforcement in autoregressive models, suggesting internal RL as a promising avenue for realizing hierarchical RL within foundation models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes