paper-with-me

Papers

Interpretability Framework for LLMs in Undergraduate Calculus

2025-10-19 · Sagnik Dakshit, Sushmita Sinha Roy arxiv

Large Language Models (LLMs) are increasingly being used in education, yet their correctness alone does not capture the quality, reliability, or pedagogical validity of their problem-solving behavior, especially in mathematics, where multistep logic, symbolic reasoning, and conceptual clarity are critical. Conventional evaluation methods largely focus on final answer accuracy and overlook the reasoning process. To address this gap, we introduce a novel interpretability framework for analyzing LLM-generated solutions using undergraduate calculus problems as a representative domain. Our approach combines reasoning flow extraction and decomposing solutions into semantically labeled operations and concepts with prompt ablation analysis to assess input salience and output stability. Using structured metrics such as reasoning complexity, phrase sensitivity, and robustness, we evaluated the model behavior on real Calculus I to III university exams. Our findings revealed that LLMs often produce syntactically fluent yet conceptually flawed solutions, with reasoning patterns sensitive to prompt phrasing and input variation. This framework enables fine-grained diagnosis of reasoning failures, supports curriculum alignment, and informs the design of interpretable AI-assisted feedback tools. This is the first study to offer a structured, quantitative, and pedagogically grounded framework for interpreting LLM reasoning in mathematics education, laying the foundation for the transparent and responsible deployment of AI in STEM learning environments.

📄 PDF Abstract BibTeX arXiv:2510.17910

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Matrix Calculus (for Machine Learning and Beyond)

2025-01-07 · Paige Bright, Alan Edelman, Steven G. Johnson

This course, intended for undergraduates familiar with elementary calculus and linear algebra, introduces the extension of differential calculus to functions on more general vector spaces, such as functions that take as …

"Which LLM should I use?": Evaluating LLMs for tasks performed by Undergraduate Computer Science Students

2024-01-22 · Vibhor Agarwal, Madhav Krishan Garg, Sahiti Dharmavaram, Dhruv Kumar

This study evaluates the effectiveness of various large language models (LLMs) in performing tasks common among undergraduate computer science students. Although a number of research studies in the computing education co…

Code Generation

Evaluating AI Grading on Real-World Handwritten College Mathematics: A Large-Scale Study Toward a Benchmark

2026-03-01 · Zhiqi Yu, Xingping Liu, Haobin Mao, Mingshuo Liu 외 arxiv

Grading in large undergraduate STEM courses often yields minimal feedback due to heavy instructional workloads. We present a large-scale empirical study of AI grading on real, handwritten single-variable calculus work fr…

Mathematical ReasoningCollege Mathematics

FormalMATH: Benchmarking Formal Mathematical Reasoning of Large Language Models

2025-05-05 · Zhouliang Yu, Ruotian Peng, Keyi Ding, Yizhe Li 외

Formal mathematical reasoning remains a critical challenge for artificial intelligence, hindered by limitations of existing benchmarks in scope and scale. To address this, we present FormalMATH, a large-scale Lean4 bench…

BenchmarkingMathematical ReasoningNegation

Insights from Social Shaping Theory: The Appropriation of Large Language Models in an Undergraduate Programming Course

2024-06-10 · Aadarsh Padiyath, Xinying Hou, Amy Pang, Diego Viramontes Vargas 외

The capability of large language models (LLMs) to generate, debug, and explain code has sparked the interest of researchers and educators in undergraduate programming, with many anticipating their transformative potentia…

Survey