🤖 AI Summary
To address the scalability limitations of manual prompting and the interference of unstructured item metadata in LLM-based recommendation re-ranking, this paper proposes the AGP framework. Methodologically, AGP (1) introduces a position-aware feedback mechanism for fine-grained, sequence-sensitive ranking refinement; (2) establishes an automated prompt optimization pipeline integrating user profile generation, feedback-driven fine-tuning, and batched gradient aggregation—replacing labor-intensive prompt engineering; and (3) enhances model generalization via batched feedback training. Experiments across multiple public benchmarks demonstrate an average 12.7% improvement in NDCG@10 and a 90% reduction in prompt generation overhead. The core contribution lies in being the first to incorporate both position-aware feedback and batched gradient aggregation into LLM-based re-ranking, enabling efficient, scalable, and personalized prompt adaptation.
📝 Abstract
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 prompts that are difficult to scale, and (2) inadequate handling of unstructured item metadata that complicates preference inference. We present AGP (Auto-Guided Prompt Refinement), a novel framework that automatically optimizes user profile generation prompts for personalized reranking. AGP introduces two key innovations: (1) position-aware feedback mechanisms for precise ranking correction, and (2) batched training with aggregated feedback to enhance generalization.