菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-03
📄 Abstract - MIRROR: A Multi-Agent Framework with Iterative Adaptive Revision and Hierarchical Retrieval for Optimization Modeling in Operations Research

Operations Research (OR) relies on expert-driven modeling-a slow and fragile process ill-suited to novel scenarios. While large language models (LLMs) can automatically translate natural language into optimization models, existing approaches either rely on costly post-training or employ multi-agent frameworks, yet most still lack reliable collaborative error correction and task-specific retrieval, often leading to incorrect outputs. We propose MIRROR, a fine-tuning-free, end-to-end multi-agent framework that directly translates natural language optimization problems into mathematical models and solver code. MIRROR integrates two core mechanisms: (1) execution-driven iterative adaptive revision for automatic error correction, and (2) hierarchical retrieval to fetch relevant modeling and coding exemplars from a carefully curated exemplar library. Experiments show that MIRROR outperforms existing methods on standard OR benchmarks, with notable results on complex industrial datasets such as IndustryOR and Mamo-ComplexLP. By combining precise external knowledge infusion with systematic error correction, MIRROR provides non-expert users with an efficient and reliable OR modeling solution, overcoming the fundamental limitations of general-purpose LLMs in expert optimization tasks.

顶级标签: llm agents systems
详细标签: multi-agent systems optimization modeling operations research iterative revision retrieval-augmented generation 或 搜索:

MIRROR:一种用于运筹学优化建模的、具备迭代自适应修正与分层检索功能的多智能体框架 / MIRROR: A Multi-Agent Framework with Iterative Adaptive Revision and Hierarchical Retrieval for Optimization Modeling in Operations Research


1️⃣ 一句话总结

这篇论文提出了一个名为MIRROR的多智能体框架,它无需额外训练,就能将用户用自然语言描述的优化问题自动、准确地转化为数学模型和求解代码,其核心是通过迭代修正错误和分层检索范例来提升建模的可靠性和效率,为普通用户提供了便捷的运筹学建模工具。

源自 arXiv: 2602.03318