A new arXiv paper conducts a controlled experiment comparing seven LLM self-improvement methods (including Self-Refine, Reflexion, Best-of-N, and debate) against simple repeated sampling at equal token budgets, across 1.5B, 3B, and 7B open models on two math benchmarks. Using bootstrap confidence intervals and multiplicity correction across 36 paired comparisons, no method reliably outperforms repeated sampling; ten methods are reliably worse, all involving self-inspection of the model's own output. A notable finding is that Self-Refine and Reflexion remain 3.6–10.1 points below baseline even at 7B, and Reflexion on the smallest model silently degraded to a single chain-of-thought by always judging itself correct. The results challenge a broad class of iterative self-critique methods and extend earlier point-estimate findings by Wang et al. (2024) with proper statistical rigor.
A new arXiv paper investigates context design for self-distillation of language models, comparing binary reward (GRPO), reference solutions, and step-by-step critiques aligned to the solver's reasoning trace. Step-aligned critique yields the largest gains, outperforming GRPO by 16.11 points and reference-solution conditioning by 5.27 points on Avg@12. Per-token advantage analysis shows that step-aligned feedback targets only failing tokens, avoiding unnecessary pressure on already-correct reasoning steps. The findings suggest structural alignment between feedback and the model's reasoning trace is a key driver of self-distillation effectiveness.
RSIBench-Data is a new benchmark that isolates the data-centric research capabilities of LLM agents within a fixed post-training stack, testing whether agents can autonomously diagnose capability gaps and revise training-data strategies to improve a target model. Four frontier agents are evaluated across six benchmarks spanning software engineering, math, and scientific QA. Agents improve on their first valid attempt in 58% of settings, but 78% of runs that continue after a peak score end lower, indicating inconsistent self-improvement. The benchmark is open-sourced and provides a controlled testbed for measuring progress toward recursive self-improvement.
A new arXiv paper evaluates deep research agents (DRAs) across multiple feedback turns, comparing self-reflection against process-level feedback via a novel method called Research Gap Inference (RGI). Key findings: self-reflection yields negligible net improvement, one round of process-level feedback raises normalized scores by 8-15 points (~35-40% incorporation rate), but gains do not compound across turns as agents regress on up to 24% of previously satisfied criteria. The results suggest reliable multi-turn improvement remains out of reach for current DRA architectures, highlighting a fundamental limitation in iterative agentic research workflows.
A new arXiv preprint tests the implicit assumption that LLM evaluation is easier than generation, using a controlled in-context QA setup across four benchmarks (SQuAD 2.0, DROP, HotpotQA, MuSiQue) and two models. Results show generation accuracy exceeds self-evaluation accuracy on three of four benchmarks, with attention analysis revealing that evaluation attends to context 3–5x less than generation does. LoRA fine-tuning experiments confirm the asymmetry is not a training artifact, with cross-task interference observed in both directions. The findings directly challenge assumptions underlying LLM-as-a-Judge and self-evaluation pipelines widely used in RLHF and agentic systems.
A new arXiv paper evaluates 8 LLM judges from 3 model families on citation quality assessment for deep-research systems, testing across 1,248 rubric decisions with human-reviewed gold labels. The study finds that cheaper models remain competitive with frontier models — GPT-5-mini achieves the strongest source-relevance F1 at 0.908 — but judges differ substantially in directional bias (pass-rate drift, false positive/negative rates) even when scalar F1 scores are similar. The key finding is that scalar F1 obscures biases that would be directly reinforced in an RL training loop, making judge calibration a prerequisite before using citation rubrics as reward signals.
This paper analyzes two strategies for handling flagged actions in AI coding scaffolds—retrying (blocking risky actions and continuing) and resampling (drawing multiple samples from the same context)—from an AI control perspective that treats the model as potentially adversarial. The authors find that retrying backfires because the untrusted model can exploit monitor rationale to craft stealthier attacks, while resampling avoids this information leakage. Using Claude Opus 4.6 as the untrusted model and MiMo-V2-Flash as the monitor on the BashArena benchmark, they show that drawing five samples per step and auditing on maximum suspicion score raises safety from 61% to 71% at a 0.3% audit budget. Two findings contradict prior work: auditing on maximum (not minimum) suspicion scores is better, and executing the least suspicious sample yields only marginal safety gains.
A new arXiv paper studies language models trained to explain their own predictions using counterfactual supervision derived from earlier checkpoints or behaviorally similar models. Surprisingly, models frequently produce explanations more faithful to their current behavior than to the training targets — a phenomenon the authors call 'introspective coupling.' The effect persists across tasks including sycophancy and refusal, tracks concurrent behavioral shifts from other post-training objectives, and is robust to label noise, suggesting fixed counterfactual explanation datasets can serve as scalable post-training signal for introspection.
Researchers introduce RECOM, a contamination-free evaluation dataset of 15,000 r/AskReddit questions paired with authentic community replies postdating all evaluated models' training cutoffs. Testing five open-source 7–10B LLMs, the paper finds that no standard automatic metric (cosine similarity, BERTScore, LLM judges) simultaneously achieves both validity (distinguishing real from random answers) and discriminative power (ranking models against each other). Cosine similarity is valid but cannot rank models; BERTScore's apparent ranking collapses when response length is controlled. The authors argue this tradeoff is a structural property of metric representation design and recommend reporting metrics on both axes with an explicit random-baseline floor.