SYNTHESIS NOTE
TopicsAssistants Personalizationthis note

Can user preferences be learned from just ten questions?

Explores whether adaptive question selection can efficiently infer user-specific reward coefficients without historical data or fine-tuning. This matters for scaling personalization without per-user model updates.

Synthesis note · 2026-02-23 · sourced from Assistants Personalization
What kind of thing is an LLM really? How do you build domain expertise into general AI models? How do you navigate synthesis across fragmented research topics?

Standard RLHF trains a single reward model on aggregated human preferences, assuming a universal preference structure. PReF (Personalization via Reward Factorization) makes a different assumption: user preferences lie in a low-dimensional space and can be represented as weighted sums of a small set of base reward functions.

The three-stage architecture:

  1. Base reward learning — train a set of base reward functions from paired preference data annotated with user identity. Each base function captures one dimension of preference variation (e.g., conciseness vs detail, formality vs casualness).

  2. User coefficient inference — present the new user with a sequence of question-response pairs and ask which response they prefer. The questions are selected adaptively using active learning: each question is chosen to maximally reduce uncertainty about the user's coefficients. Results from logistic bandit theory enable efficient uncertainty computation.

  3. Inference-time alignment — once user-specific coefficients are known, use inference-time methods to generate reward-aligned responses without modifying model weights. This enables scalable per-user adaptation.

The practical significance: 10-20 questions suffice. This is dramatically more efficient than approaches requiring historical interaction data or per-user fine-tuning. The active learning component is critical — random question selection would require far more queries because most questions are uninformative for distinguishing between users.

The low-dimensional preference assumption is both the strength and the limitation. If real preferences don't decompose into a small number of base dimensions, the factorization misses important variation. However, the survey evidence from How do personalization granularity levels trade precision against scalability? suggests that persona-level personalization (group-based, moderate dimensionality) is often sufficient and that user-level precision trades against data requirements.

The inference-time alignment component connects to Can decoding-time tuning preserve knowledge better than weight fine-tuning?. Both avoid weight modification per user, but PReF applies a user-specific reward function while proxy tuning applies a task-specific distributional shift. The combination suggests a design space: different axes of adaptation (user preferences, task requirements, domain knowledge) can each be applied at inference time through different mechanisms.

Inquiring lines that read this note 97

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

How do aggregate reward models systematically exclude minority user preferences? How should personalization be implemented to improve AI assistant effectiveness? How can recommendation systems balance personalization with stability and coverage? Can alternative training methods improve on supervised fine-tuning for language models? How can LLM recommenders match or exceed collaborative filtering performance? Why do persona-level simulations fail to predict individual preferences accurately? Can model confidence signals reliably improve reasoning quality and calibration? How should conversational agents balance goal-driven initiative with user control? How should dialogue systems represent uncertainty from noisy speech input? What makes specific clarifying questions more effective than generic ones? Can graph structure and relationships fundamentally improve recommendation systems? How can conversational AI maintain consistent personas across conversations? How can we distinguish genuine user preferences from measurement artifacts? What properties determine whether reward signals teach genuine reasoning? How does sequence length affect sparsity tolerance in models? How can AI alignment serve diverse human preferences at scale? Does model scaling alone produce compositional generalization without symbolic mechanisms? How should iterative research systems allocate reasoning per search step? Why does supervised fine-tuning improve accuracy while degrading reasoning quality? How should dialogue recommender systems manage conversation history and state? What makes weaker teacher models effective for stronger student training? Why do benchmark improvements fail to reflect actual reasoning quality? How should models express uncertainty rather than forced confident answers?

Related concepts in this collection 6

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
17 direct connections · 153 in 2-hop network ·dense cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

reward factorization represents user-specific preferences as linear combinations of base reward functions — 10 active-learning queries suffice for personalization