菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-24
📄 Abstract - LogicGraph : Benchmarking Multi-Path Logical Reasoning via Neuro-Symbolic Generation and Verification

Evaluations of large language models (LLMs) primarily emphasize convergent logical reasoning, where success is defined by producing a single correct proof. However, many real-world reasoning problems admit multiple valid derivations, requiring models to explore diverse logical paths rather than committing to one route. To address this limitation, we introduce LogicGraph, the first benchmark aimed to systematically evaluate multi-path logical reasoning, constructed via a neuro-symbolic framework that leverages backward logic generation and semantic instantiation. This pipeline yields solver-verified reasoning problems formalized by high-depth multi-path reasoning and inherent logical distractions, where each instance is associated with an exhaustive set of minimal proofs. We further propose a reference-free evaluation framework to rigorously assess model performance in both convergent and divergent regimes. Experiments on state-of-the-art language models reveal a common limitation: models tend to commit early to a single route and fail to explore alternatives, and the coverage gap grows substantially with reasoning depth. LogicGraph exposes this divergence gap and provides actionable insights to motivate future improvements. Our code and data will be released at this https URL.

顶级标签: llm benchmark model evaluation
详细标签: logical reasoning multi-path reasoning neuro-symbolic evaluation framework reasoning depth 或 搜索:

LogicGraph:通过神经符号生成与验证对多路径逻辑推理进行基准测试 / LogicGraph : Benchmarking Multi-Path Logical Reasoning via Neuro-Symbolic Generation and Verification


1️⃣ 一句话总结

这篇论文提出了首个名为LogicGraph的基准测试,用于系统评估大语言模型探索多种有效推理路径的能力,揭示了当前模型倾向于过早锁定单一思路而忽略其他可能性的普遍缺陷。

源自 arXiv: 2602.21044