paper-with-me

Papers

Confident RAG: Enhancing the Performance of LLMs for Mathematics Question Answering through Multi-Embedding and Confidence Scoring

2025-07-23 · Shiting Chen, Zijian Zhao, Jinsong Chen arxiv

Large Language Models (LLMs) hold significant promise for mathematics education, yet they often struggle with complex mathematical reasoning. While Retrieval-Augmented Generation (RAG) mitigates these issues by grounding LLMs in external knowledge, its effectiveness remains unstable, heavily dependent on the choice of a single embedding model. Moving beyond static RAG workflows, we draw on agentic workflow patterns, a paradigm that introduces structured task decomposition and collaboration to enhance system performance. We propose and examine two novel approaches that combine the benefits of multiple embedding models. While our Mixture-Embedding RAG approach (fusing retrieved documents) shows limited gains, our Confident RAG method (generating multiple answers and selecting the one with the highest confidence score) demonstrates significant improvement. Experimental results show that Confident RAG achieved average accuracy improvements of approximately 10% over vanilla LLMs and 5% over vanilla RAG. The consistent results across different LLMs and embedding models indicate that Confident RAG is an efficient plug-and-play solution for trustworthy mathematical AI assistants. Finally, we discuss how this work lays the groundwork for deploying Agentic RAG systems in educational settings, where autonomous planning and iterative refinement can be built upon our robust retrieval foundation.

📄 PDF Abstract BibTeX arXiv:2507.17442

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical ReasoningQuestion Answering

Similar Papers 제목 키워드 기반

MathDoc: Benchmarking Structured Extraction and Active Refusal on Noisy Mathematics Exam Papers

2026-01-15 · Chenyue Zhou, Jiayi Tuo, Shitong Qin, Wei Dai 외 arxiv

The automated extraction of structured questions from paper-based mathematics exams is fundamental to intelligent education, yet remains challenging in real-world settings due to severe visual noise. Existing benchmarks …

High School MathematicsInformation Extraction

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

2024-03-30 · Ankit Satpute, Noah Giessing, Andre Greiner-Petter, Moritz Schubotz 외

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 …

MathMathematical Problem-SolvingMathematical Reasoning

Failure Modes of Large Language Models on Research-Level Mathematics: A Taxonomy and an Empirical Characterisation

2026-06-12 · Arnesh Banerjee, Ayushi Bhattacharjee arxiv

The "First Proof" benchmark [1] posed ten research-level mathematics questions to the strongest publicly available LLMs and found them consistently wrong-not silent, but confidently, fluently wrong. This paper asks why. …

Mathematical Reasoning

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

Benchmarks in Leipzig

2026-06-04 · Andrei Balakin, Miklós Bóna, Marie-Charlotte Brandenburg, Clara Briand 외 arxiv

Between April 1 and May 15, 2026, a group of 49 mathematicians compiled a dataset of research-level mathematics questions with known answers. Most of the work was done during the 3-day workshop *Benchmarks in Leipzig* wi…

Mathematical Reasoning