CLAILGJun 7, 2024

LLMs Are Not Intelligent Thinkers: Introducing Mathematical Topic Tree Benchmark for Comprehensive Evaluation of LLMs

arXiv:2406.05194v216 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more comprehensive evaluation benchmarks in AI to assess LLMs' reasoning abilities, though it is incremental as it builds on existing evaluation methods.

The authors tackled the problem of evaluating whether large language models (LLMs) genuinely engage in reasoning in mathematics by introducing the Mathematical Topics Tree (MaTT) benchmark, which includes 1,958 questions across various subjects, and found that GPT-4 achieved only 54% accuracy in multiple-choice scenarios, with accuracy dropping by up to 24.2 percentage points without choices and only 53.3% of correct answers having complete and accurate explanations.

Large language models (LLMs) demonstrate impressive capabilities in mathematical reasoning. However, despite these achievements, current evaluations are mostly limited to specific mathematical topics, and it remains unclear whether LLMs are genuinely engaging in reasoning. To address these gaps, we present the Mathematical Topics Tree (MaTT) benchmark, a challenging and structured benchmark that offers 1,958 questions across a wide array of mathematical subjects, each paired with a detailed hierarchical chain of topics. Upon assessing different LLMs using the MaTT benchmark, we find that the most advanced model, GPT-4, achieved a mere 54\% accuracy in a multiple-choice scenario. Interestingly, even when employing Chain-of-Thought prompting, we observe mostly no notable improvement. Moreover, LLMs accuracy dramatically reduced by up to 24.2 percentage point when the questions were presented without providing choices. Further detailed analysis of the LLMs' performance across a range of topics showed significant discrepancy even for closely related subtopics within the same general mathematical area. In an effort to pinpoint the reasons behind LLMs performances, we conducted a manual evaluation of the completeness and correctness of the explanations generated by GPT-4 when choices were available. Surprisingly, we find that in only 53.3\% of the instances where the model provided a correct answer, the accompanying explanations were deemed complete and accurate, i.e., the model engaged in genuine reasoning.

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