paper-with-me

홈 › Papers

MechMath Agent Team: LLM Driven Agents for Mathematical Research

2026-07-05 · Yichuan Cao, Ruichen Qiu, Junqi Liu, Jiaqi Wang, Dakai Guo, Ruyong Feng, Lihong Zhi, Xiao-Shan Gao arxiv

AI reasoning has become a central focus in contemporary artificial intelligence, largely driven by the success of large language models. However, mathematical research, which is characterized by non-linear derivation paths, rigorous logical requirements, and protracted exploration cycles, poses severe challenges for existing reasoning systems. To overcome these limitations, we present the MechMath Agent Team (MMAT), which is a large language model driven agent designed to serve as a co-pilot throughout the full cycle of mathematical research. We design a tripartite Harness Architecture that decouples system responsibilities into Control, Execution, and Augmentation planes, thereby reconciling rigorous logical control with the agility demanded by open-ended research. Building upon this framework, we instantiate three specialized agents: a Knowledge Base Manager, a Natural Language Prover, and a Formal Language Prover, all operating in a closed loop to produce formally certified mathematical proofs. We evaluate MMAT on open problems in Number Theory, Algebraic Complexity Theory, Differential Algebra, Operator Algebra, and Inequalities. Across a two-month deployment, 11 problems have been solved, demonstrating its capacity to act as a co-pilot throughout the entire research cycle. The contributions are threefold: a general decoupled Harness Architecture for multi-agent mathematical reasoning, its concrete instantiation in the MMAT system, and empirical validation on a diverse suite of open problems.

📄 PDF Abstract BibTeX arXiv:2607.04394

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

A Finite Certificate for the Positive $n=9$ Vasc Inequality

2026-06-04 · Dakai Guo, Ruichen Qiu, Yichuan Cao, Ruyong Feng arxiv

We prove the positive-real $n=9$ case of the Vasc cyclic inequality. The proof was obtained with human-guided assistance from the AI agent MechMath Agent Team: the human-readable part reduces the rational inequality to a…

Team of Thoughts: Efficient Test-time Scaling of Agentic Systems through Orchestrated Tool Calling

2026-02-18 · Jeffrey T. H. Wong, Zixi Zhang, Junyi Liu, Yiren Zhao arxiv

Existing Multi-Agent Systems (MAS) typically rely on homogeneous model configurations, failing to exploit the diverse expertise inherent in different post-trained architectures. We propose Team-of-Thoughts, a heterogeneo…

Mathematical ReasoningCode Generation

Multi-agent Autoformalization of Tensor Network Theory

2026-07-08 · Sirui Lu, Erickson Tjoa, J. Ignacio Cirac arxiv

We build a team of specialized large language-model agents and present an agent-driven workflow for research-level formalization in theoretical physics, with the autoformalization of the fundamental theorem of matrix-pro…

Cooperation on the Fly: Exploring Language Agents for Ad Hoc Teamwork in the Avalon Game

2023-12-29 · Zijing Shi, Meng Fang, Shunfeng Zheng, Shilong Deng 외

Multi-agent collaboration with Large Language Models (LLMs) demonstrates proficiency in basic tasks, yet its efficiency in more complex scenarios remains unexplored. In gaming environments, these agents often face situat…

Knowledge-based and Data-driven Reasoning and Learning for Ad Hoc Teamwork

2022-08-24 · Hasra Dodampegama, Mohan Sridharan

We present an architecture for ad hoc teamwork, which refers to collaboration in a team of agents without prior coordination. State of the art methods for this problem often include a data-driven component that uses a lo…

Decision MakingIncremental LearningLogical Reasoning