paper-with-me

홈 › Papers

A Theory of Learning with Autoregressive Chain of Thought

2025-03-11 · Nirmit Joshi, Gal Vardi, Adam Block, Surbhi Goel, Zhiyuan Li, Theodor Misiakiewicz, Nathan Srebro

For a given base class of sequence-to-next-token generators, we consider learning prompt-to-answer mappings obtained by iterating a fixed, time-invariant generator for multiple steps, thus generating a chain-of-thought, and then taking the final token as the answer. We formalize the learning problems both when the chain-of-thought is observed and when training only on prompt-answer pairs, with the chain-of-thought latent. We analyze the sample and computational complexity both in terms of general properties of the base class (e.g. its VC dimension) and for specific base classes such as linear thresholds. We present a simple base class that allows for universal representability and computationally tractable chain-of-thought learning. Central to our development is that time invariance allows for sample complexity that is independent of the length of the chain-of-thought. Attention arises naturally in our construction.

📄 PDF Abstract BibTeX arXiv:2503.07932

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
BASE 설명 없음

Similar Papers 제목 키워드 기반

A Theory of Online Learning with Autoregressive Chain-of-Thought Reasoning

2026-05-07 · Ilan Doron-Arad, Idan Mehalel, Elchanan Mossel arxiv

Autoregressive generation lies at the heart of the mechanism of large language models. It can be viewed as the repeated application of a next-token generator: starting from an input string (prompt), the generator is appl…

Sample Complexity of Autoregressive Reasoning: Chain-of-Thought vs. End-to-End

2026-04-13 · Steve Hanneke, Idan Mehalel, Shay Moran arxiv

Modern large language models generate text autoregressively, producing tokens one at a time. To study the learnability of such systems, Joshi et al. (COLT 2025) introduced a PAC-learning framework for next-token generato…

Natural Questions

Diffusion of Thoughts: Chain-of-Thought Reasoning in Diffusion Language Models

2024-02-12 · Jiacheng Ye, Shansan Gong, Liheng Chen, Lin Zheng 외

Recently, diffusion models have garnered significant interest in the field of text processing due to their many potential advantages compared to conventional autoregressive models. In this work, we propose Diffusion-of-T…

Language ModelingLanguage ModellingMath

On the Cost and Benefit of Chain of Thought: A Learning-Theoretic Perspective

2026-05-20 · Yue Zhang, Zhiyi Dong, Tommaso Cesari, Yongyi Mao arxiv

We develop a learning-theoretic framework for understanding Chain of Thought (CoT). We model CoT as the interaction between an answer map and a chain rule that generates intermediate questions autoregressively, and defin…

Domain Adaptation

Simulated Annealing Enhances Theory-of-Mind Reasoning in Autoregressive Language Models

2026-01-18 · Xucong Hu, Jian-Qiao Zhu arxiv

Autoregressive language models are next-token predictors and have been criticized for only optimizing surface plausibility (i.e., local coherence) rather than maintaining correct latent-state representations (i.e., globa…