The reviewed record of science sign in
Pith

arxiv: 2405.16674 · v3 · pith:4VVWGLAC · submitted 2024-05-26 · cs.LG · cs.CC· cs.LO

Limits of Deep Learning: Sequence Modeling through the Lens of Complexity Theory

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:4VVWGLACrecord.jsonopen to challenge →

classification cs.LG cs.CCcs.LO
keywords compositionfunctionmodelsdeeplearningtaskscomplexityeven
0
0 comments X
read the original abstract

Despite their successes, deep learning models struggle with tasks requiring complex reasoning and function composition. We present a theoretical and empirical investigation into the limitations of Structured State Space Models (SSMs) and Transformers in such tasks. We prove that one-layer SSMs cannot efficiently perform function composition over large domains without impractically large state sizes, and even with Chain-of-Thought prompting, they require a number of steps that scale unfavorably with the complexity of the function composition. Also, the language of a finite-precision SSM is within the class of regular languages. Our experiments corroborate these theoretical findings. Evaluating models on tasks including various function composition settings, multi-digit multiplication, dynamic programming, and Einstein's puzzle, we find significant performance degradation even with advanced prompting techniques. Models often resort to shortcuts, leading to compounding errors. These findings highlight fundamental barriers within current deep learning architectures rooted in their computational capacities. We underscore the need for innovative solutions to transcend these constraints and achieve reliable multi-step reasoning and compositional task-solving, which is critical for advancing toward general artificial intelligence.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Rethinking the Role of Positional Encoding: Sliding-Window Transformers without PE Remain Turing Complete

    cs.LG 2026-06 unverdicted novelty 8.0

    Sliding-window transformers without positional encodings are Turing complete because the sliding window breaks permutation symmetry and suffices to simulate Post machines via a constant-size histogram state.

  2. The Illusion of Thinking: Understanding the Strengths and Limitations of Reasoning Models via the Lens of Problem Complexity

    cs.AI 2025-06 unverdicted novelty 6.0

    LRMs exhibit complete accuracy collapse beyond certain puzzle complexities, with reasoning effort rising then declining, outperforming standard LLMs only on medium-complexity tasks.