论文前沿量化不确定性校准数据语言模型DPQ1A 学习等级

[论文] Target-Aware Calibration Data Selection for Preserving Uncertainty in Quantized Language Models

来源:arXiv AI 论文收录:2026/8/24

✦ AI 解读

该论文提出目标感知的校准数据选择方法,以在量化语言模型中保持不确定性行为(如置信度、边界和弃权)。作者将校准数据选择形式化为目标相关的不确定性保持问题,引入分布和边界保持风险,并解释为何单一校准方案无法适配所有部署目标。他们提出轻量级预量化方法DPQ,利用全精度模型指导数据选择,实验表明DPQ在保持不确定性方面优于现有方法,同时维持模型性能。

Quantization is widely used to deploy large language models, but its effect on uncertainty behavior, such as confidence, margins, and abstention, is rarely treated as a primary objective. We frame calibration-data selection for quantization as a target-dependent uncertainty-preservation problem. Different deployments emphasize different regions of the input distribution, yet prior work mainly optimizes accuracy-oriented compression metrics or adjusts scores after quantization. We formalize this goal with distributional and boundary preservation risks, and provide a simple mixture-mismatch argument explaining why no single calibration recipe should be expected to fit all targets. We introduce Doubt-Preserving Quantization (DPQ), a lightweight pre-quantization recipe family that uses full-pr
查看原文 ↗

相关推荐

Risk of transmission of amyloid β pathology via transfused blood products
✦ AI 摘要该研究探讨了通过输血传播淀粉样β病理的风险,发表于《柳叶刀》。研究可能涉及朊病毒样传播机制,对血液制品安全性和阿尔茨海默病预防有重要启示。内容来自顶级医学期刊,但属于医学领域,与AI从业者直接关联较低。
NanoGPT Speedrun Frontier
✦ AI 摘要Prime Intellect发布NanoGPT Speedrun Frontier,展示在单台GPU上以极低成本训练GPT-2级别模型的优化技术。文章详细介绍了训练速度提升的多种策略,包括数据加载、混合精度、内核优化等,并提供了可复现的代码。该研究对资源有限的AI开发者具有重要参考价值,引发社区广泛讨论。
[论文] TurboBias 2.0: Streaming Context-Biasing for Production-Efficient ASR Systems
✦ AI 摘要TurboBias 2.0 是一个面向生产环境的 ASR 系统上下文偏置框架,旨在解决流式推理、批量解码、用户特定上下文列表和低运行时开销等实际需求。它扩展了 GPU 加速的 TurboBias,引入不区分大小写的提升图和每流批量解码,使批次中的每个话语都能使用独立的上下文配置,从而实现个性化上下文处理,提升识别准确率并保持高效。