paper-with-me

홈 › Papers

The Depth Ceiling: On the Limits of Large Language Models in Discovering Latent Planning

2026-04-07 · Yi Xu, Philipp Jettkant, Laura Ruis arxiv

The viability of chain-of-thought (CoT) monitoring hinges on models being unable to reason effectively in their latent representations. Yet little is known about the limits of such latent reasoning in LLMs. We test these limits by studying whether models can discover multi-step planning strategies without supervision on intermediate steps and execute them latently, within a single forward pass. Using graph path-finding tasks that precisely control the number of required latent planning steps, we uncover a striking limitation unresolved by massive scaling: tiny transformers trained from scratch discover strategies requiring up to three latent steps, fine-tuned GPT-4o and Qwen3-32B reach five, and GPT-5.4 attains seven under few-shot prompting. Although the maximum latent planning depth models can learn during training is five, the discovered strategy generalizes up to eight latent steps at test-time. This reveals a dissociation between the ability to discover a latent strategy under final-answer supervision alone and the ability to execute it once discovered. If similar limits hold more broadly, strategies requiring multiple coordinated latent planning steps may need to be explicitly taught or externalized, lending credence to CoT monitoring.

📄 PDF Abstract BibTeX arXiv:2604.06427

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Complexity Ceiling Benchmark: A Multi-Domain Evaluation of Sequential Reasoning Under Depth Scaling

2026-06-28 · Shubh Chapra, Dhruv Kumar, Murari Mandal, Yash Sinha arxiv

We introduce the Complexity Ceiling Benchmark (CCB), a controlled evaluation of how language-model reasoning decays as the number of required sequential steps grows. CCB fixes the semantic content of a task and varies on…

Has LLM Reached the Scaling Ceiling Yet? Unified Insights into LLM Regularities and Constraints

2024-12-21 · Charles Luo

Large Language Models (LLMs) have demonstrated remarkable capabilities, yet their scalability raises a critical question: Have we reached the scaling ceiling? This paper addresses this pivotal question by developing a un…

The weakest link bridging germinal center B cells and follicular dendritic cells limits antibody affinity maturation

2020-02-07 · Rajat Desikan, Rustom Antia, Narendra M. Dixit

The affinity of antibodies (Abs) produced in vivo for their target antigens (Ags) is typically well below the maximum affinity possible. Nearly 25 years ago, Foote and Eisen explained how an 'affinity ceiling' could aris…

Fundamental Limits of Crystalline Equivariant Graph Neural Networks: A Circuit Complexity Perspective

2025-10-07 · Yang Cao, Zhao Song, Jiahao Zhang, Jiale Zhao arxiv

Graph neural networks (GNNs) have become a core paradigm for learning on relational data. In materials science, equivariant GNNs (EGNNs) have emerged as a compelling backbone for crystalline-structure prediction, owing t…

Graph Learning

FunnelRAG: A Coarse-to-Fine Progressive Retrieval Paradigm for RAG

2024-10-14 · Xinping Zhao, Yan Zhong, Zetian Sun, Xinshuo Hu 외

Retrieval-Augmented Generation (RAG) prevails in Large Language Models. It mainly consists of retrieval and generation. The retrieval modules (a.k.a. retrievers) aim to find useful information used to facilitate generati…

RAGRetrievalRetrieval-augmented Generation