paper-with-me

Papers

SCoRE: Benchmarking Long-Chain Reasoning in Commonsense Scenarios

2025-03-08 · Weidong Zhan, Yue Wang, Nan Hu, Liming Xiao, Jingyuan Ma, Yuhang Qin, Zheng Li, Yixin Yang, Sirui Deng, Jinkun Ding, Wenhan Ma, Rui Li, Weilin Luo, Qun Liu, Zhifang Sui

Currently, long-chain reasoning remains a key challenge for large language models (LLMs) because natural texts lack sufficient explicit reasoning data. However, existing benchmarks suffer from limitations such as narrow coverage, short reasoning paths, or high construction costs. We introduce SCoRE (Scenario-based Commonsense Reasoning Evaluation), a benchmark that synthesizes multi-hop questions from scenario schemas of entities, relations, and logical rules to assess long-chain commonsense reasoning. SCoRE contains 100k bilingual (Chinese-English) multiple-choice questions whose reasoning chains span 2-11 hops and are grouped into various difficulty levels. Each question is accompanied by fine-grained knowledge labels, explicit reasoning chains, and difficulty levels for diagnostic evaluation. Evaluation results on cutting-edge LLMs such as o3-mini and Deepseek R1 shows that even the best model attains only 69.78% accuracy on SCoRE (even only 47.91% on the hard set), with errors often stemming from rare knowledge, logical inconsistency, and over-interpretation of simple questions. SCoRE offers a scalable, extensible framework for evaluating and diagnosing the long-chain commonsense reasoning abilities of LLMs and guiding future advances in model design and training.

📄 PDF Abstract BibTeX arXiv:2503.06218

Code (1)

pokerwf/KnowLogic 공식 구현

Tasks

BenchmarkingDiagnosticLogical ReasoningMultiple-choice

Similar Papers 제목 키워드 기반

Benchmarking Chinese Commonsense Reasoning with a Multi-hop Reasoning Perspective

2025-10-09 · Wangjie You, Xusheng Wang, Xing Wang, Wenxiang Jiao 외 arxiv

While Large Language Models (LLMs) have demonstrated advanced reasoning capabilities, their comprehensive evaluation in general Chinese-language contexts remains understudied. To bridge this gap, we propose Chinese Commo…

Logical Reasoning

Benchmarking Chinese Commonsense Reasoning of LLMs: From Chinese-Specifics to Reasoning-Memorization Correlations

2024-03-21 · Jiaxing Sun, Weiquan Huang, Jiang Wu, Chenya Gu 외

We introduce CHARM, the first benchmark for comprehensively and in-depth evaluating the commonsense reasoning ability of large language models (LLMs) in Chinese, which covers both globally known and Chinese-specific comm…

BenchmarkingMemorization

LogicCat: A Chain-of-Thought Text-to-SQL Benchmark for Multi-Domain Reasoning Challenges

2025-05-24 · Tao Liu, Hongying Zan, YiFan Li, Dixuan Zhang 외

Text-to-SQL is a fundamental task in natural language processing that seeks to translate natural language questions into meaningful and executable SQL queries. While existing datasets are extensive and primarily focus on…

BenchmarkingMathematical ReasoningText to SQLText-To-SQL

Generating Commonsense Explanation by Extracting Bridge Concepts from Reasoning Paths

2020-09-24 · Asian Chapter of the Association for Computational Linguistics 2020 · Haozhe Ji, Pei Ke, Shaohan Huang, Furu Wei 외

Commonsense explanation generation aims to empower the machine's sense-making capability by generating plausible explanations to statements against commonsense. While this task is easy to human, the machine still struggl…

Explanation Generation

EffiReason-Bench: A Unified Benchmark for Evaluating and Advancing Efficient Reasoning in Large Language Models

2025-11-13 · Junquan Huang, Haotian Wu, Yubo Gao, Yibo Yan 외 arxiv

Large language models (LLMs) with Chain-of-Thought (CoT) prompting achieve strong reasoning but often produce unnecessarily long explanations, increasing cost and sometimes reducing accuracy. Fair comparison of efficienc…