paper-with-me

홈 › Papers

Pretraining Language Models to Ponder in Continuous Space

2025-05-27 · Boyi Zeng, Shixiang Song, Siyuan Huang, YiXuan Wang, He Li, Ziwei He, Xinbing Wang, Zhiyu Li, Zhouhan Lin

Humans ponder before articulating complex sentence elements, enabling deeper cognitive processing through focused effort. In this work, we introduce this pondering process into language models by repeatedly invoking the forward process within a single token generation step. During pondering, instead of generating an actual token sampled from the prediction distribution, the model ponders by yielding a weighted sum of all token embeddings according to the predicted token distribution. The generated embedding is then fed back as input for another forward pass. We show that the model can learn to ponder in this way through self-supervised learning, without any human annotations. Our method is straightforward and can be seamlessly integrated with various existing language models. Experiments across three widely used open-source architectures-GPT-2, Pythia, and LLaMA-and extensive downstream task evaluations demonstrate the effectiveness and generality of our method. For language modeling tasks, pondering language models achieve performance comparable to vanilla models with twice the number of parameters. On 9 downstream benchmarks, our pondering-enhanced Pythia models significantly outperform the official Pythia models. Notably, pondering-enhanced Pythia-1B is comparable to TinyLlama-1.1B, which is trained on 10 times more data. The code is available at https://github.com/LUMIA-Group/PonderingLM.

📄 PDF Abstract BibTeX arXiv:2505.20674

Code (1)

lumia-group/ponderinglm 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Pythia Pythia is a suite of decoder-only autoregressive language models all trained on public data seen in the exact same order and ranging in size from 70M to 12B parameters. The…

Similar Papers 제목 키워드 기반

PonderLM-2: Pretraining LLM with Latent Thoughts in Continuous Space

2025-09-27 · Boyi Zeng, He Li, Shixiang Song, Yixuan Wang 외 arxiv

The remarkable success of Chain-of-Thought (CoT), which enhances performance by scaling generation steps at test-time, inspires us to ask: can we leverage a similar scaling of computational steps during pretraining to im…

AdaPonderLM: Gated Pondering Language Models with Token-Wise Adaptive Depth

2026-03-02 · Shixiang Song, He Li, Zitong Wang, Boyi Zeng 외 arxiv

Test-time scaling via recurrent/iterative Transformers enables large language models to spend more computation at inference, but most pretrained recurrent LMs run a fixed number of iterations, wasting compute on easy tok…

PonderLM-3: Adaptive Token-Wise Pondering with Differentiable Masking

2026-03-02 · He Li, Feichen Song, Boyi Zeng, Shixiang Song 외 arxiv

Test-time scaling has shown that allocating more additional computation at inference can improve generation quality, motivating a natural follow-up question: where should this computation be spent? Building on this insig…

PonderPounce: A Pretrained MLLM as an Episode Context Engine for Robot Control

2026-08-25 · Suhwan Choi, Jaeyoon Jung, Sungkyung Kim, Yunsung Lee 외 hf

Multimodal large language models (MLLMs) can integrate long visual histories, reason under partial observability, and infer behavior from a few examples. Yet vision-language-action (VLA) models generally inherit pretrain…

NeuronSpark: A Spiking Neural Network Language Model with Selective State Space Dynamics

2026-03-17 · Zhengzheng Tang arxiv

We ask whether a pure spiking backbone can learn large-scale language modeling from random initialization, without Transformer distillation. We introduce NeuronSpark, a 0.9B-parameter SNN language model trained with next…