paper-with-me

홈 › Papers

Post-Training Large Language Models via Reinforcement Learning from Self-Feedback

2025-07-29 · Carel van Niekerk, Renato Vukovic, Benjamin Matthias Ruppik, Hsien-chin Lin, Milica Gašić arxiv

Large Language Models (LLMs) often produce plausible but poorly-calibrated answers, limiting their reliability on reasoning-intensive tasks. Recent research suggests that Chain-of-Thought (CoT) reasoning paths are inherent in pre-trained LLMs and can be elicited by simply altering the decoding process, where the presence of a CoT path correlates with higher answer confidence. Building on these insights, we present Reinforcement Learning from Self-Feedback (RLSF), a post-training stage that utilises the model's intrinsic confidence as a self-generated reward. By generating multiple CoT decoding beams from a frozen LLM, we compute the confidence of each final answer span and rank the resulting traces accordingly to create synthetic preferences. These preferences are subsequently utilised to fine-tune the policy through standard preference optimisation, requiring no human labels, gold answers, or externally curated rewards. RLSF simultaneously (i) refines the model's probability estimates--restoring well-behaved calibration--and (ii) strengthens step-by-step reasoning, yielding improved performance on arithmetic reasoning and multiple-choice question answering. By converting a model's own uncertainty into structured self-feedback, RLSF affirms reinforcement learning on intrinsic model behaviour as a principled and data-efficient component of the LLM post-training pipeline. Our results demonstrate that leveraging these inherent reasoning capabilities provides a robust path for enhancing model reliability without manual prompt engineering or external supervision.

📄 PDF Abstract BibTeX arXiv:2507.21931

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningArithmetic ReasoningQuestion Answering

Similar Papers 제목 키워드 기반

SSL-R1: Self-Supervised Visual Reinforcement Post-Training for Multimodal Large Language Models

2026-04-22 · Jiahao Xie, Alessio Tonioni, Nathalie Rauschmayr, Federico Tombari 외 arxiv

Reinforcement learning (RL) with verifiable rewards (RLVR) has demonstrated the great potential of enhancing the reasoning abilities in multimodal large language models (MLLMs). However, the reliance on language-centric …

Self-Supervised LearningReinforcement Learning

Scalable Reinforcement Post-Training Beyond Static Human Prompts: Evolving Alignment via Asymmetric Self-Play

2024-10-31 · Ziyu Ye, Rishabh Agarwal, Tianqi Liu, Rishabh Joshi 외

Current reinforcement learning (RL) frameworks for large language models (LLM) post-training typically assume a fixed prompt distribution, which is sub-optimal and bottlenecks scalability. Prior works have explored promp…

Reinforcement Learning (RL)

Detecting Data Contamination from Reinforcement Learning Post-training for Large Language Models

2025-10-10 · Yongding Tao, Tian Wang, Yihong Dong, Huanyu Liu 외 arxiv

Data contamination poses a significant threat to the reliable evaluation of Large Language Models (LLMs). This issue arises when benchmark samples may inadvertently appear in training sets, compromising the validity of r…

Reinforcement Learning

Confidence Is All You Need: Few-Shot RL Fine-Tuning of Language Models

2025-06-05 · Pengyi Li, Matvey Skripkin, Alexander Zubrey, Andrey Kuznetsov 외

Large language models (LLMs) excel at reasoning, yet post-training remains critical for aligning their behavior with task goals. Existing reinforcement learning (RL) methods often depend on costly human annotations or ex…

AllMathreinforcement-learningReinforcement Learning+1

Towards Understanding Self-play for LLM Reasoning

2025-10-31 · Justin Yang Chae, Md Tanvirul Alam, Nidhi Rastogi arxiv

Recent advances in large language model (LLM) reasoning, led by reinforcement learning with verifiable rewards (RLVR), have inspired self-play post-training, where models improve by generating and solving their own probl…

Reinforcement Learning