paper-with-me

Papers

AlignDistil: Token-Level Language Model Alignment as Adaptive Policy Distillation

2025-03-04 · Songming Zhang, Xue Zhang, Tong Zhang, Bojie Hu, Yufeng Chen, Jinan Xu

In modern large language models (LLMs), LLM alignment is of crucial importance and is typically achieved through methods such as reinforcement learning from human feedback (RLHF) and direct preference optimization (DPO). However, in most existing methods for LLM alignment, all tokens in the response are optimized using a sparse, response-level reward or preference annotation. The ignorance of token-level rewards may erroneously punish high-quality tokens or encourage low-quality tokens, resulting in suboptimal performance and slow convergence speed. To address this issue, we propose AlignDistil, an RLHF-equivalent distillation method for token-level reward optimization. Specifically, we introduce the reward learned by DPO into the RLHF objective and theoretically prove the equivalence between this objective and a token-level distillation process, where the teacher distribution linearly combines the logits from the DPO model and a reference model. On this basis, we further bridge the accuracy gap between the reward from the DPO model and the pure reward model, by building a contrastive DPO reward with a normal and a reverse DPO model. Moreover, to avoid under- and over-optimization on different tokens, we design a token adaptive logit extrapolation mechanism to construct an appropriate teacher distribution for each token. Experimental results demonstrate the superiority of our AlignDistil over existing methods and showcase fast convergence due to its token-level distributional reward optimization.

📄 PDF Abstract BibTeX arXiv:2503.02832

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

DPO 설명 없음

Similar Papers 제목 키워드 기반

TARo: Token-level Adaptive Routing for LLM Test-time Alignment

2026-03-19 · Arushi Rai, Qiang Zhang, Hanqing Zeng, Yunkai Zhang 외 arxiv

Large language models (LLMs) exhibit strong reasoning capabilities but typically require expensive post-training to reach high performance. Recent test-time alignment methods offer a lightweight alternative, but have bee…

Instruction Following

Understanding Dynamic Compute Allocation in Recurrent Transformers

2026-02-09 · Ibraheem Muhammad Moosa, Suhas Lohit, Ye Wang, Moitreya Chatterjee 외 arxiv

Token-level adaptive computation seeks to reduce inference cost by allocating more computation to harder tokens and less to easier ones. However, prior work is primarily evaluated on natural-language benchmarks using tas…

Adaptive-VoCo: Complexity-Aware Visual Token Compression for Vision-Language Models

2025-12-20 · Xiaoyang Guo, Keze Wang arxiv

In recent years, large-scale vision-language models (VLMs) have demonstrated remarkable performance on multimodal understanding and reasoning tasks. However, handling high-dimensional visual features often incurs substan…

Alignment-Enhanced Decoding:Defending via Token-Level Adaptive Refining of Probability Distributions

2024-08-14 · Quan Liu, Zhenhong Zhou, Longzhu He, Yi Liu 외

Large language models are susceptible to jailbreak attacks, which can result in the generation of harmful content. While prior defenses mitigate these risks by perturbing or inspecting inputs, they ignore competing objec…

Safety Alignment

CATCH: Complementary Adaptive Token-level Contrastive Decoding to Mitigate Hallucinations in LVLMs

2024-11-19 · Zhehan Kan, Ce Zhang, Zihan Liao, Yapeng Tian 외

Large Vision-Language Model (LVLM) systems have demonstrated impressive vision-language reasoning capabilities but suffer from pervasive and severe hallucination issues, posing significant risks in critical domains such …

HallucinationLanguage ModelingLanguage ModellingQuestion Answering+1