CLMar 8, 2025

SCoRE: Benchmarking Long-Chain Reasoning in Commonsense Scenarios

Peking U
arXiv:2503.06218v22 citationsh-index: 9
Originality Incremental advance
AI Analysis

This provides a scalable framework for diagnosing reasoning errors in LLMs, addressing a key bottleneck in AI evaluation, though it is incremental as it builds on existing benchmarking efforts.

The authors tackled the challenge of evaluating long-chain commonsense reasoning in large language models by introducing SCoRE, a benchmark with 100k bilingual questions spanning 2-11 hops, and found that even top models like o3-mini and Deepseek R1 achieved only 69.78% accuracy overall and 47.91% on hard sets.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes