PulseAugur
EN
LIVE 21:03:00

New framework analyzes how LLM training methods affect reasoning confidence

Researchers have developed a new three-stage framework to analyze how supervised fine-tuning (SFT), reinforcement learning (RL), and on-policy distillation (OPD) affect the confidence of large language models during reasoning. The study found that OPD is most effective for pre-reasoning confidence, SFT excels at early termination signals, and RL provides reliable trace-level confidence for answer aggregation. A novel position-aware confidence strategy, PosConf, was introduced to leverage confidence signals only from reliable relative-position intervals, improving answer aggregation and early stopping performance. AI

IMPACT Provides insights into improving LLM reliability and efficiency in reasoning tasks.

RANK_REASON Academic paper detailing a new analysis framework and strategy for LLM reasoning. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.CL →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New framework analyzes how LLM training methods affect reasoning confidence

COVERAGE [1]

  1. arXiv cs.CL TIER_1 English(EN) · Xiaoyu Shen ·

    Post-Training Shifts Confidence: A Three-Stage Analysis of How SFT, RL, and OPD Shape Pre-, Intra-, and Post-CoT Calibration

    Large language models have made strong reasoning gains through supervised fine-tuning, reinforcement learning, and on-policy distillation, yet these post-training methods are usually evaluated only by final-answer accuracy. We study how they reshape confidence during reasoning. W…