You Had One Job: Per-Task Quantization Using LLMs' Hidden Representations
- lab CatalyzeX
- lab DagsHub
- lab GotitPub
- lab Hugging Face
- lab ScienceCast
- lab alphaXiv
- lab arXiv
- lab arXivLabs
A new training-free quantization framework called Task-Aware Quantization (TAQ) allocates precision to transformer layers based on a target task, rather than treating all layers uniformly, according to a preprint posted to arXiv [1]. The method, detailed in a paper revised in June 2026, addresses a limitation in standard post-training quantization (PTQ) for large language models. Many LLM applications require only narrow capabilities, yet conventional PTQ methods allocate precision without considering the target task, potentially wasting bits on less relevant layers while over-compressing critical ones [1]. TAQ uses a small set of unlabeled task calibration prompts to assign higher precision to task-relevant layers under a fixed bit budget [1]. The framework estimates layer importance from hidden representations and output sensitivity. The authors instantiate it with three scoring rules: TAQ-IS, based on activation information and stability; TAQ-KL, based on output-distribution sensitivity under a quantization-noise proxy; and TAQ-O, a label-informed oracle diagnostic for analyzing layer sensitivity [1]. Across several benchmarks, TAQ outperformed task-agnostic baselines in most settings, with especially strong gains in the accuracy–memory ratio [1]. The paper further validates that these gains translate to real deployment behavior through hardware throughput and latency measurements, and analyzes calibration robustness and residual-stream error propagation [1]. The submission history shows the manuscript was first uploaded on November 9, 2025, at a size of 180 KB, with subsequent revisions growing to 5,525 KB by version four [1]. The work was led by Raz Lapid, and a reference implementation has been made available through an anonymous repository [1]. The research was conducted within the arXivLabs framework, which allows collaborators to develop and share new arXiv features directly on the platform under values of openness, community, excellence, and user data privacy [1].
research-papertool-releasemodel-releaseproduct-launchsafety-research
Background sources we checked (6)
- arxiv.org ↗ Many LLM applications require only narrow capabilities, yet standard post-training quantization (PTQ) methods allocate precision without considering the target task. This can waste bits on layers that are less relevant to the task signal while over-compressing layers that are cri…
- arxiv.org ↗ # A Universal Catalyst for First-Order Optimization ... arXiv (Cornell University), 2015. Preprint. 185 citations. ... We introduce a generic scheme for accelerating first-order optimization methods in the sense of Nesterov, which builds upon a new analysis of the accelerated pro…
- arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
- arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
- en.wikipedia.org ↗ Sustainable Development Goals (abbr. SDGs) were adopted in 2015 by all United Nations (UN) members for the 2030 Agenda for Sustainable Development. The aim of the 17 global goals is "peace and prosperity for people and the planet", tackling climate change, and working to preserv…
- en.wikipedia.org ↗ In molecular biology, a transcription factor (TF) (or sequence-specific DNA-binding factor) is a protein that controls the rate of transcription of genetic information from DNA to messenger RNA, by binding to DNA sequences. Specificity can be due to sequence motifs, or epigenetic…
Sources
- export.arxiv.org — You Had One Job: Per-Task Quantization Using LLMs' Hidden Representations ↗