PulseAugur
实时 09:16:33
English(EN) The Anatomy of Uncertainty in LLMs

大型语言模型不确定性研究:分解与高效估计

两篇新研究论文探讨了理解和量化大型语言模型(LLMs)中不确定性的方法。第一篇论文提出了一个框架,将LLM的不确定性分解为输入歧义、知识差距和解码随机性,从而深入了解模型的可靠性和幻觉检测。第二篇论文介绍了一种使用证据知识蒸馏的方法,无需传统采样方法的高计算成本即可实现高效的不确定性估计,仅需一次前向传播即可达到可比的性能。 AI

影响 这些论文在理解LLM可靠性和检测幻觉方面取得了进展,有望带来更值得信赖的AI系统。

排序理由 两篇在arXiv上发表的学术论文,讨论了LLM中不确定性量化方法。

在 arXiv cs.AI 阅读 →

AI 生成摘要 · Google Gemini · 来自 2 个来源。 我们如何撰写摘要 →

大型语言模型不确定性研究:分解与高效估计

报道来源 [2]

  1. arXiv cs.AI TIER_1 English(EN) · Aditya Taparia, Ransalu Senanayake, Kowshik Thopalli, Vivek Narayanaswamy ·

    The Anatomy of Uncertainty in LLMs

    arXiv:2603.24967v2 Announce Type: replace Abstract: Understanding why a large language model (LLM) is uncertain about the response is important for their reliable deployment. Current approaches, which either provide a single uncertainty score or rely on the classical aleatoric-ep…

  2. arXiv stat.ML TIER_1 English(EN) · Lakshmana Sri Harsha Nemani, P. K. Srijith, Tomasz Ku\'smierczyk ·

    通过证据知识蒸馏实现 LLM 中高效的不确定性

    arXiv:2507.18366v2 Announce Type: replace-cross Abstract: Accurate uncertainty quantification remains a key challenge for standard LLMs, prompting the adoption of Bayesian and ensemble-based methods. However, such methods typically necessitate computationally expensive sampling, …