CLLGNov 20, 2024

On the Way to LLM Personalization: Learning to Remember User Conversations

arXiv:2411.13405v119 citationsh-index: 13Proceedings of the First Workshop on Large Language Model Memorization (L2M2)
Originality Incremental advance
AI Analysis

This addresses the challenge of reducing redundancy in personalized AI assistants for users, though it is an incremental step in knowledge injection.

The paper tackles the problem of enabling LLMs to remember prior user conversations for personalization, achieving 81.5% accuracy across 100 conversations in a competitive benchmark.

Large Language Models (LLMs) have quickly become an invaluable assistant for a variety of tasks. However, their effectiveness is constrained by their ability to tailor responses to human preferences and behaviors via personalization. Prior work in LLM personalization has largely focused on style transfer or incorporating small factoids about the user, as knowledge injection remains an open challenge. In this paper, we explore injecting knowledge of prior conversations into LLMs to enable future work on less redundant, personalized conversations. We identify two real-world constraints: (1) conversations are sequential in time and must be treated as such during training, and (2) per-user personalization is only viable in parameter-efficient settings. To this aim, we propose PLUM, a pipeline performing data augmentation for up-sampling conversations as question-answer pairs, that are then used to finetune a low-rank adaptation adapter with a weighted cross entropy loss. Even in this first exploration of the problem, we perform competitively with baselines such as RAG, attaining an accuracy of 81.5% across 100 conversations.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes