arXiv:2509.17183cs.CLcs.AI2025-09AAAI被引 6

解决大模型学新知识时忘记旧偏好问题,实现持续对齐。

LifeAlign: Lifelong Alignment for Large Language Models with Memory-Augmented Focalized Preference Optimization

  • 聚焦偏好优化:新旧偏好并重,避免知识遗忘。
  • 记忆融合机制:将短期偏好表示压缩为长期稳定记忆。
  • 适合持续学习场景,尤其对需多任务对齐的模型有帮助。

对齐在大语言模型中至关重要,能使其在特定任务或领域上符合人类偏好。传统对齐方法存在灾难性遗忘问题,即在适应新偏好或领域时会丢失先前学到的知识。本文提出 LifeAlign 框架,支持大模型在连续学习任务中保持一致的人类偏好对齐,且不遗忘已有知识。核心创新包括:(1)聚焦式偏好优化策略,在对齐新偏好时保护此前任务的知识;(2)短时至长时记忆融合机制,通过内在维度缩减将去噪后的短期偏好表示整合为稳定的长期记忆,实现跨多样化领域的对齐模式高效存储与检索。我们在多个涵盖不同领域和偏好类型的连续对齐任务上评估了 LifeAlign。实验结果表明,相比现有终身学习方法,该方法在保持偏好对齐质量与知识保留方面均表现更优。代码与数据集已公开于 https://github.com/real-ljs/LifeAlign。

原文摘要 · Abstract (English)

Alignment plays a crucial role in Large Language Models (LLMs) in aligning with human preferences on a specific task/domain. Traditional alignment methods suffer from catastrophic forgetting, where models lose previously acquired knowledge when adapting to new preferences or domains. We introduce LifeAlign, a novel framework for lifelong alignment that enables LLMs to maintain consistent human preference alignment across sequential learning tasks without forgetting previously learned knowledge. Our approach consists of two key innovations. First, we propose a focalized preference optimization strategy that aligns LLMs with new preferences while preventing the erosion of knowledge acquired from previous tasks. Second, we develop a short-to-long memory consolidation mechanism that merges denoised short-term preference representations into stable long-term memory using intrinsic dimensionality reduction, enabling efficient storage and retrieval of alignment patterns across diverse domains. We evaluate LifeAlign across multiple sequential alignment tasks spanning different domains and preference types. Experimental results demonstrate that our method achieves superior performance in maintaining both preference alignment quality and knowledge retention compared to existing lifelong learning approaches. The codes and datasets have been released on https://github.com/real-ljs/LifeAlign.

大模型对齐持续学习记忆机制

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。