paper-with-me

홈 › Papers

Advancing continual lifelong learning in neural information retrieval: definition, dataset, framework, and empirical evaluation

2023-08-16 · Jingrui Hou, Georgina Cosma, Axel Finke

Continual learning refers to the capability of a machine learning model to learn and adapt to new information, without compromising its performance on previously learned tasks. Although several studies have investigated continual learning methods for information retrieval tasks, a well-defined task formulation is still lacking, and it is unclear how typical learning strategies perform in this context. To address this challenge, a systematic task formulation of continual neural information retrieval is presented, along with a multiple-topic dataset that simulates continuous information retrieval. A comprehensive continual neural information retrieval framework consisting of typical retrieval models and continual learning strategies is then proposed. Empirical evaluations illustrate that the proposed framework can successfully prevent catastrophic forgetting in neural information retrieval and enhance performance on previously learned tasks. The results indicate that embedding-based retrieval models experience a decline in their continual learning performance as the topic shift distance and dataset volume of new tasks increase. In contrast, pretraining-based models do not show any such correlation. Adopting suitable learning strategies can mitigate the effects of topic shift and data augmentation.

📄 PDF Abstract BibTeX arXiv:2308.08378

Code (1)

jingruihou/clnir 공식 구현 pytorch

Tasks

Continual LearningData AugmentationInformation RetrievalLifelong learningRetrieval

Similar Papers 제목 키워드 기반

RAM: Towards an Ever-Improving Memory System by Learning from Communications

2024-04-18 · Jiaqi Li, Xiaobo Wang, Wentao Ding, ZiHao Wang 외

We introduce an innovative RAG-based framework with an ever-improving memory. Inspired by humans'pedagogical process, RAM utilizes recursively reasoning-based retrieval and experience reflections to continually update th…

Lifelong learningRAGRetrieval

Continual Lifelong Learning with Neural Networks: A Review

2018-02-21 · German I. Parisi, Ronald Kemker, Jose L. Part, Christopher Kanan 외

Humans and animals have the ability to continually acquire, fine-tune, and transfer knowledge and skills throughout their lifespan. This ability, referred to as lifelong learning, is mediated by a rich set of neurocognit…

Lifelong learningRetrievalTransfer Learning

Towards Lifelong Learning of Large Language Models: A Survey

2024-06-10 · Junhao Zheng, Shengjie Qiu, Chengming Shi, Qianli Ma

As the applications of large language models (LLMs) expand across diverse fields, the ability of these models to adapt to ongoing changes in data, tasks, and user preferences becomes crucial. Traditional training methods…

Continual PretrainingIncremental LearningLifelong learningSurvey

Task-free Lifelong Robot Learning with Retrieval-based Weighted Local Adaptation

2024-10-03 · Pengzhi Yang, Xinyu Wang, Ruipeng Zhang, Cong Wang 외

A fundamental objective in intelligent robotics is to move towards lifelong learning robot that can learn and adapt to unseen scenarios over time. However, continually learning new tasks would introduce catastrophic forg…

Lifelong learningRetrieval

Ask Only When Needed: Proactive Retrieval from Memory and Skills for Experience-Driven Lifelong Agents

2026-04-22 · Yuxuan Cai, Wei Li, Jie Zhou, Qin Chen 외 arxiv

Online lifelong learning agents must decide not only how to act but also when to consult prior experience to continually improve on long-horizon tasks. Existing methods typically retrieve memories passively, such as at t…