Lucie Charlotte Magister
@charlottemagister.bsky.social
320 followers 90 following 5 posts
PhD student @ University of Cambridge, focusing on Explainability and Interpretability for GNNs
Posts Media Videos Starter Packs
Reposted by Lucie Charlotte Magister
pals-nlp-workshop.bsky.social
Join us at @emnlpmeeting.bsky.social for:

"Tailoring AI: Exploring Active and Passive LLM Personalization" 🎯🧠

To answer, when should LLMs personalize? What role do users play in LLM-personalization?

📅 Deadline Aug. 1
📝 Details in thread 🧵👇
#EMNLP2025 #LLM #AI #personalization

1/5
charlottemagister.bsky.social
3/🧵PEFT: We use these QA pairs to finetune a LoRA adapter conversation by conversation. We find that weighting the loss on the QA tokens focuses the model on relevant content, rather than structure. Iterating on each conversation for 10 epochs gives the best results.
charlottemagister.bsky.social
2/🧵Data Augmentation: We up-sample conversations as positive and negative QA pairs. Positive pairs contain questions about the conversation content, while negative pairs contain questions about related topics not discussed. The negative pairs allow to draw a knowledge boundary.
charlottemagister.bsky.social
1/🧵PLUM is a 2 stage pipeline performing data augmentation for up-sampling conversations as QA pairs, that we use to finetune a LoRA adapter with a weighted CE loss. We perform competitively with baselines such as RAG, achieving 81.5% accuracy across 100 conversations.
charlottemagister.bsky.social
Looking for an alternative to RAG for personalization?

With PLUM, a pipeline for teaching LLMs to remember prior user conversations, we aim to enable your future personalization research! Joint work with @maartjeterhoeve.bsky.social, Katherine Metcalf and Yizhe Zhang from my internship at Apple.

🧵