CLJan 20, 2025

Whose Boat Does it Float? Improving Personalization in Preference Tuning via Inferred User Personas

arXiv:2501.11549v215 citationsh-index: 25ACL
AI Analysis

This work addresses the need for better personalization in LLMs for users with diverse preferences, though it is incremental as it builds on existing preference tuning methods.

The paper tackles the problem that LLMs trained on preference data cannot tailor responses to varied user needs because the data lack explanations for preferences, and it shows that inferring user personas via abductive reasoning and training models with these personas boosts personalization, generalizing to user-written personas and aiding users with uncommon preferences.

LLMs are aligned to follow input instructions by learning which of two responses users prefer for a prompt. However, such preference data do not convey why users prefer responses that are chosen or rejected, so LLMs trained on these datasets cannot tailor responses to varied user needs. To surface these parameters of personalization, we apply abductive reasoning to preference data, inferring needs and interests of users, i.e., personas, that may prefer either response. We test this idea in two steps: Persona Inference (PI), abductively inferring personas of users who prefer chosen or rejected outputs, and Persona Tailoring (PT), training models to tailor outputs to personas from PI. We show: 1) LLMs infer personas accurately explaining why different users may prefer both chosen or rejected outputs; 2) Training on preference data augmented with PI personas via PT boosts personalization and generalizes to supporting user-written personas; and 3) Rejected response personas form harder personalization evaluations, showing PT better aids users with uncommon preferences versus typical alignment methods. We argue for an abductive view of preferences for personalization, asking not only which response is better but when, why, and for whom.

Code Implementations1 repo
Foundations

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

Your Notes