paper-with-me

Papers

What Defines Good Reasoning in LLMs? Dissecting Reasoning Steps with Multi-Aspect Evaluation

2025-10-23 · Heejin Do, Jaehui Hwang, Dongyoon Han, Seong Joon Oh, Sangdoo Yun arxiv

Evaluating large language models (LLMs) on final-answer correctness is the dominant paradigm. This approach, however, provides a coarse signal for model improvement and overlooks the quality of the underlying reasoning process. We argue that a more granular evaluation of reasoning offers a more effective path to building robust models. We decompose reasoning quality into two dimensions: relevance and coherence. Relevance measures if a step is grounded in the problem; coherence measures if it follows logically from prior steps. To measure these aspects reliably, we introduce causal stepwise evaluation (CaSE). This method assesses each reasoning step using only its preceding context, which avoids hindsight bias. We validate CaSE against human judgments on our new expert-annotated benchmarks, MRa-GSM8K and MRa-MATH. More importantly, we show that curating training data with CaSE-evaluated relevance and coherence directly improves final task performance. Our work provides a scalable framework for analyzing, debugging, and improving LLM reasoning, demonstrating the practical value of moving beyond validity checks.

📄 PDF Abstract BibTeX arXiv:2510.20603

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AI for the Common Good?! Pitfalls, challenges, and Ethics Pen-Testing

2018-10-30 · Bettina Berendt

Recently, many AI researchers and practitioners have embarked on research visions that involve doing AI for "Good". This is part of a general drive towards infusing AI research and practice with ethical thinking. One fre…

Ethics

What Makes for Good Visual Instructions? Synthesizing Complex Visual Reasoning Instructions for Visual Instruction Tuning

2023-11-02 · Yifan Du, Hangyu Guo, Kun Zhou, Wayne Xin Zhao 외

Visual instruction tuning is an essential approach to improving the zero-shot generalization capability of Multi-modal Large Language Models (MLLMs). A surge of visual instruction datasets with various focuses and charac…

MMEVisual ReasoningZero-shot Generalization

Reason from Fallacy: Enhancing Large Language Models' Logical Reasoning through Logical Fallacy Understanding

2024-04-04 · Yanda Li, Dixuan Wang, Jiaqing Liang, Guochao Jiang 외

Large Language Models (LLMs) have demonstrated good performance in many reasoning tasks, but they still struggle with some complicated reasoning tasks including logical reasoning. One non-negligible reason for LLMs' subo…

Logical FallaciesLogical Reasoning

Dissecting Logical Reasoning in LLMs: A Fine-Grained Evaluation and Supervision Study

2025-06-05 · Yujun Zhou, Jiayi Ye, Zipeng Ling, Yufei Han 외

Logical reasoning is a core capability for many applications of large language models (LLMs), yet existing benchmarks often rely solely on final-answer accuracy, failing to capture the quality and structure of the reason…

Logical Reasoning

Model-Document Protocol for AI Search

2025-10-29 · Hongjin Qian, Zheng Liu arxiv

AI search depends on linking large language models (LLMs) with vast external knowledge sources. Yet web pages, PDF files, and other raw documents are not inherently LLM-ready: they are long, noisy, and unstructured. Conv…