paper-with-me

Papers

Token-weighted Direct Preference Optimization with Attention

2026-05-21 · Chengyu Huang, Zhuohang Li, Sheng-Yen Chou, Claire Cardie arxiv

Direct Preference Optimization (DPO) aligns Large Language Models with human preferences without the need for a separate reward model. However, DPO treats all tokens in responses equally, neglecting the differing importance of individual tokens. Existing token-level PO methods compute the token weights using either token-position-based heuristic functions or probability estimates given by a separately trained model, which lacks robustness and incurs extra training cost. In contrast, we propose Token-weighted DPO (TwDPO) -- a novel training objective grounded on token-weighted RL -- and AttentionPO -- an instantiation of TwDPO that uses attention from the LLM itself to estimate token weights. AttentionPO prompts the LLM to serve as a pairwise judge and check where the model attends when comparing the responses. This design makes AttentionPO content-aware, adjusting weights based on response content, and efficient, incurring only two extra forward passes per example. Experiment results show that AttentionPO significantly improves performance on AlpacaEval, MT-Bench, and ArenaHard, surpassing existing Preference Optimization methods.

📄 PDF Abstract BibTeX arXiv:2605.21883

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SparsePO: Controlling Preference Alignment of LLMs via Sparse Token Masks

2024-10-07 · Fenia Christopoulou, Ronald Cardenas, Gerasimos Lampouras, Haitham Bou-Ammar 외

Preference Optimization (PO) has proven an effective step for aligning language models to human-desired behaviors. Current variants, following the offline Direct Preference Optimization objective, have focused on a stric…

Code GenerationText SummarizationText-to-Code Generation

Optimal Transport-Based Token Weighting scheme for Enhanced Preference Optimization

2025-05-24 · Meng Li, Guangda Huzhang, Haibo Zhang, Xiting Wang 외

Direct Preference Optimization (DPO) has emerged as a promising framework for aligning Large Language Models (LLMs) with human preferences by directly optimizing the log-likelihood difference between chosen and rejected …

Instruction Following

Token-Importance Guided Direct Preference Optimization

2025-05-26 · Yang Ning, Lin Hai, Liu Yibo, Tian Baoliang 외

Ensuring that large language models (LLMs) generate outputs aligned with human preferences is important for safe and effective AI interactions. While Direct Preference Optimization (DPO) employs an implicit reward functi…

Diversity

ConfPO: Exploiting Policy Model Confidence for Critical Token Selection in Preference Optimization

2025-06-10 · Hee Suk Yoon, Eunseop Yoon, Mark Hasegawa-Johnson, Sungwoong Kim 외

We introduce ConfPO, a method for preference learning in Large Language Models (LLMs) that identifies and optimizes preference-critical tokens based solely on the training policy's confidence, without requiring any auxil…

SWEPO: Simultaneous Weighted Preference Optimization for Group Contrastive Alignment

2024-12-05 · Taneesh Gupta, Rahul Madhavan, Xuchao Zhang, Chetan Bansal 외

We introduce Simultaneous Weighted Preference Optimization (SWEPO), a novel extension of Direct Preference Optimization (DPO) designed to accommodate multiple dynamically chosen positive and negative responses for each q…