← Back to Paper List

AgentRec: Next-Generation LLM-Powered Multi-Agent Collaborative Recommendation with Adaptive Intelligence

Bo Ma, Hang Li, ZeHua Hu, XiaoFan Gui, LuYao Liu, Simon Lau
arXiv (2025)
Recommendation Agent P13N

📝 Paper Summary

Conversational Recommender Systems (CRS) Multi-Agent Systems LLM-based Recommendation
AgentRec employs a hierarchical team of specialized LLM agents—handling understanding, preferences, context, and ranking—coordinated by an adaptive mechanism that adjusts agent influence in real-time based on conversation complexity.
Core Problem
Single-agent LLM recommenders struggle to balance conflicting objectives (accuracy vs. diversity) and fail to adapt to rapidly evolving user preferences during extended multi-turn conversations.
Why it matters:
  • 67% of users abandon sessions due to poor understanding of evolving preferences, highlighting a critical failure in current conversational systems
  • Single-agent architectures suffer significant performance degradation (34%) when handling complex multi-criteria decision scenarios
  • Existing systems lack real-time adaptation, resulting in suboptimal recommendations when user context changes rapidly within a session
Concrete Example: In a long conversation where a user starts asking for 'action movies' but shifts to 'romantic comedies' midway, a standard single-agent model often clings to the initial intent. AgentRec's Preference Modeling Agent updates the profile while the Context Agent weights the shift, allowing the Ranking Agent to pivot immediately.
Key Novelty
Adaptive Hierarchical Multi-Agent Collaboration
  • Decomposes recommendation into four specialized agents (Understanding, Preference, Context, Ranking) rather than overloading a single LLM prompt
  • Uses a 'meta-learning' coordination mechanism that dynamically assigns weights to each agent's output based on the current conversation state
  • Implements a three-tier routing strategy (Rapid Response, Intelligent Reasoning, Deep Collaboration) to balance latency and depth based on query complexity
Evaluation Highlights
  • +2.8% improvement in conversation success rate on DuRecDial compared to state-of-the-art baselines (Chat-REC)
  • +1.9% enhancement in recommendation accuracy (NDCG@10) across three real-world datasets
  • +3.2% better conversation efficiency (fewer turns to success) while maintaining comparable computational costs
Breakthrough Assessment
7/10
Strong engineering application of multi-agent architectures to recommendation. While the components (agents) are standard, the adaptive weighting and tiered routing offer a practical solution to the latency/accuracy trade-off in LLM-based systems.
×