English

Prompt-Based LLMs for Position Bias-Aware Reranking in Personalized Recommendations

Information Retrieval 2025-05-28 v2 Computation and Language

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 prompts for mitigating position bias. Experiments on MovieLens-100K show that randomizing user history improves ranking quality, but LLM-based reranking does not outperform the base model. Explicit instructions to reduce position bias are also ineffective. Our evaluations reveal limitations in LLMs' ability to model ranking context and mitigate bias. Our code is publicly available at https://github.com/aminul7506/LLMForReRanking.

Keywords

Cite

@article{arxiv.2505.04948,
  title  = {Prompt-Based LLMs for Position Bias-Aware Reranking in Personalized Recommendations},
  author = {Md Aminul Islam and Ahmed Sayeed Faruk},
  journal= {arXiv preprint arXiv:2505.04948},
  year   = {2025}
}

Comments

We have decided to withdraw the manuscript as it requires substantial revisions that go beyond what is appropriate for a versioned update on arXiv. We plan to resubmit once the necessary improvements are made

R2 v1 2026-06-28T23:25:18.719Z