AICLMAApr 6, 2024

MACM: Utilizing a Multi-Agent System for Condition Mining in Solving Complex Mathematical Problems

arXiv:2404.04735v248 citationsh-index: 1Has CodeNIPS
AI Analysis

This addresses a bottleneck in AI for complex mathematical problem-solving, offering a method with strong generalization, though it is incremental as it builds on existing prompting techniques.

The paper tackles the decline in performance of large language models like GPT-4 on advanced mathematical problems requiring multi-step reasoning by introducing the MACM prompting method, which increases accuracy on the most challenging MATH dataset problems from 54.68% to 76.73%.

Recent advancements in large language models, such as GPT-4, have demonstrated remarkable capabilities in processing standard queries. Despite these advancements, their performance substantially declines in \textbf{advanced mathematical problems requiring complex, multi-step logical reasoning}. To enhance their inferential capabilities, current research has delved into \textit{prompting engineering}, exemplified by methodologies such as the Tree of Thought and Graph of Thought. Nonetheless, these existing approaches encounter two significant limitations. Firstly, their effectiveness in tackling complex mathematical problems is somewhat constrained. Secondly, the necessity to design distinct prompts for individual problems hampers their generalizability. In response to these limitations, this paper introduces the \textit{Multi-Agent System for conditional Mining} (\textbf{MACM}) prompting method. It not only resolves intricate mathematical problems but also demonstrates strong generalization capabilities across various mathematical contexts. With the assistance of MACM, the accuracy of GPT-4 Turbo on the most challenging level five mathematical problems in the MATH dataset increase from $\mathbf{54.68\%} \text{ to } \mathbf{76.73\%}$. The code is available in \url{https://github.com/bin123apple/MACM}.

Code Implementations1 repo
Foundations

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

Your Notes