{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2601-19121","title":"LLMs as Orchestrators: Constraint-Compliant Multi-Agent Optimization for Recommendation Systems","arxiv_id":"2601.19121","date":"2026-01-27","proceeding":null,"authors":["Guilin Zhang","Kai Zhao","Jeffrey Friedman","Xu Chu"],"abstract":"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.","url_abs":"https://arxiv.org/abs/2601.19121","url_pdf":"https://arxiv.org/pdf/2601.19121","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2601.19121","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2601.19121"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/GuilinDev/Dual-Agents-Recommendation","reach":null}],"summary":{"ran":1,"unverified":8},"by_repo_kind":{"found_in_text":{"samples":9,"ran":1,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"fe606195f0528be6","entry":"Individual","repo":"GuilinDev/Dual-Agents-Recommendation","repo_kind":"found_in_text","path":"src/dualagent_rec.py","file_url":"https://github.com/GuilinDev/Dual-Agents-Recommendation/blob/HEAD/src/dualagent_rec.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"fe606195f0528be6"}},{"code_sha256_prefix":"018e30fa33abb184","entry":"AdaptiveConstraintHandler","repo":"GuilinDev/Dual-Agents-Recommendation","repo_kind":"found_in_text","path":"src/dualagent_rec.py","file_url":"https://github.com/GuilinDev/Dual-Agents-Recommendation/blob/HEAD/src/dualagent_rec.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"018e30fa33abb184"}},{"code_sha256_prefix":"20d7db8280b5f1ce","entry":"BaseAgent","repo":"GuilinDev/Dual-Agents-Recommendation","repo_kind":"found_in_text","path":"src/dualagent_rec.py","file_url":"https://github.com/GuilinDev/Dual-Agents-Recommendation/blob/HEAD/src/dualagent_rec.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"20d7db8280b5f1ce"}},{"code_sha256_prefix":"96e0dbd97e6b907a","entry":"ConstraintConfig","repo":"GuilinDev/Dual-Agents-Recommendation","repo_kind":"found_in_text","path":"src/dualagent_rec.py","file_url":"https://github.com/GuilinDev/Dual-Agents-Recommendation/blob/HEAD/src/dualagent_rec.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"96e0dbd97e6b907a"}},{"code_sha256_prefix":"1bac19ae09356d39","entry":"ConstraintHandler","repo":"GuilinDev/Dual-Agents-Recommendation","repo_kind":"found_in_text","path":"src/dualagent_rec.py","file_url":"https://github.com/GuilinDev/Dual-Agents-Recommendation/blob/HEAD/src/dualagent_rec.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1bac19ae09356d39"}},{"code_sha256_prefix":"7c35859b8a86ee55","entry":"DualAgentConfig","repo":"GuilinDev/Dual-Agents-Recommendation","repo_kind":"found_in_text","path":"src/dualagent_rec.py","file_url":"https://github.com/GuilinDev/Dual-Agents-Recommendation/blob/HEAD/src/dualagent_rec.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7c35859b8a86ee55"}},{"code_sha256_prefix":"25ddd0dcefb22812","entry":"DualAgentRec","repo":"GuilinDev/Dual-Agents-Recommendation","repo_kind":"found_in_text","path":"src/dualagent_rec.py","file_url":"https://github.com/GuilinDev/Dual-Agents-Recommendation/blob/HEAD/src/dualagent_rec.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"25ddd0dcefb22812"}},{"code_sha256_prefix":"6c3ddf2bb7ab6019","entry":"ExploitationAgent","repo":"GuilinDev/Dual-Agents-Recommendation","repo_kind":"found_in_text","path":"src/dualagent_rec.py","file_url":"https://github.com/GuilinDev/Dual-Agents-Recommendation/blob/HEAD/src/dualagent_rec.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6c3ddf2bb7ab6019"}},{"code_sha256_prefix":"59ddaa7e766af52b","entry":"ExplorationAgent","repo":"GuilinDev/Dual-Agents-Recommendation","repo_kind":"found_in_text","path":"src/dualagent_rec.py","file_url":"https://github.com/GuilinDev/Dual-Agents-Recommendation/blob/HEAD/src/dualagent_rec.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"59ddaa7e766af52b"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}