paper-with-me

Papers

Improving Arithmetic Reasoning Ability of Large Language Models through Relation Tuples, Verification and Dynamic Feedback

2024-06-25 · Zhongtao Miao, Kaiyan Zhao, Yoshimasa Tsuruoka

Current representations used in reasoning steps of large language models can mostly be categorized into two main types: (1) natural language, which is difficult to verify; and (2) non-natural language, usually programming code, which is difficult for people who are unfamiliar with coding to read. In this paper, we propose to use a semi-structured form to represent reasoning steps of large language models. Specifically, we use relation tuples, which are not only human-readable but also machine-friendly and easier to verify than natural language. We implement a framework that includes three main components: (1) introducing relation tuples into the reasoning steps of large language models; (2) implementing an automatic verification process of reasoning steps with a local code interpreter based on relation tuples; and (3) integrating a simple and effective dynamic feedback mechanism, which we found helpful for self-improvement of large language models. The experimental results on various arithmetic datasets demonstrate the effectiveness of our method in improving the arithmetic reasoning ability of large language models. The source code is available at https://github.com/gpgg/art.

📄 PDF Abstract BibTeX arXiv:2406.17873

Code (1)

gpgg/art 공식 구현

Tasks

Arithmetic ReasoningRelation

Similar Papers 제목 키워드 기반

Small Language Models are Equation Reasoners

2024-09-19 · Bumjun Kim, Kunha Lee, Juyeon Kim, Sangam Lee

Chain-of-Thought (CoT) reasoning has enabled Large Language Model (LLM) to achieve remarkable performance in various NLP tasks, including arithmetic problem-solving. However, this success does not generalize to small lan…

Arithmetic ReasoningKnowledge DistillationLanguage ModelingLanguage Modelling+2

Unraveling Arithmetic in Large Language Models: The Role of Algebraic Structures

2024-11-25 · Fu-Chieh Chang, You-Chen Lin, Pei-Yuan Wu

Large language models (LLMs) have demonstrated remarkable mathematical capabilities, largely driven by chain-of-thought (CoT) prompting, which decomposes complex reasoning into step-by-step solutions. This approach has e…

GSM8KMath

Towards Spoken Mathematical Reasoning: Benchmarking Speech-based Models over Multi-faceted Math Problems

2025-05-21 · Chengwei Wei, Bin Wang, Jung-jae Kim, Nancy F. Chen

Recent advances in large language models (LLMs) and multimodal LLMs (MLLMs) have led to strong reasoning ability across a wide range of tasks. However, their ability to perform mathematical reasoning from spoken input re…

BenchmarkingMathMathematical Problem-SolvingMathematical Reasoning+1

Reasoning Vectors: Transferring Chain-of-Thought Capabilities via Task Arithmetic

2025-09-01 · Mohammad Zbeeb, Hasan Abed Al Kader Hammoud, Bernard Ghanem arxiv

Large language models often require costly optimization, such as reinforcement learning, to master complex reasoning tasks. This work demonstrates that reasoning ability, once learned, can be extracted and transferred be…

Reinforcement Learning

Error-Driven Prompt Optimization for Arithmetic Reasoning

2025-12-15 · Árpád Pándy, Róbert Lakatos, András Hajdu arxiv

Recent advancements in artificial intelligence have sparked interest in industrial agents capable of supporting analysts in regulated sectors, such as finance and healthcare, within tabular data workflows. A key capabili…

Arithmetic ReasoningCode Generation