ARTFEED — Contemporary Art Intelligence

Penelope: Efficient Latent Reasoning for Transformers

ai-technology · 2026-07-29

Penelope introduces a new framework for pretrained decoder-only Transformers that confines recurrent computation to a designated decoder segment, facilitating efficient structured reasoning without expanding parameter size or depending on chain-of-thought token serialization. Initially, the lower decoder prefix is assessed to create a memory boundary conditioned on the problem, which is then progressively enhanced using time-modulated GRU dynamics and recurrent readout states prior to generating answers. A gradual CoT-to-latent curriculum shifts observable reasoning into this internal recurrent pathway, permitting further computation in latent space without the need to execute the entire decode repeatedly. This strategy lowers both training and deployment expenses while preserving reasoning effectiveness.

Key facts

  • Penelope is introduced as an efficient latent-reasoning framework for pretrained decoder-only Transformers
  • It localizes recurrent computation to a selected decoder interval
  • The lower decoder prefix is evaluated once to construct a problem-conditioned boundary memory
  • Memory is iteratively refined through time-modulated GRU dynamics and recurrent readout states
  • A progressive CoT-to-latent curriculum transfers visible reasoning into the internal recurrent path
  • It allows additional computation in latent space without repeatedly executing the complete decode
  • The approach reduces training and deployment costs
  • It avoids increasing parameter scale or relying on chain-of-thought token serialization

Entities

Sources