paper-with-me

Papers

Can LLMs Master Math? Investigating Large Language Models on Math Stack Exchange

2024-03-30 · Ankit Satpute, Noah Giessing, Andre Greiner-Petter, Moritz Schubotz, Olaf Teschke, Akiko Aizawa, Bela Gipp

Large Language Models (LLMs) have demonstrated exceptional capabilities in various natural language tasks, often achieving performances that surpass those of humans. Despite these advancements, the domain of mathematics presents a distinctive challenge, primarily due to its specialized structure and the precision it demands. In this study, we adopted a two-step approach for investigating the proficiency of LLMs in answering mathematical questions. First, we employ the most effective LLMs, as identified by their performance on math question-answer benchmarks, to generate answers to 78 questions from the Math Stack Exchange (MSE). Second, a case analysis is conducted on the LLM that showed the highest performance, focusing on the quality and accuracy of its answers through manual evaluation. We found that GPT-4 performs best (nDCG of 0.48 and P@10 of 0.37) amongst existing LLMs fine-tuned for answering mathematics questions and outperforms the current best approach on ArqMATH3 Task1, considering P@10. Our Case analysis indicates that while the GPT-4 can generate relevant responses in certain instances, it does not consistently answer all questions accurately. This paper explores the current limitations of LLMs in navigating complex mathematical problem-solving. Through case analysis, we shed light on the gaps in LLM capabilities within mathematics, thereby setting the stage for future research and advancements in AI-driven mathematical reasoning. We make our code and findings publicly available for research: \url{https://github.com/gipplab/LLM-Investig-MathStackExchange}

📄 PDF Abstract BibTeX arXiv:2404.00344

Code (1)

gipplab/llm-investig-mathstackexchange 공식 구현 pytorch

Tasks

MathMathematical Problem-SolvingMathematical Reasoning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Investigating Large Language Models in Diagnosing Students' Cognitive Skills in Math Problem-solving

2025-04-01 · Hyoungwook Jin, Yoonsu Kim, Dongyun Jung, Seungju Kim 외

Mathematics learning entails mastery of both content knowledge and cognitive processing of knowing, applying, and reasoning with it. Automated math assessment primarily has focused on grading students' exhibition of cont…

Math

CogMath: Assessing LLMs' Authentic Mathematical Ability from a Human Cognitive Perspective

2025-06-04 · Jiayu Liu, Zhenya Huang, Wei Dai, Cheng Cheng 외

Although large language models (LLMs) show promise in solving complex mathematical tasks, existing evaluation paradigms rely solely on a coarse measure of overall answer accuracy, which are insufficient for assessing the…

Three Questions Concerning the Use of Large Language Models to Facilitate Mathematics Learning

2023-10-20 · An-Zi Yen, Wei-Ling Hsu

Due to the remarkable language understanding and generation abilities of large language models (LLMs), their use in educational applications has been explored. However, little work has been done on investigating the peda…

Mathematical Problem-SolvingPosition

ChatGLM-Math: Improving Math Problem-Solving in Large Language Models with a Self-Critique Pipeline

2024-04-03 · Yifan Xu, Xiao Liu, Xinghan Liu, Zhenyu Hou 외

Large language models (LLMs) have shown excellent mastering of human language, but still struggle in real-world applications that require mathematical problem-solving. While many strategies and datasets to enhance LLMs' …

MathMathematical Problem-Solving

Mastering Text, Code and Math Simultaneously via Fusing Highly Specialized Language Models

2024-03-13 · Ning Ding, Yulin Chen, Ganqu Cui, Xingtai Lv 외

Underlying data distributions of natural language, programming code, and mathematical symbols vary vastly, presenting a complex challenge for large language models (LLMs) that strive to achieve high performance across al…

Math