paper-with-me

Papers

Earlier Tokens Contribute More: Learning Direct Preference Optimization From Temporal Decay Perspective

2025-02-20 · Ruichen Shao, Bei Li, Gangao Liu, Yang Chen, Xiang Zhou, Jingang Wang, Xunliang Cai, Peng Li

Direct Preference Optimization (DPO) has gained attention as an efficient alternative to reinforcement learning from human feedback (RLHF) for aligning large language models (LLMs) with human preferences. Despite its advantages, DPO suffers from a length bias, generating responses longer than those from the reference model. Existing solutions like SimPO and SamPO address this issue but uniformly treat the contribution of rewards across sequences, overlooking temporal dynamics. To this end, we propose an enhanced preference optimization method that incorporates a temporal decay factor controlled by a gamma parameter. This dynamic weighting mechanism adjusts the influence of each reward based on its position in the sequence, prioritizing earlier tokens that are more critical for alignment. By adaptively focusing on more relevant feedback, our approach mitigates overfitting to less pertinent data and remains responsive to evolving human preferences. Experimental results on several benchmarks show that our approach consistently outperforms vanilla DPO by 5.9-8.8 points on AlpacaEval 2 and 3.3-9.7 points on Arena-Hard across different model architectures and sizes. Furthermore, additional experiments on mathematical and reasoning benchmarks (MMLU, GSM8K, and MATH) confirm that our method enhances performance without compromising general capabilities. Our codebase would be available at \url{https://github.com/LotuSrc/D2PO}.

📄 PDF Abstract BibTeX arXiv:2502.14340

Code (1)

lotusrc/d2po 공식 구현 pytorch

Tasks

GSM8KMathMMLU

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
DPO 설명 없음

Similar Papers 제목 키워드 기반

GenTSE: Enhancing Target Speaker Extraction via a Coarse-to-Fine Generative Language Model

2025-12-24 · Haoyang Li, Xuyi Zhuang, Azmat Adnan, Ye Ni 외 arxiv

Language Model (LM)-based generative modeling has emerged as a promising direction for TSE, offering potential for improved generalization and high-fidelity speech. We propose GenTSE, a two-stage decoder-only generative …

What Gets Activated: Uncovering Domain and Driver Experts in MoE Language Models

2026-01-15 · Guimin Hu, Meng Li, Qiwei Peng, Lijie Hu 외 arxiv

Most interpretability work focuses on layer- or neuron-level mechanisms in Transformers, leaving expert-level behavior in MoE LLMs underexplored. Motivated by functional specialization in the human brain, we analyze expe…

Causality-Enhanced Behavior Sequence Modeling in LLMs for Personalized Recommendation

2024-10-30 · Yang Zhang, Juntao You, Yimeng Bai, Jizhi Zhang 외

Recent advancements in recommender systems have focused on leveraging Large Language Models (LLMs) to improve user preference modeling, yielding promising outcomes. However, current LLM-based approaches struggle to fully…

counterfactualCounterfactual ReasoningRecommendation Systems

Not All Preferences are What You Need for Post-Training: Selective Alignment Strategy for Preference Optimization

2025-07-10 · Zhijin Dong arxiv

Post-training alignment of large language models (LLMs) is a critical challenge, as not all tokens contribute equally to model performance. This paper introduces a selective alignment strategy that prioritizes high-impac…

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