paper-with-me

Papers

Uncertainty-Guided Checkpoint Selection for Reinforcement Finetuning of Large Language Models

2025-11-13 · Manh Nguyen, Dung Nguyen, Dai Do, Svetha Venkatesh, Hung Le arxiv

Reinforcement learning (RL) finetuning is crucial to aligning large language models (LLMs), but the process is notoriously unstable and exhibits high variance across model checkpoints. In practice, selecting the best checkpoint is challenging: evaluating checkpoints on the validation set during training is computationally expensive and requires a good validation set, while relying on the final checkpoint provides no guarantee of good performance. We introduce an uncertainty-guided approach for checkpoint selection (UGCS) that avoids these pitfalls. Our method identifies hard question-answer pairs using per-sample uncertainty and ranks checkpoints by how well they handle these challenging cases. By averaging the rewards of the top-uncertain samples over a short training window, our method produces a stable and discriminative signal without additional forward passes or significant computation overhead. Experiments across three datasets and three LLMs demonstrate that it consistently identifies checkpoints with stronger generalization, outperforming traditional strategies such as relying on training or validation performance. These results highlight that models solving their hardest tasks with low uncertainty are the most reliable overall.

📄 PDF Abstract BibTeX arXiv:2511.09864

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

RL-Guided Data Selection for Language Model Finetuning

2025-09-30 · Animesh Jha, Harshit Gupta, Ananjan Nandi arxiv

Data selection for finetuning Large Language Models (LLMs) can be framed as a budget-constrained optimization problem: maximizing a model's downstream performance under a strict training data budget. Solving this problem…

Reinforcement Learning

Mashup Learning: Faster Finetuning by Remixing Past Checkpoints

2026-03-10 · Sofia Maria Lo Cicero Vaina, Artem Chumachenko, Max Ryabinin arxiv

Finetuning on domain-specific data is a well-established method for enhancing LLM performance on downstream tasks. Training on each dataset produces a new set of model weights, resulting in a multitude of checkpoints sav…

Beyond Parameter Finetuning: Test-Time Representation Refinement for Node Classification

2026-01-29 · Jiaxin Zhang, Yiqi Wang, Siwei Wang, Xihong Yang 외 arxiv

Graph Neural Networks frequently exhibit significant performance degradation in the out-of-distribution test scenario. While test-time training (TTT) offers a promising solution, existing Parameter Finetuning (PaFT) para…

Node Classification

Unveiling Over-Memorization in Finetuning LLMs for Reasoning Tasks

2025-08-06 · Zhiwen Ruan, Yun Chen, Yutao Hou, Peng Li 외 arxiv

The pretrained large language models (LLMs) are finetuned with labeled data for better instruction following ability and alignment with human values. In this paper, we study the learning dynamics of LLM finetuning on rea…

Instruction Following

A Simple Unified Uncertainty-Guided Framework for Offline-to-Online Reinforcement Learning

2023-06-13 · Siyuan Guo, Yanchao Sun, Jifeng Hu, Sili Huang 외

Offline reinforcement learning (RL) provides a promising solution to learning an agent fully relying on a data-driven paradigm. However, constrained by the limited quality of the offline dataset, its performance is often…

D4RLEfficient ExplorationOffline RLreinforcement-learning+1