paper-with-me

홈 › Papers

seqBench: A Tunable Benchmark to Quantify Sequential Reasoning Limits of LLMs

2025-09-21 · Mohammad Ramezanali, Mo Vazifeh, Paolo Santi arxiv

We introduce seqBench, a parametrized benchmark for probing sequential reasoning limits in Large Language Models (LLMs) through precise, multi-dimensional control over several key complexity dimensions. seqBench allows systematic variation of (1) the logical depth, defined as the number of sequential actions required to solve the task; (2) the number of backtracking steps along the optimal path, quantifying how often the agent must revisit prior states to satisfy deferred preconditions (e.g., retrieving a key after encountering a locked door); and (3) the noise ratio, defined as the ratio between supporting and distracting facts about the environment. Our evaluations on state-of-the-art LLMs reveal a universal failure pattern: accuracy collapses exponentially beyond a model-specific logical depth. Unlike existing benchmarks, seqBench's fine-grained control facilitates targeted analyses of these reasoning failures, illuminating universal scaling laws and statistical limits, as detailed in this paper alongside its generation methodology and evaluation metrics. We find that even top-performing models systematically fail on seqBench's structured reasoning tasks despite minimal search complexity, underscoring key limitations in their commonsense reasoning capabilities. Designed for future evolution to keep pace with advancing models, the seqBench datasets are publicly released to spur deeper scientific inquiry into LLM reasoning, aiming to establish a clearer understanding of their true potential and current boundaries for robust real-world application.

📄 PDF Abstract BibTeX arXiv:2509.16866

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SeqBench: Benchmarking Sequential Narrative Generation in Text-to-Video Models

2025-10-14 · Zhengxu Tang, Zizheng Wang, Luning Wang, Zitao Shuai 외 arxiv

Text-to-video (T2V) generation models have made significant progress in creating visually appealing videos. However, they struggle with generating coherent sequential narratives that require logical progression through m…

Computational Efficiency

SymSeqBench: a unified framework for the generation and analysis of rule-based symbolic sequences and datasets

2025-12-31 · Barna Zajzon, Younes Bouhadjar, Maxime Fabre, Felix Schmidt 외 arxiv

Sequential structure is a key feature of multiple domains of natural cognition and behavior, such as language, movement and decision-making. Likewise, it is also a central property of tasks to which we would like to appl…

AttackSeqBench: Benchmarking Large Language Models' Understanding of Sequential Patterns in Cyber Attacks

2025-03-05 · Javier Yong, Haokai Ma, Yunshan Ma, Anis Yusof 외

The observations documented in Cyber Threat Intelligence (CTI) reports play a critical role in describing adversarial behaviors, providing valuable insights for security practitioners to respond to evolving threats. Rece…

Benchmarkinggraph constructionQuestion Answering

MermaidSeqBench: An Evaluation Benchmark for NL-to-Mermaid Sequence Diagram Generation

2025-11-18 · Basel Shbita, Farhan Ahmed, Chad DeLuca arxiv

Large language models (LLMs) have shown great promise in generating structured diagrams from natural language descriptions, particularly Mermaid sequence diagrams for software engineering. However, the lack of existing b…

The Thinking Spectrum: An Empirical Study of Tunable Reasoning in LLMs through Model Merging

2025-09-26 · Xiaochong Lan, Yu Zheng, Shiteng Cao, Yong Li arxiv

The growing demand for large language models (LLMs) with tunable reasoning capabilities in many real-world applications highlights a critical need for methods that can efficiently produce a spectrum of models balancing r…