paper-with-me

Papers

Computational Reasoning of Large Language Models

2025-04-29 · Haitao Wu, Zongbo Han, Joey Tianyi Zhou, Huaxi Huang, Changqing Zhang

With the rapid development and widespread application of Large Language Models (LLMs), multidimensional evaluation has become increasingly critical. However, current evaluations are often domain-specific and overly complex, limiting their effectiveness as cross-domain proxies for core capabilities. To address these limitations and enable a unified and simple evaluation framework, an ideal proxy task should target a basic capability that generalizes across tasks and is independent of domain-specific knowledge. Turing machine provides a powerful theoretical lens by reducing complex processes to basic, domain-agnostic computational operations. This perspective offers a principled framework for evaluating basic computational abilities essential to a wide range of tasks. Motivated by this abstraction, we introduce \textbf{Turing Machine Bench}, a benchmark designed to assess the ability of LLMs to \textbf{strictly follow rules} and \textbf{accurately manage internal states} for multi-step, referred to as \textbf{computational reasoning}. TMBench incorporates four key features: self-contained and knowledge-agnostic reasoning, a minimalistic multi-step structure, controllable difficulty, and a solid theoretical foundation based on Turing machine. Empirical results demonstrate that TMBench serves as an effective proxy for evaluating computational reasoning on representative LLMs. It produces clear step-wise accuracy curves, revealing LLMs' ability to execute multi-step reasoning processes. By analyzing performance trends across TMBench and established reasoning benchmarks, we find strong correlations with real-world tasks, bridging real-task evaluation with basic ability assessment. These findings suggest that TMBench holds potential as a cross-domain dimension for evaluating reasoning in LLMs. Code and data are available at \href{https://github.com/HaitaoWuTJU/Turing-Machine-Bench}{Repo}.

📄 PDF Abstract BibTeX arXiv:2504.20771

Code (1)

haitaowutju/turing-machine-bench 공식 구현 pytorch

Tasks

Code GenerationLanguage ModelingLanguage ModellingLarge Language Modelmodel

Similar Papers 제목 키워드 기반

InftyThink: Breaking the Length Limits of Long-Context Reasoning in Large Language Models

2025-03-09 · Yuchen Yan, Yongliang Shen, Yang Liu, Jin Jiang 외

Advanced reasoning in large language models has achieved remarkable performance on challenging tasks, but the prevailing long-context reasoning paradigm faces critical limitations: quadratic computational scaling with se…

Computational EfficiencyMath

Harnessing the Reasoning Economy: A Survey of Efficient Reasoning for Large Language Models

2025-03-31 · Rui Wang, Hongru Wang, Boyang Xue, Jianhui Pang 외

Recent advancements in Large Language Models (LLMs) have significantly enhanced their ability to perform complex reasoning tasks, transitioning from fast and intuitive thinking (System 1) to slow and deep reasoning (Syst…

Tandem: Riding Together with Large and Small Language Models for Efficient Reasoning

2026-04-26 · Zichuan Fu, Xian Wu, Guojing Li, Yejing Wang 외 arxiv

Recent advancements in large language models (LLMs) have catalyzed the rise of reasoning-intensive inference paradigms, where models perform explicit step-by-step reasoning before generating final answers. While such app…

Mathematical ReasoningCode Generation

Towards a Mechanistic Understanding of Propositional Logical Reasoning in Large Language Models

2026-01-07 · Danchun Chen, Qiyao Yan, Liangming Pan arxiv

Understanding how Large Language Models (LLMs) perform logical reasoning internally remains a fundamental challenge. While prior mechanistic studies focus on identifying taskspecific circuits, they leave open the questio…

Logical Reasoning

Adaptive Reasoning Executor: A Collaborative Agent System for Efficient Reasoning

2025-10-15 · Zehui Ling, Deshu Chen, Yichi Zhang, Yuchen Liu 외 arxiv

Recent advances in Large Language Models (LLMs) demonstrate that chain-of-thought prompting and deep reasoning substantially enhance performance on complex tasks, and multi-agent systems can further improve accuracy by e…