REVIEW 2 cited by
T-POP uses dueling-bandit token selection to learn a reward function online from pairwise user feedback, enabling test-time personalization of a frozen LLM without fine-tuning.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T-POP uses dueling-bandit token selection to learn a reward function online from pairwise user feedback, enabling test-time personalization of a frozen LLM without fine-tuning.
T0 review reviewed 2026-08-04 challenge →
T-POP: Test-Time Personalization with Online Preference Feedback
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
The algorithm borrows ideas from dueling bandits, a framework for learning from pairwise choices, and applies them one token at a time. At each decoding step, the candidate tokens are the most likely tokens from the base model. The first response takes the token with the highest score under the current reward model. The second response adds an exploration bonus that measures how much the token's gradient with respect to the reward model differs from the token already chosen in the first response, scaled by an inverse covariance matrix built from past comparisons.
The authors test T-POP on several open-source LLMs using a benchmark setup where GPT-4o plays the role of the user, giving preference feedback based on attributes like 'verbose' or 'concise'. They also use GPT-4o as a judge to measure how often T-POP beats the base model. The reported results show faster improvement with fewer interactions than the baselines, but the evaluation is entirely simu
Core claim
The paper asserts that 'without updating the LLM parameters, T-POP steers the decoding process of a frozen LLM by learning a reward function online that captures user preferences', and that 'T-POP achieves rapid and data-efficient personalization, significantly outperforming existing baselines'. If correct, the load-bearing result is that a handful of pairwise preference comparisons during text generation suffice to personalize a frozen LLM's decoding policy.
Load-bearing premise
The reward model r(·;θ) is trained on complete responses (Eq. 2) but is applied during decoding to score partial sequences plus a candidate token: Eq. (1) and the token-selection rules in Eqs. (3)-(4) use r([y_p, v]; θ) for every candidate v. If the reward model's value on a prefix is not a faithful estimate of the contribution of token v to the final user preference, the token-level greedy and exploration choices will be misaligned with the sequence-level feedback, and the claimed data efficiency would not follow. This assumption is not stated or tested in the paper.
Editorial analysis
A structured set of objections, weighed in public.
Axiom & Free-Parameter Ledger
free parameters (5)
- Reward weight omega =
1.0
- Exploration parameter nu =
0.5
- Candidate token set size k =
40
- Regularization lambda =
1.0
- Max new tokens M =
128
axioms (4)
- domain assumption User preference choices follow the Bradley-Terry-Luce model with unknown reward f.
- ad hoc to paper The reward model trained on complete responses generalizes to partial sequences during token-level decoding.
- ad hoc to paper The gradient-difference uncertainty bonus in Eq. (5) measures the information value of a candidate token for learning the user preference.
- ad hoc to paper Summing the base model's probability and the reward output in Eq. (1) is a valid personalized decoding objective.
Cite this review
Pith. "Pith review of T-POP: Test-Time Personalization with Online Preference Feedback." pith.science (2026). https://pith.science/paper/JUAI5UFI
@misc{pith2026250924696,
author = {Pith},
title = {Pith review of: T-POP: Test-Time Personalization with Online Preference Feedback},
year = {2026},
howpublished = {\url{https://pith.science/paper/JUAI5UFI}},
note = {Machine review of arXiv:2509.24696}
}
read the original abstract
Personalizing large language models (LLMs) to individual user preferences is a critical step beyond generating generically helpful responses. However, current personalization methods are ill-suited for new users, as they typically require either slow, resource-intensive fine-tuning or a substantial amount of pre-existing user data, creating a significant cold-start problem. To address this challenge, we introduce a new paradigm for real-time personalization by learning from online pairwise preference feedback collected during text generation. We propose T-POP (Test-Time Personalization with Online Preference Feedback}), a novel algorithm that synergistically combines test-time alignment with dueling bandits. Without updating the LLM parameters, T-POP steers the decoding process of a frozen LLM by learning a reward function online that captures user preferences. By leveraging dueling bandits, T-POP intelligently queries the user to efficiently balance between exploring their preferences and exploiting the learned knowledge to generate personalized text. Extensive experiments demonstrate that T-POP achieves rapid and data-efficient personalization, significantly outperforming existing baselines and showing consistent improvement with more user interactions.
Figures
Forward citations
Cited by 2 Pith papers
-
Test-Time Personalization: A Diagnostic Framework and Probabilistic Fix for Scaling Failures
Test-time scaling for personalized LLMs follows a logarithmic utility curve under oracle selection but standard reward models suffer user-level collapse and query-level hacking; a probabilistic reward model with learn...
-
Cloud-native and Distributed Systems for Efficient and Scalable Large Language Models -- A Research Agenda
This research agenda argues that cloud-native architectures, microservices, autoscaling, and emerging trends like serverless inference and federated learning are required to make large language models efficient and scalable.
Reference graph
Works this paper leans on
-
[1]
Yuntao Bai, Andy Jones, Kamal Ndousse, Amanda Askell, Anna Chen, Nova DasSarma, Dawn Drain, Stanislav Fort, Deep Ganguli, Tom Henighan, et al. Training a helpful and harmless assistant with reinforcement learning from human feedback.arXiv preprint arXiv:2204.05862,
-
[3]
The llama 3 herd of models.arXiv preprint arXiv:2407.21783,
Aaron Grattafiori, Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey, Abhishek Kadian, Ahmad Al-Dahle, Aiesha Letman, Akhil Mathur, Alan Schelten, Alex Vaughan, et al. The llama 3 herd of models.arXiv preprint arXiv:2407.21783,
-
[4]
Adaptive sample scheduling for direct preference optimization.arXiv preprint arXiv:2506.17252,
Zixuan Huang, Yikun Ban, Lean Fu, Xiaojie Li, Zhongxiang Dai, Jianxin Li, and Deqing Wang. Adaptive sample scheduling for direct preference optimization.arXiv preprint arXiv:2506.17252,
-
[7]
Args: Alignment as reward-guided search
Maxim Khanov, Jirayu Burapacheep, and Yixuan Li. Args: Alignment as reward-guided search. arXiv preprint arXiv:2402.01694,
-
[8]
Few-shot personalization of llms with mis-aligned responses
Jaehyung Kim and Yiming Yang. Few-shot personalization of llms with mis-aligned responses. arXiv preprint arXiv:2406.18678,
-
[9]
Learning to rewrite prompts for personalized text generation
Cheng Li, Mingyang Zhang, Qiaozhu Mei, Weize Kong, and Michael Bendersky. Learning to rewrite prompts for personalized text generation. InProceedings of the ACM Web Conference 2024, pp. 3367–3378, 2024a. Jia-Nan Li, Jian Guan, Songhao Wu, Wei Wu, and Rui Yan. From 1,000,000 users to every user: Scaling up personalized preference for user-level alignment,
2024
-
[11]
Truthfulqa: Measuring how models mimic human falsehoods.arXiv preprint arXiv:2109.07958,
Stephanie Lin, Jacob Hilton, and Owain Evans. Truthfulqa: Measuring how models mimic human falsehoods.arXiv preprint arXiv:2109.07958,
-
[13]
Is chatgpt a good recommender? a preliminary study.arXiv preprint arXiv:2304.10149,
Junling Liu, Chao Liu, Peilin Zhou, Renjie Lv, Kang Zhou, and Yan Zhang. Is chatgpt a good recommender? a preliminary study.arXiv preprint arXiv:2304.10149,
-
[14]
Decoding-time realignment of language models.arXiv preprint arXiv:2402.02992,
Tianlin Liu, Shangmin Guo, Leonardo Bianco, Daniele Calandriello, Quentin Berthet, Felipe Llinares, Jessica Hoffmann, Lucas Dixon, Michal Valko, and Mathieu Blondel. Decoding-time realignment of language models.arXiv preprint arXiv:2402.02992,
-
[16]
URL https://arxiv.org/abs/2410.21276. Long Ouyang, Jeffrey Wu, Xu Jiang, Diogo Almeida, Carroll Wainwright, Pamela Mishkin, Chong Zhang, Sandhini Agarwal, Katarina Slama, Alex Ray, et al. Training language models to follow instructions with human feedback.Advances in neural information processing systems, 35: 27730–27744,
-
[18]
Proximal policy optimization algorithms.arXiv preprint arXiv:1707.06347,
John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, and Oleg Klimov. Proximal policy optimization algorithms.arXiv preprint arXiv:1707.06347,
-
[20]
Arun Verma, Zhongxiang Dai, Xiaoqiang Lin, Patrick Jaillet, and Bryan Kian Hsiang Low. Neural dueling bandits: Preference-based optimization with human feedback.arXiv preprint arXiv:2407.17112,
-
[21]
Haoxiang Wang, Wei Xiong, Tengyang Xie, Han Zhao, and Tong Zhang. Interpretable preferences via multi-objective reward modeling and mixture-of-experts.arXiv preprint arXiv:2406.12845,
-
[22]
URLhttps://arxiv.org/ abs/2311.09528. An Yang, Anfeng Li, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chang Gao, Chengen Huang, Chenxu Lv, et al. Qwen3 technical report.arXiv preprint arXiv:2505.09388,
-
[23]
Qwen3 embedding: Advancing text embedding and reranking through foundation models, 2025a
Yanzhao Zhang, Mingxin Li, Dingkun Long, Xin Zhang, Huan Lin, Baosong Yang, Pengjun Xie, An Yang, Dayiheng Liu, Junyang Lin, Fei Huang, and Jingren Zhou. Qwen3 embedding: Advancing text embedding and reranking through foundation models, 2025a. URLhttps: //arxiv.org/abs/2506.05176. Zhaowei Zhang, Fengshuo Bai, Qizhi Chen, Chengdong Ma, Mingzhi Wang, Haoran...
-
[24]
Fine-tuning language models from human preferences.arXiv preprint arXiv:1909.08593,
Daniel M Ziegler, Nisan Stiennon, Jeffrey Wu, Tom B Brown, Alec Radford, Dario Amodei, Paul Christiano, and Geoffrey Irving. Fine-tuning language models from human preferences.arXiv preprint arXiv:1909.08593,
Pith/arXiv arXiv 1909
-
[26]
is a comprehensive, high-quality Al feedback dataset. From this, we selected two subsets:Truthful QA(Lin et al., 2021), using its 811 testing problems to assess factuality, andUltraChat, from which we extracted 3,845 problems to evaluate conversational ability (Zhang et al., 2025b). •Personal Preference Eval(Personal) (Gao et al.,
2021
-
[50]
creative
Decoding Parameters Max new tokens 128 Candidate tokens (k) 40 For the weight decay schedule,Ndenotes the number of training data points. Embedding and Judge Models.The reward model utilizes embeddings from the Qwen/Qwen3-Embedding-0.6Bmodel (Zhang et al., 2025a). For all experiments requiring preference evaluation, including the simulation of user feedba...
2024
-
[1959]
Sheshera Mysore, Zhuoran Lu, Mengting Wan, Longqi Yang, Steve Menezes, Tina Baghaee, Emmanuel Barajas Gonzalez, Jennifer Neville, and Tara Safavi. Pearl: Personalizing large language model writing assistants with generation-calibrated retrievers.arXiv preprint arXiv:2311.09180,
-
[2004]
Joel Jang, Seungone Kim, Bill Yuchen Lin, Yizhong Wang, Jack Hessel, Luke Zettlemoyer, Hannaneh Hajishirzi, Yejin Choi, and Prithviraj Ammanabrolu. Personalized soups: Personalized large language model alignment via post-hoc parameter merging.arXiv preprint arXiv:2310.11564,
-
[2019]
This network takes the final hidden-state embeddings from the backbone LLM for a given sequence as input
A MOREDETAILS ON THEEXPERIMENTALSETTING Reward Model Architecture.The lightweight reward model,r(·;θ), is implemented as a simple Multi-Layer Perceptron (MLP) head. This network takes the final hidden-state embeddings from the backbone LLM for a given sequence as input. The MLP consists of one hidden layer with a size of 1024, and all hidden layers utiliz...
2025
-
[2020]
Chenkai Sun, Ke Yang, Revanth Gangi Reddy, Yi R Fung, Hou Pong Chan, Kevin Small, ChengXiang Zhai, and Heng Ji. Persona-db: Efficient large language model personalization for response prediction with collaborative data refinement.arXiv preprint arXiv:2402.11060,
-
[2021]
Prompt optimization with human feedback.arXiv preprint arXiv:2405.17346,
Xiaoqiang Lin, Zhongxiang Dai, Arun Verma, See-Kiong Ng, Patrick Jaillet, and Bryan Kian Hsiang Low. Prompt optimization with human feedback.arXiv preprint arXiv:2405.17346,
-
[2022]
Chanwoo Park, Mingyang Liu, Kaiqing Zhang, and Asuman Ozdaglar. Principled rlhf from heterogeneous feedback via personalization and preference aggregation.arXiv preprint arXiv:2405.00254, 2,
-
[2023]
URLhttps: //arxiv.org/abs/2310.06825. Wang-Cheng Kang, Jianmo Ni, Nikhil Mehta, Maheswaran Sathiamoorthy, Lichan Hong, Ed Chi, and Derek Zhiyuan Cheng. Do llms understand user preferences? evaluating llms on user rating prediction.arXiv preprint arXiv:2305.06474,
-
[2024]
URLhttps://arxiv.org/abs/2310.01377. Songyang Gao, Qiming Ge, Wei Shen, Shihan Dou, Junjie Ye, Xiao Wang, Rui Zheng, Yicheng Zou, Zhi Chen, Hang Yan, et al. Linear alignment: A closed-form solution for aligning human preferences without tuning and feedback.arXiv preprint arXiv:2401.11458,
-
[2025]
Xinyu Li, Ruiyang Zhou, Zachary C Lipton, and Liu Leqi. Personalized language modeling from personalized human feedback.arXiv preprint arXiv:2402.05133, 2024b. Xuechen Li, Tianyi Zhang, Yann Dubois, Rohan Taori, Ishaan Gulrajani, Carlos Guestrin, Percy Liang, and Tatsunori B Hashimoto. Alpacaeval: An automatic evaluator of instruction-following models,
This paper was first reviewed by deepseek-v4-flash on August 4, 2026.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.