paper-with-me

Papers

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

2025-09-21 · Junsong Li, Jie Zhou, Bihao Zhan, Yutao Yang, Qianjun Pan, Shilian Chen, Tianyu Huai, Xin Li, Qin Chen, Liang He arxiv

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.

📄 PDF Abstract BibTeX arXiv:2509.17183

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality Reduction

Similar Papers 제목 키워드 기반

LifelongMemory: Leveraging LLMs for Answering Queries in Long-form Egocentric Videos

2023-12-07 · Ying Wang, Yanlai Yang, Mengye Ren

In this paper we introduce LifelongMemory, a new framework for accessing long-form egocentric videographic memory through natural language question answering and retrieval. LifelongMemory generates concise video activity…

EgoSchemaFormQuestion AnsweringRetrieval

LUMA-RAG: Lifelong Multimodal Agents with Provably Stable Streaming Alignment

2025-11-04 · Rohan Wandre, Yash Gajewar, Namrata Patel, Vivek Dhalkari arxiv

Retrieval-Augmented Generation (RAG) has emerged as the dominant paradigm for grounding large language model outputs in verifiable evidence. However, as modern AI agents transition from static knowledge bases to continuo…

Image Retrieval

Sentence Embedding Alignment for Lifelong Relation Extraction

2019-03-06 · NAACL 2019 6 · Hong Wang, Wenhan Xiong, Mo Yu, Xiaoxiao Guo 외

Conventional approaches to relation extraction usually require a fixed set of pre-defined relations. Such requirement is hard to meet in many real applications, especially when new data and relations are emerging incessa…

Incremental LearningLifelong learningRelationRelation Extraction+3

Efficient Meta Lifelong-Learning with Limited Memory

2020-10-06 · EMNLP 2020 11 · ZiRui Wang, Sanket Vaibhav Mehta, Barnabás Póczos, Jaime Carbonell

Current natural language processing models work well on a single task, yet they often fail to continuously learn new tasks without forgetting previous ones as they are re-trained throughout their lifetime, a challenge kn…

Lifelong learningMulti-Task LearningQuestion Answeringtext-classification+1

WISE: Rethinking the Knowledge Memory for Lifelong Model Editing of Large Language Models

2024-05-23 · Peng Wang, Zexi Li, Ningyu Zhang, Ziwen Xu 외

Large language models (LLMs) need knowledge updates to meet the ever-growing world facts and correct the hallucinated responses, facilitating the methods of lifelong model editing. Where the updated knowledge resides in …

HallucinationModel EditingQuestion AnsweringRetrieval