paper-with-me

Papers

Self-Evolutionary Large Language Models through Uncertainty-Enhanced Preference Optimization

2024-09-17 · Jianing Wang, Yang Zhou, Xiaocheng Zhang, Mengjiao Bao, Peng Yan

Iterative preference optimization has recently become one of the de-facto training paradigms for large language models (LLMs), but the performance is still underwhelming due to too much noisy preference data yielded in the loop. To combat this issue, we present an \textbf{U}ncertainty-enhanced \textbf{P}reference \textbf{O}ptimization (UPO) framework to make the LLM self-evolve with reliable feedback. The key idea is mitigating the noisy preference data derived from the current policy and reward models by performing pair-wise uncertainty estimation and judiciously reliable feedback sampling. To reach this goal, we thus introduce an estimator model, which incorporates Monte Carlo (MC) dropout in Bayesian neural network (BNN) to perform uncertainty estimation for the preference data derived from the LLM policy. Compared to the existing methods that directly filter generated responses based on the reward score, the estimator focuses on the model uncertainty in a pair-wise manner and effectively bypasses the confirmation bias problem of the reward model. Additionally, we also propose an uncertainty-enhanced self-evolution algorithm to improve the robustness of preference optimization and encourage the LLM to generate responses with both high reward and certainty. Extensive experiments over multiple benchmarks demonstrate that our framework substantially alleviates the noisy problem and improves the performance of iterative preference optimization.

📄 PDF Abstract BibTeX arXiv:2409.11212

Code (1)

wjn1996/Uncertainty-Preference-Optimization 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

CoTEvol: Self-Evolving Chain-of-Thoughts for Data Synthesis in Mathematical Reasoning

2026-04-16 · Zhuo Wang, Zhuo Zhang, Yafu Li, Yu Cheng 외 arxiv

Large Language Models (LLMs) exhibit strong mathematical reasoning when trained on high-quality Chain-of-Thought (CoT) that articulates intermediate steps, yet costly CoT curation hinders further progress. While existing…

Mathematical Reasoning

QUBE: Enhancing Automatic Heuristic Design via Quality-Uncertainty Balanced Evolution

2024-12-30 · Zijie Chen, Zhanchao Zhou, Yu Lu, Renjun Xu 외

Solving NP-hard problems traditionally relies on heuristics, yet manually designing effective heuristics for complex problems remains a significant challenge. While recent advancements like FunSearch have shown that larg…

DiversityEvolutionary Algorithms

Can Large Language Models Be Trusted as Black-Box Evolutionary Optimizers for Combinatorial Problems?

2025-01-25 · Jie Zhao, Tao Wen, Kang Hao Cheong

Evolutionary computation excels in complex optimization but demands deep domain knowledge, restricting its accessibility. Large Language Models (LLMs) offer a game-changing solution with their extensive knowledge and cou…

AdaptEvolve: Improving Efficiency of Evolutionary AI Agents through Adaptive Model Selection

2026-02-12 · Pretam Ray, Pratik Prabhanjan Brahma, Zicheng Liu, Emad Barsoum arxiv

Evolutionary agentic systems intensify the trade-off between computational efficiency and reasoning capability by repeatedly invoking large language models (LLMs) during inference. This setting raises a central question:…

Computational Efficiency

CATArena: Evaluating Evolutionary Capabilities of Code Agents via Iterative Tournaments

2025-10-30 · Lingyue Fu, Xin Ding, Linyue Pan, Yaoming Zhu 외 arxiv

Current evaluation for Large Language Model (LLM) code agents predominantly focus on generating functional code in single-turn scenarios, which fails to evaluate the agent's capability for continuous code optimization an…