Large language models (LLMs) have demonstrated proficiency in high-school and olympiad-style mathematics. However, their performance in advanced mathematics has remained less understood due to limitations in existing benchmarks. These prior benchmarks often lacked sufficient disciplinary scope and relied on coarse evaluation methods, such as final-answer correctness, which failed to adequately assess the validity of the reasoning process itself.
To address this gap, a new benchmark suite, AdvancedMathBench, has been introduced. This suite is specifically designed to evaluate LLMs' capabilities in advanced mathematical reasoning, focusing on both proof generation and verification. AdvancedMathBench aims to provide a more comprehensive and granular assessment of LLM performance in complex mathematical tasks, moving beyond simpler problem sets to tackle challenges at the undergraduate and doctoral qualifying-exam levels.
AdvancedMathBench comprises two core components: ProverBench and VerifierBench.
ProverBench is the primary proof-generation benchmark within the suite. It contains 296 problems that span undergraduate and doctoral qualifying-exam levels, offering a diverse set of challenges for LLMs. To ensure reliable evaluation of the generated proofs, the researchers developed a dedicated automatic verification pipeline. This pipeline was trained using large-scale expert annotations, enabling it to produce both correctness verdicts and fine-grained assessments of specific proof errors. This granular error detection is crucial for understanding the precise weaknesses in an LLM's reasoning process, rather than simply indicating overall failure. The pipeline has demonstrated strong agreement with human experts on held-out proof trajectories, indicating its reliability as an evaluation tool.
VerifierBench is designed to evaluate an LLM's ability to judge the validity of mathematical proofs and provide sound verification rationales. This component consists of 888 model-generated proof trajectories, each paired with expert ground truth. By testing models on VerifierBench, researchers can assess whether LLMs can not only generate proofs but also critically analyze and validate existing proofs, identifying errors and explaining their reasoning for verification or rejection.
Experiments conducted using AdvancedMathBench revealed that even frontier models continue to find advanced mathematical tasks challenging. On the proof generation tasks within ProverBench, the best-performing model, GPT-5.5-xhigh, achieved a score of 75.8 on the Undergraduate (UGD) split and 66.1 on the Doctoral Qualifying Exam (QE) split. These scores indicate substantial room for improvement in the construction of advanced mathematical proofs by LLMs.
For proof verification tasks on VerifierBench, the top-performing model attained a Balanced F1 score of only 65.1. Furthermore, models generally exhibited low true negative rates in this component. This suggests that critical error detection within proofs remains a significant bottleneck for current LLMs, highlighting their difficulty in accurately identifying incorrect reasoning steps or false statements.
For developers working with LLMs in scientific and mathematical domains, AdvancedMathBench provides a critical new tool for evaluating and improving model capabilities. The benchmark's focus on fine-grained error assessment in proof generation means that developers can gain deeper insights into where their models are failing, moving beyond simple pass/fail metrics. This level of detail can inform targeted improvements in model architectures, training data, and fine-tuning strategies.
The inclusion of VerifierBench is also significant. The ability of an LLM to not only generate but also verify mathematical proofs is essential for building trustworthy AI systems in fields requiring high precision and logical rigor. Developers can use VerifierBench to train and test models on their capacity for critical analysis, which is vital for applications such as automated theorem proving, formal verification, and even educational tools that provide detailed feedback on mathematical reasoning.
The observed performance gaps, particularly the low true negative rates in verification, indicate clear areas for research and development. This suggests that current LLMs may struggle with nuanced logical inconsistencies or subtle errors that require a deep understanding of mathematical principles. Future work could focus on enhancing models' ability to detect and explain these complex errors, potentially through specialized architectures or novel training paradigms that emphasize logical consistency and error identification.
AdvancedMathBench represents a significant step forward in evaluating the advanced mathematical reasoning capabilities of LLMs. By providing a comprehensive suite of problems at undergraduate and doctoral levels, coupled with a robust automatic verification pipeline and a dedicated proof verification benchmark, it offers a more granular and reliable assessment than previous efforts. The initial results demonstrate that even the most advanced LLMs currently available, such as GPT-5.5-xhigh, still face considerable challenges in generating and verifying complex mathematical proofs. This benchmark will be instrumental for researchers and developers in identifying specific areas for improvement, driving the development of more capable and reliable AI systems for advanced mathematics and logical reasoning.