paper-with-me

홈 › Papers

ProcBench: Benchmark for Multi-Step Reasoning and Following Procedure

2024-10-04 · Ippei Fujisawa, Sensho Nobe, Hiroki Seto, Rina Onda, Yoshiaki Uchida, Hiroki Ikoma, Pei-Chun Chien, Ryota Kanai

Reasoning is central to a wide range of intellectual activities, and while the capabilities of large language models (LLMs) continue to advance, their performance in reasoning tasks remains limited. The processes and mechanisms underlying reasoning are not yet fully understood, but key elements include path exploration, selection of relevant knowledge, and multi-step inference. Problems are solved through the synthesis of these components. In this paper, we propose a benchmark that focuses on a specific aspect of reasoning ability: the direct evaluation of multi-step inference. To this end, we design a special reasoning task where multi-step inference is specifically focused by largely eliminating path exploration and implicit knowledge utilization. Our dataset comprises pairs of explicit instructions and corresponding questions, where the procedures necessary for solving the questions are entirely detailed within the instructions. This setup allows models to solve problems solely by following the provided directives. By constructing problems that require varying numbers of steps to solve and evaluating responses at each step, we enable a thorough assessment of state-of-the-art LLMs' ability to follow instructions. To ensure the robustness of our evaluation, we include multiple distinct tasks. Furthermore, by comparing accuracy across tasks, utilizing step-aware metrics, and applying separately defined measures of complexity, we conduct experiments that offer insights into the capabilities and limitations of LLMs in reasoning tasks. Our findings have significant implications for the development of LLMs and highlight areas for future research in advancing their reasoning abilities. Our dataset is available at \url{https://huggingface.co/datasets/ifujisawa/procbench} and code at \url{https://github.com/ifujisawa/proc-bench}.

📄 PDF Abstract BibTeX arXiv:2410.03117

Code (1)

ifujisawa/proc-bench 공식 구현

Similar Papers 제목 키워드 기반

TOD-ProcBench: Benchmarking Complex Instruction-Following in Task-Oriented Dialogues

2025-11-20 · Sarik Ghazarian, Abhinav Gullapalli, Swair Shah, Anurag Beniwal 외 arxiv

In real-world task-oriented dialogue (TOD) settings, agents are required to strictly adhere to complex instructions while conducting multi-turn conversations with customers. These instructions are typically presented in …

ProvMind: Provenance-grounded reasoning for materials synthesis

2026-05-27 · Yiming Zhang, Ryo Tamura, Koji Tsuda arxiv

Materials process optimization requires reasoning over routes, conditions, tools and causal dependencies, yet most computational formulations flatten synthesis procedures into text or ordered steps. We introduce MatProcB…

Decision Making

V-REX: Benchmarking Exploratory Visual Reasoning via Chain-of-Questions

2025-12-12 · Chenrui Fan, Yijun Liang, Shweta Bhardwaj, Kwesi Cobbina 외 arxiv

While many vision-language models (VLMs) are developed to answer well-defined, straightforward questions with highly specified targets, as in most benchmarks, they often struggle in practice with complex open-ended tasks…

Visual Reasoning

RISE: Rule-Driven SQL Dialect Translation via Query Reduction

2026-01-09 · Xudong Xie, Yuwei Zhang, Wensheng Dou, Yu Gao 외 arxiv

Translating SQL dialects across different relational database management systems (RDBMSs) is crucial for migrating RDBMS-based applications to the cloud. Traditional SQL dialect translation tools rely on manually-crafted…

GRAFT: GRaPH and Table Reasoning for Textual Alignment -- A Benchmark for Structured Instruction Following and Visual Reasoning

2025-08-21 · Abhigya Verma, Sriram Puttagunta, Seganrasan Subramanian, Sravan Ramachandran arxiv

GRAFT is a structured multimodal benchmark designed to probe how well LLMs handle instruction following, visual reasoning, and tasks requiring tight visual textual alignment. The dataset is built around programmatically …

Instruction FollowingAnomaly DetectionVisual Reasoning