Prompt-Based LLMs for Position Bias-Aware Reranking in Personalized Recommendations
Md Aminul Islam, Ahmed Sayeed Faruk

TL;DR
This paper investigates the use of large language models for reranking in personalized recommender systems, highlighting their limitations in handling position bias and context, and proposing a hybrid framework with structured prompts.
Contribution
It introduces a hybrid recommendation framework combining traditional models with LLMs for reranking, and evaluates methods to mitigate position bias using structured prompts.
Findings
Randomizing user history improves ranking quality.
LLM-based reranking does not outperform base models.
Explicit instructions to reduce position bias are ineffective.
Abstract
Recommender systems are essential for delivering personalized content across digital platforms by modeling user preferences and behaviors. Recently, large language models (LLMs) have been adopted for prompt-based recommendation due to their ability to generate personalized outputs without task-specific training. However, LLM-based methods face limitations such as limited context window size, inefficient pointwise and pairwise prompting, and difficulty handling listwise ranking due to token constraints. LLMs can also be sensitive to position bias, as they may overemphasize earlier items in the prompt regardless of their true relevance. To address and investigate these issues, we propose a hybrid framework that combines a traditional recommendation model with an LLM for reranking top-k items using structured prompts. We evaluate the effects of user history reordering and instructional…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Human Mobility and Location-Based Analysis · Privacy-Preserving Technologies in Data
MethodsBalanced Selection
