paper-with-me

홈 › Papers

Hybrid Alignment Training for Large Language Models

2024-06-21 · Chenglong Wang, Hang Zhou, Kaiyan Chang, Bei Li, Yongyu Mu, Tong Xiao, Tongran Liu, Jingbo Zhu

Alignment training is crucial for enabling large language models (LLMs) to cater to human intentions and preferences. It is typically performed based on two stages with different objectives: instruction-following alignment and human-preference alignment. However, aligning LLMs with these objectives in sequence suffers from an inherent problem: the objectives may conflict, and the LLMs cannot guarantee to simultaneously align with the instructions and human preferences well. To response to these, in this work, we propose a Hybrid Alignment Training (Hbat) approach, based on alternating alignment and modified elastic weight consolidation methods. The basic idea is to alternate between different objectives during alignment training, so that better collaboration can be achieved between the two alignment tasks.We experiment with Hbat on summarization and dialogue tasks. Experimental results show that the proposed \textsc{Hbat} can significantly outperform all baselines. Notably, Hbat yields consistent performance gains over the traditional two-stage alignment training when using both proximal policy optimization and direct preference optimization.

📄 PDF Abstract BibTeX arXiv:2406.15178

Code (1)

wangclnlp/deepspeed-chat-extension 공식 구현 pytorch

Tasks

Instruction Following

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 제목 키워드 기반

HAF-RM: A Hybrid Alignment Framework for Reward Model Training

2024-07-04 · Shujun Liu, Xiaoyu Shen, Yuhang Lai, Siyuan Wang 외

The reward model has become increasingly important in alignment, assessment, and data construction for large language models (LLMs). Most existing researchers focus on enhancing reward models through data improvements, f…

The Good, The Bad, and The Hybrid: A Reward Structure Showdown in Reasoning Models Training

2025-11-17 · Subramanyam Sahoo arxiv

Reward design is central to reinforcement learning from human feedback (RLHF) and alignment research. In this work, we propose a unified framework to study hard, continuous, and hybrid reward structures for fine-tuning l…

Reinforcement LearningMathematical Reasoning

RecExplainer: Aligning Large Language Models for Explaining Recommendation Models

2023-11-18 · Yuxuan Lei, Jianxun Lian, Jing Yao, Xu Huang 외

Recommender systems are widely used in online services, with embedding-based models being particularly popular due to their expressiveness in representing complex signals. However, these models often function as a black …

Explanation GenerationInstruction FollowingRecommendation SystemsWorld Knowledge

A Hybrid Framework for Song Lyric Annotation Based on Human-LLM Alignment

2026-06-28 · Rashini Liyanarachchi, Frank Tran, Md Mahmudul Hasan, Aditya Joshi 외 arxiv

Emotion recognition of song lyrics is a challenging task since lyrics may not necessarily align with the overall emotion of a song. As a result, lyrics annotation remains largely underexplored. Drawing inspiration from r…

Emotion Recognition

HEALing Entropy Collapse: Enhancing Exploration in Few-Shot RLVR via Hybrid-Domain Entropy Dynamics Alignment

2026-04-20 · Zhanyu Liu, Qingguo Hu, Ante Wang, Chenqing Liu 외 arxiv

Reinforcement Learning with Verifiable Reward (RLVR) has proven effective for training reasoning-oriented large language models, but existing methods largely assume high-resource settings with abundant training data. In …

Reinforcement Learning