paper-with-me

홈 › Papers

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

2025-05-08 · Md Aminul Islam, Ahmed Sayeed Faruk

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.

📄 PDF Abstract BibTeX arXiv:2505.04948

Code (1)

aminul7506/llmforreranking 공식 구현 pytorch

Tasks

PositionRecommendation SystemsReranking

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Automating Personalization: Prompt Optimization for Recommendation Reranking

2025-04-04 · Chen Wang, Mingdai Yang, Zhiwei Liu, Pan Li 외

Modern recommender systems increasingly leverage large language models (LLMs) for reranking to improve personalization. However, existing approaches face two key limitations: (1) heavy reliance on manually crafted prompt…

PositionProfile GenerationRecommendation SystemsReranking

Found in the Middle: Permutation Self-Consistency Improves Listwise Ranking in Large Language Models

2023-10-11 · Raphael Tang, Xinyu Zhang, Xueguang Ma, Jimmy Lin 외

Large language models (LLMs) exhibit positional bias in how they use context, which especially complicates listwise ranking. To address this, we propose permutation self-consistency, a form of self-consistency over ranki…

Passage RerankingReranking

LLM Optimization Unlocks Real-Time Pairwise Reranking

2025-11-10 · Jingyu Wu, Aditya Shrivastava, Jing Zhu, Alfy Samuel 외 arxiv

Efficiently reranking documents retrieved from information retrieval (IR) pipelines to enhance overall quality of Retrieval-Augmented Generation (RAG) system remains an important yet challenging problem. Recent studies h…

Information Retrieval

APEER: Automatic Prompt Engineering Enhances Large Language Model Reranking

2024-06-20 · Can Jin, Hongwu Peng, Shiyu Zhao, Zhenting Wang 외

Large Language Models (LLMs) have significantly enhanced Information Retrieval (IR) across various modules, such as reranking. Despite impressive performance, current zero-shot relevance ranking with LLMs heavily relies …

Information RetrievalLanguage ModelingLanguage ModellingLarge Language Model+3

Attention Instruction: Amplifying Attention in the Middle via Prompting

2024-06-24 · Meiru Zhang, Zaiqiao Meng, Nigel Collier

The context window of large language models has been extended to 128k tokens or more. However, language models still suffer from position bias and have difficulty in accessing and using the middle part of the context due…

PositionQuestion AnsweringRAG