paper-with-me

홈 › Papers

Tapered Language Models

2026-06-22 · Reza Bayat, Ali Behrouz, Aaron Courville arxiv

Modern language models, including transformer, recurrent, and memory-based variants, share a common chassis: a stack of identical layers in which parameters are allocated uniformly across depth. This is a default inherited from the original transformer and largely unchanged since, yet a growing body of evidence suggests that layers contribute non-uniformly to the final output, with later layers refining the residual stream rather than transforming it. We ask whether parameter capacity should reflect this asymmetry. Our controlled experiment shows that, under a fixed budget, allocating more capacity to earlier layers and less to later layers improves perplexity over a uniform-width baseline, while the reverse allocation hurts. Building on this result, we introduce Tapered Language Models (TLMs), an architectural principle in which a parameter-bearing component is monotonically tapered across depth under a fixed total budget. MLPs are the natural site for this instantiation: they dominate parameter count across all modern LM families and expose width as a single, clean axis of variation. Across three model scales and four architectures (Transformer, Gated Attention, Hope-attention, and Titans), tapering MLP width via a smooth cosine schedule consistently improves perplexity and downstream benchmark performance over uniform baselines, at no additional parameter or compute cost. These findings establish depth-aware capacity allocation as a simple, architecture-agnostic axis of language model design, a free lever hidden in plain sight.

📄 PDF Abstract BibTeX arXiv:2606.23670

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TENT: Efficient Quantization of Neural Networks on the tiny Edge with Tapered FixEd PoiNT

2021-04-06 · Hamed F. Langroudi, Vedant Karia, Tej Pandit, Dhireesha Kudithipudi

In this research, we propose a new low-precision framework, TENT, to leverage the benefits of a tapered fixed-point numerical format in TinyML models. We introduce a tapered fixed-point quantization algorithm that matche…

Quantization

Application of Particle Swarm Optimization to Microwave Tapered Microstrip Lines

2014-03-12 · Ezgi Deniz Ulker, Sadik Ulker

Application of metaheuristic algorithms has been of continued interest in the field of electrical engineering because of their powerful features. In this work special design is done for a tapered transmission line used f…

Electrical EngineeringMultiobjective Optimization

Tapered Off-Policy REINFORCE: Stable and efficient reinforcement learning for LLMs

2025-03-18 · Nicolas Le Roux, Marc G. Bellemare, Jonathan Lebensold, Arnaud Bergeron 외

We propose a new algorithm for fine-tuning large language models using reinforcement learning. Tapered Off-Policy REINFORCE (TOPR) uses an asymmetric, tapered variant of importance sampling to speed up learning while mai…

GSM8KMath

An Auto-Regressive Formulation for Smoothing and Moving Mean with Exponentially Tapered Windows

2022-06-29 · Kaan Gokcesu, Hakan Gokcesu

We investigate an auto-regressive formulation for the problem of smoothing time-series by manipulating the inherent objective function of the traditional moving mean smoothers. Not only the auto-regressive smoothers enfo…

Time SeriesTime Series Analysis

Smoothing with the Best Rectangle Window is Optimal for All Tapered Rectangle Windows

2022-03-06 · Kaan Gokcesu, Hakan Gokcesu

We investigate the optimal selection of weight windows for the problem of weighted least squares. We show that weight windows should be symmetric around its center, which is also its peak. We consider the class of tapere…

All