paper-with-me

홈 › Papers

Understanding the Role of Training Data in Test-Time Scaling

2025-10-04 · Adel Javanmard, Baharan Mirzasoleiman, Vahab Mirrokni arxiv

Test-time scaling improves the reasoning capabilities of large language models (LLMs) by allocating extra compute to generate longer Chains-of-Thoughts (CoTs). This enables models to tackle more complex problem by breaking them down into additional steps, backtracking, and correcting mistakes. Despite its strong performance--demonstrated by OpenAI's o1 and DeepSeek R1, the conditions in the training data under which long CoTs emerge, and when such long CoTs improve the performance, remain unclear. In this paper, we study the performance of test-time scaling for transformers trained on an in-context weight prediction task for linear regression. Our analysis provides a theoretical explanation for several intriguing observations: First, at any fixed test error, increasing test-time compute allows us to reduce the number of in-context examples (context length) in training prompts. Second, if the skills required to solve a downstream task are not sufficiently present in the training data, increasing test-time compute can harm performance. Finally, we characterize task hardness via the smallest eigenvalue of its feature covariance matrix and show that training on a diverse, relevant, and hard set of tasks results in best performance for test-time scaling. We confirm our findings with experiments on large, nonlinear transformer architectures.

📄 PDF Abstract BibTeX arXiv:2510.03605

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Understanding the Role of Self Attention for Efficient Speech Recognition

2021-09-29 · ICLR 2022 4 · Kyuhong Shim, Jungwook Choi, Wonyong Sung

Self-attention (SA) is a critical component of Transformer neural networks that have succeeded in automatic speech recognition (ASR). However, its computational cost increases quadratically with the sequence length, whic…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)GPUspeech-recognition+1

Role Taxonomy of Units in Deep Neural Networks

2020-11-02 · Yang Zhao, Hao Zhang, Xiuyuan Hu

Identifying the role of network units in deep neural networks (DNNs) is critical in many aspects including giving understandings on the mechanisms of DNNs and building basic connections between deep learning and neurosci…

RetrievalTopological Data Analysis

SpeedMachines: Anytime Structured Prediction

2013-12-02 · Alexander Grubb, Daniel Munoz, J. Andrew Bagnell, Martial Hebert

Structured prediction plays a central role in machine learning applications from computational biology to computer vision. These models require significantly more computation than unstructured models, and, in many applic…

General ClassificationPredictionScene UnderstandingStructured Prediction

Continuous Time Analysis of Momentum Methods

2019-06-10 · Nikola B. Kovachki, Andrew M. Stuart

Gradient descent-based optimization methods underpin the parameter training of neural networks, and hence comprise a significant component in the impressive test results found in a number of applications. Introducing sto…

Emergent Semantic Role Understanding in Language Models

2026-05-09 · Carla Griffiths, Mirco Musolesi arxiv

Understanding how linguistic structure emerges in language models is central to interpreting what these systems learn from data and how much supervision they truly require. In particular, semantic role understanding ("wh…