IRAILGMAJan 27

LLMs as Orchestrators: Constraint-Compliant Multi-Agent Optimization for Recommendation Systems

arXiv:2601.19121v11 citations
AI Analysis

This addresses the challenge of deployable and constraint-compliant recommendation systems for e-commerce platforms, representing a novel application of LLMs in coordination rather than an incremental improvement.

The paper tackles the problem of optimizing multiple objectives in recommendation systems while satisfying hard business constraints, such as fairness and coverage, by proposing DualAgent-Rec, an LLM-coordinated dual-agent framework. The result is 100% constraint satisfaction and a 4-6% improvement in Pareto hypervolume over baselines on the Amazon Reviews 2023 dataset.

Recommendation systems must optimize multiple objectives while satisfying hard business constraints such as fairness and coverage. For example, an e-commerce platform may require every recommendation list to include items from multiple sellers and at least one newly listed product; violating such constraints--even once--is unacceptable in production. Prior work on multi-objective recommendation and recent LLM-based recommender agents largely treat constraints as soft penalties or focus on item scoring and interaction, leading to frequent violations in real-world deployments. How to leverage LLMs for coordinating constrained optimization in recommendation systems remains underexplored. We propose DualAgent-Rec, an LLM-coordinated dual-agent framework for constrained multi-objective e-commerce recommendation. The framework separates optimization into an Exploitation Agent that prioritizes accuracy under hard constraints and an Exploration Agent that promotes diversity through unconstrained Pareto search. An LLM-based coordinator adaptively allocates resources between agents based on optimization progress and constraint satisfaction, while an adaptive epsilon-relaxation mechanism guarantees feasibility of final solutions. Experiments on the Amazon Reviews 2023 dataset demonstrate that DualAgent-Rec achieves 100% constraint satisfaction and improves Pareto hypervolume by 4-6% over strong baselines, while maintaining competitive accuracy-diversity trade-offs. These results indicate that LLMs can act as effective orchestration agents for deployable and constraint-compliant recommendation systems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes