41
0

Learning to Insert [PAUSE] Tokens for Better Reasoning

Main:8 Pages
5 Figures
Bibliography:3 Pages
8 Tables
Appendix:7 Pages
Abstract

To enhance reasoning capabilities, previous works have explored incorporating special-purpose tokens into the training process. These strategies strengthen the learning mechanism of transformer-based large language models (LLMs). Building on prior research, in which inserting dummy tokens consecutively just before reasoning steps can enhance effectiveness, we introduce a novel approach termed Dynamic Inserting Tokens Training (DIT). Our method identifies positions within sequences where model confidence is lowest according to token log-likelihood. Strategically inserting [PAUSE] tokens on these positions bolsters the model's predictive capabilities for subsequent tokens. Experimental results across diverse datasets and models, from the 2.7B model to the 8B model, demonstrate that DIT consistently outperforms traditional fine-tuning and previous token insertion methods. With this simple yet effective method, we achieve accuracy gains of up to 4.7%p on GSM8K, 3.23%p on AQUA-RAT, and pass@1 improvements of up to 3.4%p on MBPP datasets. Our work shows a model-based, dynamic approach rather than a heuristic one, thereby broadening the scope of research in reasoning.

View on arXiv
@article{kim2025_2506.03616,
  title={ Learning to Insert [PAUSE] Tokens for Better Reasoning },
  author={ Eunki Kim and Sangryul Kim and James Thorne },
  journal={arXiv preprint arXiv:2506.03616},
  year={ 2025 }
}
Comments on this paper