paper-with-me

Papers

BAPO: Base-Anchored Preference Optimization for Overcoming Forgetting in Large Language Models Personalization

2024-06-30 · Gihun Lee, Minchan Jeong, Yujin Kim, Hojung Jung, Jaehoon Oh, Sangmook Kim, Se-Young Yun

While learning to align Large Language Models (LLMs) with human preferences has shown remarkable success, aligning these models to meet the diverse user preferences presents further challenges in preserving previous knowledge. This paper examines the impact of personalized preference optimization on LLMs, revealing that the extent of knowledge loss varies significantly with preference heterogeneity. Although previous approaches have utilized the KL constraint between the reference model and the policy model, we observe that they fail to maintain general knowledge and alignment when facing personalized preferences. To this end, we introduce Base-Anchored Preference Optimization (BAPO), a simple yet effective approach that utilizes the initial responses of reference model to mitigate forgetting while accommodating personalized alignment. BAPO effectively adapts to diverse user preferences while minimally affecting global knowledge or general alignment. Our experiments demonstrate the efficacy of BAPO in various setups.

📄 PDF Abstract BibTeX arXiv:2407.00693

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningGeneral KnowledgeKnowledge DistillationPersonalized and Emotional ConversationWorld Knowledge

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

BAPO: Stabilizing Off-Policy Reinforcement Learning for LLMs via Balanced Policy Optimization with Adaptive Clipping

2025-10-21 · Zhiheng Xi, Xin Guo, Yang Nan, Enyu Zhou 외 arxiv

Reinforcement learning (RL) has recently become the core paradigm for aligning and strengthening large language models (LLMs). Yet, applying RL in off-policy settings--where stale data from past policies are used for tra…

Reinforcement Learning

BAPO: Boundary-Aware Policy Optimization for Reliable Agentic Search

2026-01-16 · Shiyu Liu, Yongjing Yin, Jianhao Yan, Yunbo Tang 외 arxiv

RL-based agentic search enables LLMs to solve complex questions via dynamic planning and external search. While this approach significantly enhances accuracy with agent policies optimized via large-scale reinforcement le…

Reinforcement Learning

Token Preference Optimization with Self-Calibrated Visual-Anchored Rewards for Hallucination Mitigation

2024-12-19 · Jihao Gu, Yingyao Wang, Meng Cao, Pi Bu 외

Direct Preference Optimization (DPO) has been demonstrated to be highly effective in mitigating hallucinations in Large Vision Language Models (LVLMs) by aligning their outputs more closely with human preferences. Despit…

Hallucination

Lost in Transmission: When and Why LLMs Fail to Reason Globally

2025-05-13 · Tobias Schnabel, Kiran Tomlinson, Adith Swaminathan, Jennifer Neville

Despite their many successes, transformer-based large language models (LLMs) continue to struggle with tasks that require complex reasoning over large parts of their input. We argue that these failures arise due to capac…

Buffer Matters: Unleashing the Power of Off-Policy Reinforcement Learning in Large Language Model Reasoning

2026-02-24 · Xu Wan, Yansheng Wang, Wenqi Huang, Mingyang Sun arxiv

Traditional on-policy Reinforcement Learning with Verifiable Rewards (RLVR) frameworks suffer from experience waste and reward homogeneity, which directly hinders learning efficiency on difficult samples during large lan…

Reinforcement LearningVisual Reasoning