← Back to Paper List

Collab-REC: An LLM-based Agentic Framework for Balancing Recommendations in Tourism

Ashmi Banerjee, Adithi Satish, Fitri Nur Aisyah, Wolfgang Wörndl, Yashar Deldjoo
Technical University of Munich, Polytechnic University of Bari
arXiv (2025)
Recommendation Agent P13N Factuality

📝 Paper Summary

Multi-Agent Recommender Systems LLM-based Tourism Recommendation
Collab-Rec employs three specialized LLM agents (Personalization, Popularity, Sustainability) and a deterministic moderator to negotiate travel recommendations that balance user interests with sustainability goals while enforcing catalog grounding.
Core Problem
Monolithic LLM recommenders struggle to balance competing tourism objectives (e.g., personalization vs. sustainability) and frequently hallucinate out-of-catalog destinations.
Why it matters:
  • Over-concentrating demand on 'must-see' cities exacerbates overtourism and congestion, harming both local residents and the visitor experience
  • Single-shot LLM prompting lacks control mechanisms to enforce hard constraints (budget, dates) or validate items against a fixed inventory
  • Tourism is inherently multi-stakeholder; optimizing solely for user relevance often conflicts with destination management goals like decongestion
Concrete Example: A user asks for 'European cities in September, mid-budget, with museums but not overcrowded.' A standard LLM might ignore the 'not overcrowded' constraint and suggest Paris or Rome (popularity dominance) or invent non-existent festivals (hallucination).
Key Novelty
Moderator-Mediated Multi-Stakeholder Negotiation
  • Decomposes recommendation into three specialist agents: Personalization (user fit), Popularity (feasibility), and Sustainability (decongestion)
  • Introduces a deterministic, non-LLM moderator that grounds suggestions to a fixed catalog and scores them against explicit success criteria
  • Uses iterative feedback loops where the moderator rejects invalid/unbalanced candidates and forces agents to refine proposals until consensus or patience exhaustion
Architecture
Architecture Figure Figure 1
The Collab-Rec framework workflow involving three agents and a moderator.
Evaluation Highlights
  • Collab-Rec improves grounded success rate by +25.8% (absolute) over the single-agent baseline (SASI) using Claude-4.5-sonnet
  • Reduces popularity concentration (Gini coefficient) by ~0.15 compared to single-agent baselines, effectively surfacing 'hidden gem' destinations
  • Achieves convergence in ~3-4 rounds of negotiation, with early stopping preserving quality while reducing inference costs
Breakthrough Assessment
7/10
Strong practical framework for controlled, grounded LLM recommendation. While the agentic negotiation concept isn't new, the specific application to multi-objective tourism with a deterministic moderator for grounding is well-executed and rigorously evaluated.
×