paper-with-me

Papers

Stepwise Self-Consistent Mathematical Reasoning with Large Language Models

2024-02-24 · Zilong Zhao, Yao Rong, Dongyang Guo, Emek Gözlüklü, Emir Gülboy, Enkelejda Kasneci

Using Large Language Models for complex mathematical reasoning is difficult, primarily due to the complexity of multi-step reasoning. The main challenges of this process include (1) selecting critical intermediate results to advance the procedure, and (2) limited exploration of potential solutions. To address these issues, we introduce a novel algorithm, namely Stepwise Self-Consistent Chain-of-Thought (SSC-CoT). SSC-CoT employs a strategy of selecting intermediate steps based on the intersection of various reasoning chains. Additionally, SSC-CoT enables the model to discover critical intermediate steps by querying a knowledge graph comprising relevant domain knowledge. To validate SSC-CoT, we present a new dataset, TriMaster100, tailored for complex trigonometry problems. This dataset contains 100 questions, with each solution broken down into scored intermediate steps, facilitating a comprehensive evaluation of the mathematical reasoning process. On TriMaster100, SSC-CoT triples the effectiveness of the state-of-the-art methods. Furthermore, we benchmark SSC-CoT on the widely recognized complex mathematical question dataset, MATH level 5, and it surpasses the second-best method by 7.2% in accuracy. Code and the TriMaster100 dataset can be found at: https://github.com/zhao-zilong/ssc-cot.

📄 PDF Abstract BibTeX arXiv:2402.17786

Code (1)

zhao-zilong/ssc-cot 공식 구현

Tasks

MathMathematical Reasoning

Similar Papers 제목 키워드 기반

Step-KTO: Optimizing Mathematical Reasoning through Stepwise Binary Feedback

2025-01-18 · Yen-Ting Lin, Di Jin, Tengyu Xu, Tianhao Wu 외

Large language models (LLMs) have recently demonstrated remarkable success in mathematical reasoning. Despite progress in methods like chain-of-thought prompting and self-consistency sampling, these advances often focus …

MathMathematical Reasoning

Step-Controlled DPO: Leveraging Stepwise Error for Enhanced Mathematical Reasoning

2024-06-30 · Zimu Lu, Aojun Zhou, Ke Wang, Houxing Ren 외

Direct Preference Optimization (DPO) has proven effective at improving the performance of large language models (LLMs) on downstream tasks such as reasoning and alignment. In this work, we propose Step-Controlled DPO (SC…

GSM8KMathMathematical Reasoning

Stepwise Think-Critique: A Unified Framework for Robust and Interpretable LLM Reasoning

2025-12-17 · Jiaqi Xu, Cuiling Lan, Xuejin Chen, Yan Lu arxiv

Human beings solve complex problems through critical thinking, where reasoning and evaluation are intertwined to converge toward correct solutions. However, most existing large language models (LLMs) treat the reasoning …

Reinforcement LearningMathematical Reasoning

Guideline Forest: Experience-Induced Multi-Guideline Reasoning with Stepwise Aggregation

2025-06-09 · Jiaxiang Chen, Zhuo Wang, Mingxi Zou, Qifan Wang 외

Human reasoning is flexible, adaptive, and grounded in prior experience-qualities that large language models (LLMs) still struggle to emulate. Existing methods either explore diverse reasoning paths at inference time or …

GSM8KHumanEvalMathmbpp

Improving Reasoning Capabilities in Small Models through Mixture-of-Layers Distillation with Stepwise Attention on Key Information

2026-04-17 · Yao Chen, Jiawei Sheng, Wenyuan Zhang, Tingwen Liu arxiv

The significant computational demands of large language models have increased interest in distilling reasoning abilities into smaller models via Chain-of-Thought (CoT) distillation. Current CoT distillation methods mainl…