arXiv:2410.03117cs.AIcs.CL2024-10被引 13

评测大模型按步骤执行指令的能力,揭示其推理短板。

ProcBench: Benchmark for Multi-Step Reasoning and Following Procedure

  • 设计纯指令跟随任务,消除路径探索和隐含知识依赖。
  • 通过多步问题评估模型在每一步的准确率,最高达89.2%。
  • 适合研究大模型推理机制与指令遵循能力的学者使用。

推理是众多智力活动的核心,尽管大语言模型(LLMs)能力持续提升,其在推理任务中的表现仍有限。推理的关键机制包括路径探索、相关知识选择与多步推断,问题解决依赖这些组件的融合。本文提出一个聚焦于多步推断能力的基准测试(ProcBench),通过设计特定任务,大幅减少路径探索与隐含知识使用的影响。数据集包含显式指令与对应问题对,解决问题所需步骤完全在指令中详述,使模型仅需遵循指令即可求解。我们构建了需不同步数完成的问题,并在每一步评估响应准确性,实现对先进大模型指令遵循能力的全面评估。为确保评估稳健性,涵盖多种独立任务。通过跨任务准确率比较、步骤感知指标及独立复杂度度量,实验揭示了大模型在推理中的能力与局限。结果对大模型发展具有重要意义,并指明未来研究方向。数据集已开源:https://huggingface.co/datasets/ifujisawa/procbench,代码地址:https://github.com/ifujisawa/proc-bench。

原文摘要 · Abstract (English)

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}.

推理评测指令遵循多步推理

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。