paper-with-me

홈 › Papers

GraphReason: Enhancing Reasoning Capabilities of Large Language Models through A Graph-Based Verification Approach

2023-08-18 · Lang Cao

Large Language Models (LLMs) have showcased impressive reasoning capabilities, particularly when guided by specifically designed prompts in complex reasoning tasks such as math word problems. These models typically solve tasks using a chain-of-thought approach, which not only bolsters their reasoning abilities but also provides valuable insights into their problem-solving process. However, there is still significant room for enhancing the reasoning abilities of LLMs. Some studies suggest that the integration of an LLM output verifier can boost reasoning accuracy without necessitating additional model training. In this paper, we follow these studies and introduce a novel graph-based method to further augment the reasoning capabilities of LLMs. We posit that multiple solutions to a reasoning task, generated by an LLM, can be represented as a reasoning graph due to the logical connections between intermediate steps from different reasoning paths. Therefore, we propose the Reasoning Graph Verifier (GraphReason) to analyze and verify the solutions generated by LLMs. By evaluating these graphs, models can yield more accurate and reliable results.Our experimental results show that our graph-based verification method not only significantly enhances the reasoning abilities of LLMs but also outperforms existing verifier methods in terms of improving these models' reasoning performance.

📄 PDF Abstract BibTeX arXiv:2308.09267

Code (0)

등록된 구현이 없습니다.

Tasks

Math

Similar Papers 제목 키워드 기반

Reasoning in Large Language Models: A Geometric Perspective

2024-07-02 · Romain Cosentino, Sarath Shekkizhar

The advancement of large language models (LLMs) for real-world applications hinges critically on enhancing their reasoning capabilities. In this work, we explore the reasoning abilities of large language models (LLMs) th…

Cooperative Strategic Planning Enhances Reasoning Capabilities in Large Language Models

2024-10-25 · Danqing Wang, Zhuorui Ye, Fei Fang, Lei LI

Enhancing the reasoning capabilities of large language models (LLMs) is crucial for enabling them to tackle complex, multi-step problems. Multi-agent frameworks have shown great potential in enhancing LLMs' reasoning cap…

Enhancing LLMs' Clinical Reasoning with Real-World Data from a Nationwide Sepsis Registry

2025-05-05 · Junu Kim, Chaeeun Shim, Sungjin Park, Su Yeon Lee 외

Although large language models (LLMs) have demonstrated impressive reasoning capabilities across general domains, their effectiveness in real-world clinical practice remains limited. This is likely due to their insuffici…

Enhancing Reasoning Skills in Small Persian Medical Language Models Can Outperform Large-Scale Data Training

2025-10-22 · Mehrdad Ghassabi, Sadra Hakim, Hamidreza Baradaran Kashani, Pedram Rostami arxiv

Enhancing reasoning capabilities in small language models is critical for specialized applications such as medical question answering, particularly in underrepresented languages like Persian. In this study, we employ Rei…

Reinforcement LearningQuestion Answering

FRISM: Fine-Grained Reasoning Injection via Subspace-Level Model Merging for Vision-Language Models

2026-01-29 · Chenyu Huang, Peng Ye, Xudong Tan, Jinhan Mu 외 arxiv

Efficiently enhancing the reasoning capabilities of Vision-Language Models (VLMs) by merging them with Large Reasoning Models (LRMs) has emerged as a promising direction. However, existing methods typically operate at a …