REVIEW 4 major objections 6 minor 3 cited by
Standard LLM-as-a-Judge protocols systematically over-score university-level mathematical proofs, a new benchmark demonstrates.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
On QEDBench, frontier LLM judges over-score university math proofs by up to +0.36 on average relative to human experts, while some solver models fail badly on discrete-combinatorial problems.
T0 review reviewed 2026-08-02 challenge →
load-bearing objection The qualitative evidence makes the alignment-gap claim believable; the quantitative magnitudes are on shakier ground. the 4 major comments →
QEDBENCH: Quantifying the Alignment Gap in Automated Evaluation of University-Level Mathematical Proofs
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
Core claim
The paper establishes an Alignment Gap: the difference between what LLM judges score and what PhD-level human experts score, measured across a fully crossed matrix of seven judge models and five solver models on 272 proof problems. The headline quantitative claims are that several frontier evaluators systematically inflate scores (up to +0.18 to +0.36 mean inflation depending on judge and domain), that even the strongest judge still has a 38% leniency rate under the expert rubric, and that one evaluator passes 90.2% of solutions where human experts pass 67.7%. The paper also finds that solver performance collapses in discrete constructive domains (Combinatorics, Graph Theory) relative to con
What carries the argument
The central mechanism is a dual-rubric evaluation matrix: every generated proof is graded against both a course-specific rubric (pedagogical definitions) and an expert-domain rubric (research-level logical soundness), and by seven LLM judges as well as human experts. Comparing AI scores with human scores on the same proofs quantifies the Alignment Gap (AI score minus human score). The tiered expert rubric uses a granular six-level scale to distinguish expository oversights from logical errors, and the decomposition of judge errors into leniency rates and harshness rates exposes a systematic false-positive pattern.
Load-bearing premise
The paper treats the expert human scores as stable ground truth, but it never reports how much the human graders agree with each other; if different PhD experts diverge as much as the LLM judges do, the measured alignment gap would be partly just noise.
What would settle it
Take a random subset of the 272 problems, have several independent PhD mathematicians grade the same solutions using the same tiered rubric, and compute inter-annotator agreement (for example, score variance or weighted kappa). If human-human disagreement on identical proofs is comparable to the average AI-human delta, the central claim of systematic judge bias collapses; if human graders largely agree, the alignment gap is real.
If this is right
- If LLM judges are used to select or rank proofs in university-level settings, they will systematically over-credit flawed arguments, so human review remains necessary.
- Reward models trained on LLM judge scores would inherit the leniency and reinforce 'hallucinated rigor'; process supervision is needed instead.
- The discrete-continuous divide implies evaluation and training should treat constructive search domains separately from template-retrieval domains instead of regarding mathematical reasoning as a single skill.
- Rubric insensitivity means prompt engineering with stricter instructions has diminishing returns; alignment must come from model-level changes rather than context-window instructions.
- QEDBench provides a reusable benchmark for measuring the alignment of future automated judges against a verified expert ground truth.
Where Pith is reading between the lines
- A natural next test is to measure inter-annotator agreement among expert graders: if independent PhD mathematicians disagree with each other as much as LLM judges diverge from the recorded human scores, part of the measured alignment gap is grading noise rather than judge bias.
- The findings suggest proof evaluation should be framed as global logical-dependency tracking rather than style or texture matching, pointing toward structure-aware verification systems as a candidate direction.
- The sycophancy trap predicts that LLM-based process reward models will select verbose, plausible-sounding proofs over concise correct ones; this is testable by comparing reward-model rankings on paired correct and persuasive-but-flawed proofs.
- The benchmark's online-versus-offline contamination analysis could be extended to check whether 'near-miss' proofs correspond to memorized fragments of textbook solutions, which would sharpen the interpretation of the discrete-continuous gap.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces QEDBench, a benchmark of 272 upper-undergraduate/early-graduate proof problems with 1,300+ model-generated solutions, evaluated by 48 PhD-level human experts over 1,000+ hours, and scored by seven LLM judges under two rubrics (course-specific and expert). The central claim is that standard LLM-as-a-Judge protocols exhibit a systematic 'Alignment Gap': compared with human experts, LLM judges inflate scores on university-level mathematical proofs, the inflation is domain-dependent (largest in discrete areas such as Combinatorics, Discrete Math, and Graph Theory), and top evaluators such as Llama 4 Maverick show extreme leniency. The paper also reports a discrete/continuous reasoning gap among solvers, rubric insensitivity in LLM judges, and no measurable data contamination. Qualitative logs provide concrete examples of LLM judges awarding partial credit to empty API error messages, irrelevant proofs, and hallucinated proofs of false statements.
Significance. If the findings hold, QEDBench would be a valuable resource and the alignment-gap result would be an important warning for automated evaluation of advanced mathematics. The paper's strengths are substantial: a large dual-rubric human-annotated dataset, a fully crossed evaluator-solver matrix, a serious contamination check, and public release of data and logs. The qualitative evidence (Section 5) is particularly compelling: LLM judges systematically reward superficial formatting, irrelevant text, and even false statements, and this makes the existence claim of an alignment gap credible. However, the quantitative magnitudes and the claimed domain-dependence are not yet statistically established because the paper reports no inter-annotator reliability for the human ground truth and no confidence intervals or significance tests for the headline bias deltas. The central contribution is therefore defensible, but the precision of the headline numbers needs strengthening.
major comments (4)
- [§3.2 (Expert Evaluator Selection)] The human scores are used as stable ground truth, but no inter-annotator reliability is reported. The paper states that 48 PhD-level evaluators spent 1,000+ hours grading, but does not state whether any solution was graded by more than one expert. With a coarse 0.25-step scale and per-category sample sizes as small as 6 (Complex Analysis, Appendix L), a single expert's idiosyncrasy can shift a category mean by more than several of the reported bias deltas. Please report the grading design (number of experts per solution) and, on a double-graded subsample, Cohen's kappa or ICC and the standard error of the human consensus. Without this, the measured bias magnitudes cannot be separated from annotation noise.
- [§4.2, Figure 5] The headline bias deltas (Δ = AI score − human score) are presented without confidence intervals or significance tests, in contrast with the contamination analysis in §4.3, which does include Welch's t and Mann–Whitney U tests. Per-category samples are small (e.g., 19 Graph Theory problems, 6 Complex Analysis problems), and a coarse scale further increases variance. The values +0.18 to +0.36 may be within sampling noise for several cells. Report bootstrap confidence intervals or a mixed-effects model with judge and category as factors, and account for multiple comparisons. This is needed to support the 'systematic, domain-dependent bias' claim at the reported magnitudes.
- [§3.3 (Dual-Rubric Strategy) and Limitations] The initial rubrics were synthesized by GPT-5.2 Pro and verified by Gemini 3.0 Pro, and GPT-5.2 Pro is also one of the seven judges. Although human experts iteratively refined the rubrics, the extent and nature of the human edits are not documented. The paper's own Limitations paragraph acknowledges a potential self-preference bias. This is not circularity in the human ground truth, but it is a threat to the calibration claims: if the human experts were anchored to LLM-generated criteria, the measured alignment gap could be partly an artifact of rubric provenance. Please report the degree of human modification and, if feasible, test judge rankings against human-drafted rubrics.
- [§4.3 / Appendix L] The contamination analysis is more rigorous than the bias analysis, but the aggregate significance test uses N=1070 model-problem pairs without accounting for clustering by problem: the five solver scores for the same problem share the same online/offline status. Additionally, the online/offline classification relies on o3-deep-research judgments, and 58 of 272 problems were excluded as ambiguous. Report a cluster-robust or by-problem analysis, and consider sensitivity of the conclusion to uncertain classifications. This does not undermine the main alignment-gap claim, but it affects the secondary claim of contamination-freedom.
minor comments (6)
- [Figures 7 and 19] Labels inconsistently use 'DeepSeek-V2' instead of 'DeepSeek-Prover-V2'; please make the model names consistent throughout.
- [Figure 6 and Section 4.2] The 'Agreement (Accuracy)' metric for binary pass/fail is sensitive to class imbalance. Reporting balanced accuracy or Matthews correlation would make the reliability ceiling claim more robust.
- [§4.4 / Appendix J] The rubric-insensitivity conclusion is based mainly on GPT-5.2 Pro correlation values (r=0.69 vs 0.67) without confidence intervals or a test of the difference. Appendix J shows similar patterns for other judges, but the main text should state that the differences are not statistically tested.
- [§4.1 and Figure 4] The pass-rate threshold of 0.9 is used throughout without sensitivity analysis. Since the leniency/harshness decomposition in Figure 6 depends directly on this threshold, report robustness for thresholds 0.75 and 1.0.
- [Appendix O] The inserted note stating that LLM-generated citations in the evaluation logs 'are not hallucinated phantom papers' is unsupported by the manuscript. Either verify and list these references, or label them as unverified LLM-generated text; the current note is confusing and out of place.
- [Section 5.1] The phrase 'evaluate proofs as a bag of valid mathematical statements' is a useful qualitative summary, but it should be explicitly framed as an interpretive summary of the examples, not a formal measurement, to avoid overstatement.
Circularity Check
No significant circularity: the alignment-gap claim rests on independent human expert scores, and the acknowledged rubric self-preference is not a reduction-by-construction.
full rationale
The paper's central derivation chain is: generate solutions with five solver models; obtain expert human ground-truth scores; compare seven LLM judges to that ground truth under two rubrics. The human scores are not derived from the LLM judges' outputs, and no parameter is fitted to a subset and then 'predicted' on a closely related quantity. The only potentially circular element is that the initial rubrics were drafted by GPT-5.2 Pro and verified by Gemini 3.0 Pro, models that also appear as judges. The paper explicitly flags this in Section 6 (Limitations): 'We also acknowledge a potential "self-preference bias," as GPT-5.2 Pro was utilized in synthesizing the final expert rubric criteria, which may positively skew its own evaluation scores.' This is a real validity caveat for GPT-5.2 Pro's relative ranking, but it is not circularity: the rubrics were iteratively refined by 48 PhD-level experts, and the headline inflation results concern Claude Opus 4.5, DeepSeek-V3, Qwen 2.5 Max, and Llama 4 Maverick, none of which authored the rubrics. The comparison is not equivalent to its inputs by construction; it is an empirical measurement that could have come out differently. No load-bearing self-citation, uniqueness theorem, or ansatz-smuggling chain appears. The lack of inter-annotator reliability statistics is a data-quality concern, not a circularity.
Axiom & Free-Parameter Ledger
free parameters (1)
- Pass-rate threshold =
0.9
axioms (3)
- domain assumption PhD-level expert evaluation is an accurate, low-noise ground truth for proof correctness.
- domain assumption The o3-deep-research web audit correctly identifies whether each problem has a publicly available solution.
- domain assumption The curated problems are correctly stated and solvable as intended, apart from deliberate false-statement traps.
Cite this review
Pith. "Pith review of QEDBENCH: Quantifying the Alignment Gap in Automated Evaluation of University-Level Mathematical Proofs." pith.science (2026). https://pith.science/paper/QWKVSIJI
@misc{pith2026260220629,
author = {Pith},
title = {Pith review of: QEDBENCH: Quantifying the Alignment Gap in Automated Evaluation of University-Level Mathematical Proofs},
year = {2026},
howpublished = {\url{https://pith.science/paper/QWKVSIJI}},
note = {Machine review of arXiv:2602.20629}
}
read the original abstract
As Large Language Models (LLMs) saturate elementary benchmarks, the research frontier has shifted from generation to the reliability of automated evaluation. We demonstrate that standard "LLM-as-a-Judge" protocols suffer from a systematic Alignment Gap when applied to upper-undergraduate to early graduate level mathematics. To quantify this, we introduce QEDBench, the first large-scale dual-rubric alignment benchmark to systematically measure alignment with human experts on university-level math proofs by contrasting course-specific rubrics against expert common knowledge criteria. By deploying a dual-evaluation matrix (7 judges x 5 solvers) against 1,000+ hours of human evaluation, we reveal that certain frontier evaluators like Claude Opus 4.5, DeepSeek-V3, Qwen 2.5 Max, and Llama 4 Maverick exhibit significant positive bias (up to +0.18, +0.20, +0.30, +0.36 mean score inflation, respectively). Furthermore, we uncover a critical reasoning gap in the discrete domain: while Gemini 3.0 Pro achieves state-of-the-art performance (0.91 average human evaluation score), other reasoning models like GPT-5 Pro and Claude Sonnet 4.5 see their performance significantly degrade in discrete domains. Specifically, their average human evaluation scores drop to 0.72 and 0.63 in Discrete Math, and to 0.74 and 0.50 in Graph Theory. In addition to these research results, we also release QEDBench as a public benchmark for evaluating and improving AI judges. Our benchmark is publicly published at https://github.com/qqliu/Yale-QEDBench.
Figures
Forward citations
Cited by 3 Pith papers
-
Not All Proofs Are Equal: Evaluating LLM Proof Quality Beyond Correctness
LLM proofs for hard math problems show large differences in quality metrics like conciseness and cognitive simplicity that correctness-only tests miss, along with trade-offs between quality and correctness.
-
Not All Proofs Are Equal: Evaluating LLM Proof Quality Beyond Correctness
ProofRank benchmark shows substantial differences in LLM proof quality not captured by correctness, with trade-offs between quality metrics and accuracy.
-
A Scalable Approach to Evaluating Moral Sensitivity in LLMs
Under morally irrelevant noise, eight LLMs preserve the semantic content of identified moral features above calibrated floors, despite significant changes in feature counts.
Reference graph
Works this paper leans on
-
[1]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION format.date year duplicate empty "emp...
-
[2]
Balunovi \'c , M., Dekoninck, J., Jovanovi \'c , N., Petrov, I., and Vechev, M. T. MathConstruct : Challenging LLM reasoning with constructive proofs. In International Conference on Machine Learning (ICML), 2025
2025
-
[3]
W., Keutzer, K., and Gholami, A
Bamba, U., Yang, H., Tiwari, R., Mahoney, M. W., Keutzer, K., and Gholami, A. Reward under attack: Evaluating the sensitivity of process reward models. In ICML 2025 Workshop on AI for Math, 2025
2025
-
[4]
Analysis: An Introduction
Beals, R. Analysis: An Introduction. Cambridge University Press, 2004
2004
-
[5]
and Zastawniak, T
Capi \'n ski, M. and Zastawniak, T. Probability Through Problems. Problem Books in Mathematics. Springer, 2001
2001
-
[6]
Stop summation: Min-form credit assignment is all process reward model needs for reasoning
Cheng, J., Qiao, R., Li, L., Guo, C., Wang, J., Xiong, G., Lv, Y., and Wang, F.-Y. Stop summation: Min-form credit assignment is all process reward model needs for reasoning. arXiv preprint arXiv:2504.15275, 2025
arXiv 2025
-
[7]
U-MATH : A university-level benchmark for evaluating mathematical skills in large language models
Chernyshev, K., Polshkov, V., Stepanov, V., Myasnikov, A., Artemova, E., Miasnikov, A., and Tilga, S. U-MATH : A university-level benchmark for evaluating mathematical skills in large language models. In Proceedings of the Fourth Workshop on Generation, Evaluation and Metrics (GEM), 2025
2025
-
[8]
Training verifiers to solve math word problems
Cobbe, K., Kosaraju, V., Bavarian, M., Chen, M., Jun, H., Kaiser, L., Plappert, M., Tworek, J., Hilton, J., Nakano, R., Hesse, C., and Schulman, J. Training verifiers to solve math word problems. arXiv preprint arXiv:2110.14168, 2021
Pith/arXiv arXiv 2021
-
[9]
Coddington, E. A. An Introduction to Ordinary Differential Equations. Prentice-Hall, 1961
1961
-
[10]
The Lean theorem prover (system description)
de Moura, L., Kong, S., Avigad, J., van Doorn, F., and von Raumer, J. The Lean theorem prover (system description). In International Conference on Automated Deduction (CADE), pp.\ 378--388. Springer, 2015
2015
-
[11]
D., Nikolova, K., Georgiev, N., Kalinkova, V., and Ismoldayev, M
Dekoninck, J., Petrov, I., Minchev, K., Balunovi \'c , M., Vechev, M., Marinov, M., Drencheva, M., Konova, L., Shumanov, M., Tsvetkov, K., Drenchev, N., Todorov, L. D., Nikolova, K., Georgiev, N., Kalinkova, V., and Ismoldayev, M. The open proof corpus: A large-scale study of LLM -generated mathematical proofs. arXiv preprint arXiv:2506.21621, 2025
arXiv 2025
-
[12]
Graph Theory, volume 173 of Graduate Texts in Mathematics
Diestel, R. Graph Theory, volume 173 of Graduate Texts in Mathematics. Springer, 5th edition, 2017
2017
-
[13]
Douglass, S. A. Introduction to Mathematical Analysis. Addison-Wesley, 1996
1996
-
[14]
Dummit, D. S. and Foote, R. M. Abstract Algebra. John Wiley & Sons, 3rd edition, 2003
2003
-
[15]
Algorithms
Erickson, J. Algorithms. Independently published, 2019. URL https://jeffe.cs.illinois.edu/teaching/algorithms/. 1st Edition
2019
-
[16]
Test of time: A benchmark for evaluating LLMs on temporal reasoning
Fatemi, B., Kazemi, M., Tsitsulin, A., Malkan, K., Yim, J., Palowitch, J., Seo, S., Halcrow, J., and Perozzi, B. Test of time: A benchmark for evaluating LLMs on temporal reasoning. arXiv preprint arXiv:2406.09170, 2024
Pith/arXiv arXiv 2024
-
[17]
F., Denain, J.-S., Ho, A., Santos, E
Glazer, E., Erdil, E., Besiroglu, T., Chicharro, D., Chen, E., Gunning, A., Olsson, C. F., Denain, J.-S., Ho, A., Santos, E. d. O., J \"a rviniemi, O., Barnett, M., Sandler, R., Sevilla, J., Ren, Q., Pratt, E., Levine, L., Barkley, G., Stewart, N., Grechuk, B., Grechuk, T., and Enugandla, Shreepranav Varma, M. W. FrontierMath : A benchmark for evaluating ...
Pith/arXiv arXiv 2024
-
[18]
L., Knuth, D
Graham, R. L., Knuth, D. E., and Patashnik, O. Concrete Mathematics: A Foundation for Computer Science. Addison-Wesley, 2nd edition, 1994
1994
-
[19]
Guo, D., Liu, J., Fan, Z., He, Z., Li, H., Li, Y., Wang, Y., and Fung, Y. R. Mathematical proof as a litmus test: Revealing failure modes of advanced large reasoning models. arXiv preprint arXiv:2506.17114, 2025
arXiv 2025
-
[20]
Measuring mathematical problem solving with the MATH dataset
Hendrycks, D., Burns, C., Kadavath, S., Arora, A., Basart, S., Tang, E., Song, D., and Steinhardt, J. Measuring mathematical problem solving with the MATH dataset. In NeurIPS, 2021
2021
-
[21]
A rosetta stone for AI benchmarks, 2025
Ho, A., Denain, J.-S., Atanasov, D., Albanie, S., and Shah, R. A rosetta stone for AI benchmarks, 2025. URL https://epoch.ai/blog/a-rosetta-stone-for-ai-benchmarks. Epoch AI Blog
2025
-
[22]
and Rosen, M
Ireland, K. and Rosen, M. A Classical Introduction to Modern Number Theory, volume 84 of Graduate Texts in Mathematics. Springer, 2nd edition, 1990
1990
-
[23]
Jain, S., Ahmed, U. Z., Sahai, S., and Leong, B. Beyond consensus: Mitigating the agreeableness bias in LLM judge evaluations. arXiv preprint arXiv:2510.11822, 2025
arXiv 2025
-
[24]
Probability Theory: A Comprehensive Course
Klenke, A. Probability Theory: A Comprehensive Course. Springer, 2nd edition, 2013
2013
-
[25]
No free labels: Limitations of LLM -as-a-judge without human grounding
Krumdick, M., Lovering, C., Reddy, V., Ebner, S., and Tanner, C. No free labels: Limitations of LLM -as-a-judge without human grounding. arXiv preprint arXiv:2503.05061, 2025
arXiv 2025
-
[26]
Grading scale impact on LLM -as-a-judge: Human- LLM alignment is highest on 0-5 grading scale
Li, W., Zhao, M., Dong, W., Cai, J., Wei, Y., Pocress, M., Li, Y., Yuan, W., Wang, X., Hou, R., Lou, K., Zeng, W., Yang, Y., Du, Y., and Wang, M. Grading scale impact on LLM -as-a-judge: Human- LLM alignment is highest on 0-5 grading scale. arXiv preprint arXiv:2601.03444, 2026
arXiv 2026
-
[27]
S., Zhang, H., Zhuang, V., Zaharia, M., and Min, S
Ma, W., Cojocaru, A., Kolhe, N., Louie, B., Sharif, R. S., Zhang, H., Zhuang, V., Zaharia, M., and Min, S. Reliable fine-grained evaluation of natural language math proofs. arXiv preprint arXiv:2510.13888, 2025
arXiv 2025
-
[28]
Mahdavi, H., Hashemi, A., Daliri, M., Mohammadipour, P., Farhadi, A., Malek, S., Yazdanifard, Y., Khasahmadi, A., and Honavar, V. Brains vs. bytes: Evaluating LLM proficiency in olympiad mathematics. arXiv preprint arXiv:2504.01995, 2025 a
Pith/arXiv arXiv 2025
-
[29]
RefGrader : Automated grading of mathematical competition proofs using agentic workflows
Mahdavi, H., Mahdavinia, P., Malek, S., Mohammadipour, P., Hashemi, A., Daliri, M., Farhadi, A., Khasahmadi, A., Mireshghallah, N., and Honavar, V. RefGrader : Automated grading of mathematical competition proofs using agentic workflows. arXiv preprint arXiv:2510.09021, 2025 b
arXiv 2025
-
[30]
Scaling generative verifiers for natural language mathematical proof verification and selection
Mahdavi, S., Kisacanin, B., Toshniwal, S., Du, W., Moshkov, I., Armstrong, G., Liao, R., Thrampoulidis, C., and Gitman, I. Scaling generative verifiers for natural language mathematical proof verification and selection. arXiv preprint arXiv:2511.13027, 2025 c
arXiv 2025
-
[31]
and Ne s et r il, J
Matou s ek, J. and Ne s et r il, J. An Invitation to Discrete Mathematics. Oxford University Press, 2nd edition, 2008
2008
-
[32]
and Raghavan, P
Motwani, R. and Raghavan, P. Randomized Algorithms. Cambridge University Press, 1995
1995
-
[33]
S., and Montgomery, H
Niven, I., Zuckerman, H. S., and Montgomery, H. L. An Introduction to the Theory of Numbers. John Wiley & Sons, 5th edition, 1991
1991
-
[34]
Petrov, I., Dekoninck, J., Baltadzhiev, L., Drencheva, M., Minchev, K., Balunovi \'c , M., Jovanovi \'c , N., and Vechev, M. T. Proof or bluff? evaluating LLMs on 2025 USA math olympiad. arXiv preprint arXiv:2503.21934, 2025 a
Pith/arXiv arXiv 2025
-
[35]
BrokenMath : A benchmark for sycophancy in theorem proving with LLMs
Petrov, I., Dekoninck, J., and Vechev, M. BrokenMath : A benchmark for sycophancy in theorem proving with LLMs . arXiv preprint arXiv:2510.04721, 2025 b
arXiv 2025
-
[36]
ReasonBENCH : Benchmarking the (in)stability of LLM reasoning
Potamitis, N., Klein, L., and Arora, A. ReasonBENCH : Benchmarking the (in)stability of LLM reasoning. arXiv preprint arXiv:2512.07795, 2025
Pith/arXiv arXiv 2025
-
[37]
Yale-QEDBench : Code and dataset for quantifying the alignment gap in automated evaluation of university-level mathematical proofs
QEDBench. Yale-QEDBench : Code and dataset for quantifying the alignment gap in automated evaluation of university-level mathematical proofs. https://github.com/qqliu/Yale-QEDBench, 2026
2026
-
[38]
Sane, S. S. Combinatorial Techniques. Hindustan Book Agency, 2013
2013
-
[39]
S., Sun, Z., Teichmann, J., Thomas, R
Schmitt, J., B \'e rczi, G., Dekoninck, J., Feusi, J., Gehrunger, T., Appenzeller, R., Bryan, J., Canova, N., de Wolff, T., Gaia, F., van Garrel, M., Hashemi, B., Holmes, D., Lopez, A., Jaeck, V., J rgensen, M., Kelk, S., Kuhlmann, S., Kurpisz, A., Meroni, C., Metzler, I., Möller, M., Muñoz-Echániz, S., Nowak, R., Oberdieck, G., Platt, D., Possamaï, D., R...
Pith/arXiv arXiv 2025
-
[40]
Se ler, K., Rong, Y., G \"o zl \"u kl \"u , E., and Kasneci, E. Benchmarking large language models for math reasoning tasks. arXiv preprint arXiv:2408.10839, 2024
Pith/arXiv arXiv 2024
-
[41]
Shojaee, P., Mirzadeh, I., Alizadeh, K., Horton, M., Bengio, S., and Farajtabar, M. The illusion of thinking: Understanding the strengths and limitations of reasoning models via the lens of problem complexity. arXiv preprint arXiv:2506.06941, 2025
Pith/arXiv arXiv 2025
-
[42]
A Computational Introduction to Number Theory and Algebra
Shoup, V. A Computational Introduction to Number Theory and Algebra. Cambridge University Press, 2nd edition, 2009
2009
-
[43]
Stein, E. M. and Shakarchi, R. Complex Analysis, volume 2 of Princeton Lectures in Analysis. Princeton University Press, 2003
2003
-
[44]
From calculation to adjudication: Examining LLM judges on mathematical reasoning tasks
Stephan, A., Zhu, D., A enmacher, M., Shen, X., and Roth, B. From calculation to adjudication: Examining LLM judges on mathematical reasoning tasks. In Proceedings of the Fourth Workshop on Generation, Evaluation and Metrics (GEM), 2025
2025
-
[45]
Ordinary Differential Equations and Dynamical Systems, volume 140 of Graduate Studies in Mathematics
Teschl, G. Ordinary Differential Equations and Dynamical Systems, volume 140 of Graduate Studies in Mathematics. American Mathematical Society, 2012
2012
-
[46]
S., Naidu, S., Hegde, C., LeCun, Y., Goldstein, T., Neiswanger, W., and Goldblum, M
White, C., Dooley, S., Roberts, M., Pal, A., Feuer, B., Jain, S., Shwartz-Ziv, R., Jain, N., Saifullah, K., Dey, S., Agrawal, S., Sandha, S. S., Naidu, S., Hegde, C., LeCun, Y., Goldstein, T., Neiswanger, W., and Goldblum, M. LiveBench : A challenging, contamination-limited LLM benchmark. arXiv preprint arXiv:2406.19314, 2024
Pith/arXiv arXiv 2024
-
[47]
D., Leng, C., and Liu, F
Zhang, Y., Kuzborskij, I., Lee, J. D., Leng, C., and Liu, F. DAG-Math : Graph-guided mathematical reasoning in LLMs . In Advances in Neural Information Processing Systems (NeurIPS), 2024
2024
-
[48]
The lessons of developing process reward models in mathematical reasoning
Zhang, Z., Zheng, C., Wu, Y., Zhang, B., Lin, R., Yu, B., Liu, D., Zhou, J., and Lin, J. The lessons of developing process reward models in mathematical reasoning. arXiv preprint arXiv:2501.07301, 2025
Pith/arXiv arXiv 2025
-
[49]
One token to fool LLM -as-a-judge
Zhao, Y., Liu, H., Yu, D., Kung, S., Chen, M., Mi, H., and Yu, D. One token to fool LLM -as-a-judge. arXiv preprint arXiv:2507.08794, 2025
Pith/arXiv arXiv 2025
-
[50]
P., Zhang, H., Gonzalez, J
Zheng, L., Chiang, W.-L., Sheng, Y., Zhuang, S., Wu, Z., Zhuang, Y., Lin, Z., Li, Z., Li, D., Xing, E. P., Zhang, H., Gonzalez, J. E., and Stoica, I. Judging LLM -as-a-judge with MT -bench and chatbot arena. In NeurIPS, 2023
2023
-
[51]
Zheng, X., Zhai, W., Wang, W., Yang, B., Li, W., Luo, R., Sun, H., Wang, Y., Li, Z., Wang, M., Du, Y., Lin, G., Wang, Y., Xu, X., Mo, Y., Ren, X., Wei, H., and Xu, Z. Unmasking reasoning processes: A process-aware benchmark for evaluating structural mathematical reasoning in LLMs . arXiv preprint arXiv:2602.00564, 2026
arXiv 2026
This paper was first reviewed by deepseek-v4-flash on August 2, 2026.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.