paper-with-me

Papers

Diversity or Precision? A Deep Dive into Next Token Prediction

2025-12-28 · Haoyuan Wu, Hai Wang, Jiajia Wu, Jinxiang Ou, Keyao Wang, Weile Chen, Zihao Zheng, Bei Yu arxiv

Recent advancements have shown that reinforcement learning (RL) can substantially improve the reasoning abilities of large language models (LLMs). The effectiveness of such RL training, however, depends critically on the exploration space defined by the pre-trained model's token-output distribution. In this paper, we revisit the standard cross-entropy loss, interpreting it as a specific instance of policy gradient optimization applied within a single-step episode. To systematically study how the pre-trained distribution shapes the exploration potential for subsequent RL, we propose a generalized pre-training objective that adapts on-policy RL principles to supervised learning. By framing next-token prediction as a stochastic decision process, we introduce a reward-shaping strategy that explicitly balances diversity and precision. Our method employs a positive reward scaling factor to control probability concentration on ground-truth tokens and a rank-aware mechanism that treats high-ranking and low-ranking negative tokens asymmetrically. This allows us to reshape the pre-trained token-output distribution and investigate how to provide a more favorable exploration space for RL, ultimately enhancing end-to-end reasoning performance. Contrary to the intuition that higher distribution entropy facilitates effective exploration, we find that imposing a precision-oriented prior yields a superior exploration space for RL.

📄 PDF Abstract BibTeX arXiv:2512.22955

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

D-Models and E-Models: Diversity-Stability Trade-offs in the Sampling Behavior of Large Language Models

2026-01-25 · Jia Gu, Liang Pang, Huawei Shen, Xueqi Cheng arxiv

The predictive probability of the next token (P_token) in large language models (LLMs) is inextricably linked to the probability of relevance for the next piece of information, the purchase probability of the next produc…

Code Generation

Diversity-aware Event Prediction based on a Conditional Variational Autoencoder with Reconstruction

2019-11-01 · WS 2019 11 · Hirokazu Kiyomaru, Kazumasa Omura, Yugo Murawaki, Daisuke Kawahara 외

Typical event sequences are an important class of commonsense knowledge. Formalizing the task as the generation of a next event conditioned on a current event, previous work in event prediction employs sequence-to-sequen…

Diversity

Diversifying Task-oriented Dialogue Response Generation with Prototype Guided Paraphrasing

2020-08-07 · Phillip Lippe, Pengjie Ren, Hinda Haned, Bart Voorn 외

Existing methods for Dialogue Response Generation (DRG) in Task-oriented Dialogue Systems (TDSs) can be grouped into two categories: template-based and corpus-based. The former prepare a collection of response templates …

DiversityResponse GenerationTask-Oriented Dialogue Systems

Prune Redundancy, Preserve Essence: Vision Token Compression in VLMs via Synergistic Importance-Diversity

2026-03-10 · Zhengyao Fang, Pengyuan Lyu, Chengquan Zhang, Guangming Lu 외 arxiv

Vision-language models (VLMs) face significant computational inefficiencies caused by excessive generation of visual tokens. While prior work shows that a large fraction of visual tokens are redundant, existing compressi…

Training Large Language Models To Reason In Parallel With Global Forking Tokens

2025-10-01 · Sheng Jia, Xiao Wang, Shiva Prasad Kasiviswanathan arxiv

Although LLMs have demonstrated improved performance by scaling parallel test-time compute, doing so relies on generating reasoning paths that are both diverse and accurate. For challenging problems, the forking tokens t…

Code Generation