paper-with-me

홈 › Papers

InSPO: Unlocking Intrinsic Self-Reflection for LLM Preference Optimization

2025-12-29 · Yu Li, Tian Lan, Zhengling Qi arxiv

Direct Preference Optimization (DPO) and its variants have become standard for aligning Large Language Models due to their simplicity and offline stability. However, we identify two fundamental limitations. First, the optimal policy depends on arbitrary modeling choices (scalarization function, reference policy), yielding behavior reflecting parameterization artifacts rather than true preferences. Second, treating response generation in isolation fails to leverage comparative information in pairwise data, leaving the model's capacity for intrinsic self-reflection untapped. To address it, we propose Intrinsic Self-reflective Preference Optimization (InSPO), deriving a globally optimal policy conditioning on both context and alternative responses. We prove this formulation superior to DPO/RLHF while guaranteeing invariance to scalarization and reference choices. InSPO serves as a plug-and-play enhancement without architectural changes or inference overhead. Experiments demonstrate consistent improvements in win rates and length-controlled metrics, validating that unlocking self-reflection yields more robust, human-aligned LLMs. Our Code is available at https://github.com/Skylanding/InSPO.

📄 PDF Abstract BibTeX arXiv:2512.23126

Code (0)

등록된 구현이 없습니다.

Tasks

Response Generation

Similar Papers 제목 키워드 기반

Agentic Policy Optimization via Instruction-Policy Co-Evolution

2025-12-01 · Han Zhou, Xingchen Wan, Ivan Vulić, Anna Korhonen arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has advanced the reasoning capability of large language models (LLMs), enabling autonomous agents that can conduct effective multi-turn and tool-integrated reasoning.…

Reinforcement Learning

Adaptive RAN Slicing Control via Reward-Free Self-Finetuning Agents

2026-03-11 · Yuanhao Li, Haozhe Wang, Geyong Min, Nektarios Georgalas 외 arxiv

The integration of Generative AI models into AI-native network systems offers a transformative path toward achieving autonomous and adaptive control. However, the application of such models to continuous control tasks is…

Reinforcement LearningContinuous Control

DF-LLaVA: Unlocking MLLMs for Synthetic Image Detection via Knowledge Injection and Conflict-Driven Self-Reflection

2025-09-18 · Zhuokang Shen, Kaisen Zhang, Bohan Jia, Heming Jia 외 arxiv

With the increasing prevalence of synthetic images, evaluating image authenticity and locating forgeries accurately while maintaining human interpretability remains a challenging task. Existing detection models primarily…

Offline Multi-Agent Reinforcement Learning via In-Sample Sequential Policy Optimization

2024-12-10 · Zongkai Liu, Qian Lin, Chao Yu, Xiawei Wu 외

Offline Multi-Agent Reinforcement Learning (MARL) is an emerging field that aims to learn optimal multi-agent policies from pre-collected datasets. Compared to single-agent case, multi-agent setting involves a large join…

Multi-agent Reinforcement Learning

ReflectRM: Boosting Generative Reward Models via Self-Reflection within a Unified Judgment Framework

2026-04-08 · Kai Qin, Liangxin Liu, Yu Liang, Longzheng Wang 외 arxiv

Reward Models (RMs) are critical components in the Reinforcement Learning from Human Feedback (RLHF) pipeline, directly determining the alignment quality of Large Language Models (LLMs). Recently, Generative Reward Model…

Reinforcement Learning