Papers
arxiv:2506.06395

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

Published on Jun 5
· Submitted by kuznetsoffandrey on Jun 12
#1 Paper of the day

Abstract

Reinforcement Learning via Self-Confidence (RLSC) improves large language model accuracy using the model's confidence as a reward signal, eliminating the need for human labels or reward engineering.

AI-generated summary

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 external reward models. We propose Reinforcement Learning via Self-Confidence (RLSC), which uses the model's own confidence as reward signals-eliminating the need for labels, preference models, or reward engineering. Applied to Qwen2.5-Math-7B with only 16 samples per question and 10 or 20 training steps, RLSC improves accuracy by +13.4% on AIME2024, +21.2% on MATH500, +21.7% on Minerva Math, +20.8% on Olympiadbench, and +9.7% on AMC23. RLSC provides a simple, scalable post-training method for inference models, requiring only a small number of samples and unlabelled supervision.

Community

Paper author Paper submitter

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 external reward models. We propose Reinforcement Learning via Self-Confidence (RLSC), which uses the model's own confidence as reward signals-eliminating the need for labels, preference models, or reward engineering. Applied to Qwen2.5-Math-7B with only 16 samples per question and 10 or 20 training steps, RLSC improves accuracy by +13.4% on AIME2024, +21.2% on MATH500, +21.7% on Minerva Math, +20.8% on Olympiadbench, and +9.7% on AMC23. RLSC provides a simple, scalable post-training method for inference models, requiring only a small number of samples and unlabelled supervision.

Thanks, quite interesting RL approach

Smart

what's the difference with https://arxiv.org/pdf/2505.19590

·
Paper author

Hi, thanks for you question!!

  1. Our approach is fundamentally different from the work you mentioned in terms of the definition of confidence. The approach you mention is similar to existing approaches (https://arxiv.org/abs/2505.20282) in that it tends to base confidence on the prediction of the next Token. Our definition, on the other hand, looks at the confidence of the entire response. We were inspired by TTRL (https://arxiv.org/pdf/2504.16084), whose theoretical core lies in changing the distribution of modeled answers. However, TTRL requires complex construction of pseudo-labels to achieve this. In contrast, we propose a simple yet effective method that also achieves the same adjustment of the answer data distribution, but without the tedious process of constructing pseudo-labels.

  2. Our approach is based on strict mathematical reasoning and employs the Policy Optimization framework for derivation and implementation.

very nice

How do you prevent overconfidence?

·

What do you mean under overconfidence? Biasing on specific benchmarks?

This is an automated message from the Librarian Bot. I found the following papers similar to this paper.

The following papers were recommended by the Semantic Scholar API

Please give a thumbs up to this comment if you found it helpful!

If you want recommendations for any Paper on Hugging Face checkout this Space

You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend

What a very clever way to do it. Excellent!

Sign up or log in to comment

Models citing this paper 0

No model linking this paper

Cite arxiv.org/abs/2506.06395 in a model README.md to link it from this page.

Datasets citing this paper 0

No dataset linking this paper

Cite arxiv.org/abs/2506.06395 in a dataset README.md to link it from this page.

Spaces citing this paper 0

No Space linking this paper

Cite arxiv.org/abs/2506.06395 in a Space README.md to link it from this page.

Collections including this paper 14