paper-with-me

Papers

Enhancing Mathematical Reasoning in LLMs with Background Operators

2024-12-05 · Jiajun Chen, Yik-Cheung Tam

We propose utilizing background operators for mathematical reasoning in large language models (LLMs). To achieve this, we define a set of fundamental mathematical predicates as the basic building blocks. For each mathematical problem, we develop a Prolog solution that includes problem-specific predicates and intermediate predicates derived from these background operators, ensuring that each solution adheres to the defined operator set. We introduce the MATH-Prolog corpus, which is derived from the counting and probability categories of the MATH corpus. For efficient data augmentation, we apply K-fold cross-validated self-training. This method incrementally generates new Prolog solutions for each fold, incorporating those verified as correct into the training set throughout the model training process. Our experimental results demonstrate that 5-fold crossvalidated self-training effectively identifies new, accurate Prolog solutions, achieving an accuracy of 84.6% on the cross-validated set, and 84.8% on the test set during fine-tuning the Meta-Llama-3.1-8B-Instruct model. This approach successfully uncovers new solutions with fully computable inference steps for previously unseen problems. Additionally, incorporating the background mathematical predicates into the prompt enhances solution coverage.

📄 PDF Abstract BibTeX arXiv:2412.04110

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationMathMathematical Reasoning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

STEM-POM: Evaluating Language Models Math-Symbol Reasoning in Document Parsing

2024-11-01 · Jiaru Zou, Qing Wang, Pratyush Thakur, Nickvash Kani

Advances in large language models (LLMs) have spurred research into enhancing their reasoning capabilities, particularly in math-rich STEM documents. While LLMs can generate equations or solve math-related queries, their…

2kIn-Context LearningMathMathematical Reasoning

LexPam: Legal Procedure Awareness-Guided Mathematical Reasoning

2025-04-03 · Kepu Zhang, Guofu Xie, Weijie Yu, Mingyue Xu 외

The legal mathematical reasoning ability of LLMs is crucial when applying them to real-world scenarios, as it directly affects the credibility of the LLM. While existing legal LLMs can perform general judicial question a…

Mathematical ReasoningQuestion Answering

Olapa-MCoT: Enhancing the Chinese Mathematical Reasoning Capability of LLMs

2023-12-29 · Shaojie Zhu, Zhaobin Wang, Chengxiang Zhuo, Hui Lu 외

CoT (Chain-of-Thought) is a way to solve reasoning problems for LLMs . Recently, many researches appear for improving the CoT capability of LLMs. In this work, we also proposed Olapa-MCoT, which is a LLMs based on llama2…

Mathematical Reasoning

A Survey on Large Language Models for Mathematical Reasoning

2025-06-10 · Peng-Yuan Wang, Tian-Shuo Liu, Chenyang Wang, Yi-Di Wang 외

Mathematical reasoning has long represented one of the most fundamental and challenging frontiers in artificial intelligence research. In recent years, large language models (LLMs) have achieved significant advances in t…

Answer GenerationMathematical ReasoningSurvey

Benchmarking Large Language Models via Random Variables

2025-01-20 · Zijin Hong, Hao Wu, Su Dong, Junnan Dong 외

With the continuous advancement of large language models (LLMs) in mathematical reasoning, evaluating their performance in this domain has become a prominent research focus. Recent studies have raised concerns about the …

BenchmarkingMathematical Reasoning