paper-with-me

홈 › Papers

LLMdoctor: Token-Level Flow-Guided Preference Optimization for Efficient Test-Time Alignment of Large Language Models

2026-01-15 · Tiesunlong Shen, Rui Mao, Jin Wang, Heming Sun, Jian Zhang, Xuejie Zhang, Erik Cambria arxiv

Aligning Large Language Models (LLMs) with human preferences is critical, yet traditional fine-tuning methods are computationally expensive and inflexible. While test-time alignment offers a promising alternative, existing approaches often rely on distorted trajectory-level signals or inefficient sampling, fundamentally capping performance and failing to preserve the generative diversity of the base model. This paper introduces LLMdoctor, a novel framework for efficient test-time alignment that operates via a patient-doctor paradigm. It integrates token-level reward acquisition with token-level flow-guided preference optimization (TFPO) to steer a large, frozen patient LLM with a smaller, specialized doctor model. Unlike conventional methods that rely on trajectory-level rewards, LLMdoctor first extracts fine-grained, token-level preference signals from the patient model's behavioral variations. These signals then guide the training of the doctor model via TFPO, which establishes flow consistency across all subtrajectories, enabling precise token-by-token alignment while inherently preserving generation diversity. Extensive experiments demonstrate that LLMdoctor significantly outperforms existing test-time alignment methods and even surpasses the performance of full fine-tuning approaches like DPO.

📄 PDF Abstract BibTeX arXiv:2601.10416

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Process-Supervised LLM Recommenders via Flow-guided Tuning

2025-03-10 · Chongming Gao, Mengyao Gao, Chenxiao Fan, Shuai Yuan 외

While large language models (LLMs) are increasingly adapted for recommendation systems via supervised fine-tuning (SFT), this approach amplifies popularity bias due to its likelihood maximization objective, compromising …

DiversityFairnessRecommendation Systems

TTPA: Token-level Tool-use Preference Alignment Training Framework with Fine-grained Evaluation

2025-05-26 · Chengrui Huang, Shen Gao, Zhengliang Shi, Dongsheng Wang 외

Existing tool-learning methods usually rely on supervised fine-tuning, they often overlook fine-grained optimization of internal tool call details, leading to limitations in preference alignment and error discrimination.…

VFlowOpt: A Token Pruning Framework for LMMs with Visual Information Flow-Guided Optimization

2025-08-07 · Sihan Yang, Runsen Xu, Chenhang Cui, Tai Wang 외 arxiv

Large Multimodal Models (LMMs) excel in visual-language tasks by leveraging numerous visual tokens for fine-grained visual information, but this token redundancy results in significant computational costs. Previous resea…

GEM: Generative Entropy-Guided Preference Modeling for Few-shot Alignment of LLMs

2025-11-17 · Yiyang Zhao, Huiyu Bai, Xuejiao Zhao arxiv

Alignment of large language models (LLMs) with human preferences typically relies on supervised reward models or external judges that demand abundant annotations. However, in fields that rely on professional knowledge, s…

Mathematical ReasoningDecision Making

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