paper-with-me

홈 › Papers

MM-Agent: LLM as Agents for Real-world Mathematical Modeling Problem

2025-05-20 · Fan Liu, Zherui Yang, Cancheng Liu, Tianrui Song, Xiaofeng Gao, Hao liu

Mathematical modeling is a cornerstone of scientific discovery and engineering practice, enabling the translation of real-world problems into formal systems across domains such as physics, biology, and economics. Unlike mathematical reasoning, which assumes a predefined formulation, modeling requires open-ended problem analysis, abstraction, and principled formalization. While Large Language Models (LLMs) have shown strong reasoning capabilities, they fall short in rigorous model construction, limiting their utility in real-world problem-solving. To this end, we formalize the task of LLM-powered real-world mathematical modeling, where agents must analyze problems, construct domain-appropriate formulations, and generate complete end-to-end solutions. We introduce MM-Bench, a curated benchmark of 111 problems from the Mathematical Contest in Modeling (MCM/ICM), spanning the years 2000 to 2025 and across ten diverse domains such as physics, biology, and economics. To tackle this task, we propose MM-Agent, an expert-inspired framework that decomposes mathematical modeling into four stages: open-ended problem analysis, structured model formulation, computational problem solving, and report generation. Experiments on MM-Bench show that MM-Agent significantly outperforms baseline agents, achieving an 11.88\% improvement over human expert solutions while requiring only 15 minutes and \$0.88 per task using GPT-4o. Furthermore, under official MCM/ICM protocols, MM-Agent assisted two undergraduate teams in winning the Finalist Award (\textbf{top 2.0\% among 27,456 teams}) in MCM/ICM 2025, demonstrating its practical effectiveness as a modeling copilot. Our code is available at https://github.com/usail-hkust/LLM-MM-Agent

📄 PDF Abstract BibTeX arXiv:2505.14148

Code (1)

usail-hkust/llm-mm-agent 공식 구현

Tasks

Mathematical Reasoningscientific discovery

Similar Papers 제목 키워드 기반

Smart Agent-Based Modeling: On the Use of Large Language Models in Computer Simulations

2023-11-10 · Zengqing Wu, Run Peng, Xu Han, Shuyuan Zheng 외

Computer simulations offer a robust toolset for exploring complex systems across various disciplines. A particularly impactful approach within this realm is Agent-Based Modeling (ABM), which harnesses the interactions of…

Common Sense Reasoning

Opti-Agent-Bench: Benchmarking End-to-End Optimization R&D Agents on Real-World Business Problems

2026-07-12 · Yongchang Fu, Xinjie Huang, Chengjun Dai, Chengzhe Feng 외 arxiv

LLM-based agents are increasingly deployed to solve optimization problems, yet existing benchmarks evaluate them on pre-structured mathematical formulations that bypass the most critical challenge: translating complex bu…

Quo Vadis, World Modeling?

2026-08-03 · Yu Yang, Xuemeng Yang, Licheng Wen, Lingdong Kong 외 hf

Continually improving agents require dynamic interaction feedback beyond static supervision, yet direct real-environment interaction is costly, slow, unsafe, and hard to parallelize. World modeling offers a natural inter…

ModelingAgent: Bridging LLMs and Mathematical Modeling for Real-World Challenges

2025-05-21 · Cheng Qian, Hongyi Du, Hongru Wang, Xiusi Chen 외

Recent progress in large language models (LLMs) has enabled substantial advances in solving mathematical problems. However, existing benchmarks often fail to reflect the complexity of real-world problems, which demand op…

Mathvalid

Modeling Complex Mathematical Reasoning via Large Language Model based MathAgent

2023-12-14 · Haoran Liao, Qinyi Du, Shaohua Hu, Hao He 외

Large language models (LLMs) face challenges in solving complex mathematical problems that require comprehensive capacities to parse the statements, associate domain knowledge, perform compound logical reasoning, and int…

Language ModelingLanguage ModellingLarge Language ModelLogical Reasoning+2