paper-with-me

Papers

Evolving LLMs' Self-Refinement Capability via Iterative Preference Optimization

2025-02-08 · Yongcheng Zeng, Xinyu Cui, Xuanfa Jin, Guoqing Liu, Zexu Sun, Dong Li, Ning Yang, Jianye Hao, Haifeng Zhang, Jun Wang

While large language models (LLMs) have demonstrated remarkable general performance, enabling smaller models to achieve capabilities comparable to their larger counterparts remains a critical challenge. For humans, iterative refinement of problem analysis and responses is a common strategy to enhance answer quality. However, we observe that existing LLMs exhibit limited ability to refine their outputs for quality improvement. In this paper, we first investigate mechanisms to unlock and progressively enhance self-refinement ability in smaller models within an iterative preference optimization framework, aiming to bridge the performance gap with larger models. To this end, we propose EVOLVE, a novel post-training and inference framework that iteratively integrates preference training with self-refinement-driven data collection. During training, EVOLVE strengthens the model's direct question-answering ability while simultaneously unlocking its self-refinement potential. At inference, the framework leverages this capability to generate progressively refined responses, which are filtered to construct datasets for subsequent rounds of preference training. Experiments demonstrate EVOLVE's exceptional performance: when applied to Llama-3.1-8B base model and under the self-refinement setting, it surpasses state-of-the-art models including Llama-3.1-405B-Instruct and GPT-4o, achieving a 62.3% length-controlled win rate and 63.3% raw win rate on AlpacaEval 2, along with a 50.3% win rate on Arena-Hard. Furthermore, EVOLVE consistently enhances performance on mathematical reasoning tasks like GSM8K and MATH.

📄 PDF Abstract BibTeX arXiv:2502.05605

Code (0)

등록된 구현이 없습니다.

Tasks

GSM8KMathMathematical ReasoningQuestion Answering

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

A Stitch in Time Saves Nine: Proactive Self-Refinement for Language Models

2025-08-18 · Jinyi Han, Xinyi Wang, Haiquan Zhao, Tingyun li 외 arxiv

Recent advances in self-refinement have demonstrated significant potential for improving the outputs of large language models (LLMs) through iterative refinement. However, most existing self-refinement methods rely on a …

ToolACE-R: Tool Learning with Adaptive Self-Refinement

2025-04-02 · Xingshan Zeng, Weiwen Liu, Xu Huang, Zezhong Wang 외

Tool learning, which allows Large Language Models (LLMs) to leverage external tools for solving complex user tasks, has emerged as a promising avenue for extending model capabilities. However, current approaches primaril…

Computational Efficiency

LeDex: Training LLMs to Better Self-Debug and Explain Code

2024-05-28 · Nan Jiang, Xiaopeng Li, Shiqi Wang, Qiang Zhou 외

In the domain of code generation, self-debugging is crucial. It allows LLMs to refine their generated code based on execution feedback. This is particularly important because generating correct solutions in one attempt p…

Code GenerationReinforcement Learning (RL)

A Survey on Self-Evolution of Large Language Models

2024-04-22 · Zhengwei Tao, Ting-En Lin, Xiancai Chen, Hangyu Li 외

Large language models (LLMs) have significantly advanced in various fields and intelligent agent applications. However, current LLMs that learn from human or external model supervision are costly and may face performance…

DiversitySurvey

Self-Critique and Refinement for Faithful Natural Language Explanations

2025-05-28 · Yingming Wang, Pepa Atanasova

With the rapid development of large language models (LLMs), natural language explanations (NLEs) have become increasingly important for understanding model predictions. However, these explanations often fail to faithfull…