Research Papers 论文研究 4h ago Updated 1h ago 更新于 1小时前 49

Stochastic Sampling is Epistemically Shallow: The Dimensionality Gap Between Temperature Variation and Model Diversity in LLMs 随机采样在认识论上是浅薄的:LLM中温度变化与模型多样性之间的维度差距

Stochastic sampling within a single LLM reveals only per-question uncertainty, lacking the cross-question structure indicative of true epistemic ignorance. A diverse ensemble of 24 different LLMs exhibits significantly more eigenvalues above the noise threshold compared to a single model run repeatedly with temperature variation. Self-consistency methods fail to capture related question flipping patterns that characterize a model's broader knowledge gaps. The study utilizes Marchenko-Pastur rand 研究对比了单一模型多次随机采样(Self-consistency)与多模型集成在揭示LLM不确定性上的差异。 通过Marchenko-Pastur随机矩阵测试发现,单一模型内部仅有一个维度能显著区分信号与噪声。 24个不同模型的集成则显示出四个显著高于噪声边界的特征值,揭示了跨问题的结构相关性。 结论指出自一致性虽能准确估计单题不确定性,但无法捕捉跨问题结构,只有多样化集成才能暴露模型真正的知识盲区。

65
Hot 热度
78
Quality 质量
70
Impact 影响力

Analysis 深度分析

TL;DR

  • Stochastic sampling within a single LLM reveals only per-question uncertainty, lacking the cross-question structure indicative of true epistemic ignorance.
  • A diverse ensemble of 24 different LLMs exhibits significantly more eigenvalues above the noise threshold compared to a single model run repeatedly with temperature variation.
  • Self-consistency methods fail to capture related question flipping patterns that characterize a model's broader knowledge gaps.
  • The study utilizes Marchenko-Pastur random-matrix theory to rigorously distinguish between sampling noise and genuine signal in model outputs.
  • True epistemic awareness requires model diversity rather than just input or sampling stochasticity.

Why It Matters

This research fundamentally challenges the widespread reliance on self-consistency and temperature-based sampling for uncertainty estimation in Large Language Models. For AI practitioners, it suggests that relying on a single model's stochastic outputs may provide a false sense of confidence regarding what the model actually knows versus what is merely random variation. Understanding this distinction is critical for deploying reliable systems in high-stakes domains where accurate uncertainty quantification is essential.

Technical Details

  • Experimental Setup: The authors compared two regimes: a single model run 100 times at temperature $\tau=1$ versus an ensemble of 24 distinct LLMs run once each at $\tau=0$.
  • Benchmarks: Evaluations were conducted across five model families and three standard benchmarks: MMLU, HellaSwag, and GSM8K.
  • Methodology: A Marchenko-Pastur random-matrix test was applied to separate signal from sampling noise in the output covariance structures.
  • Key Findings: Within any single model, at most one dimension rose above the noise edge. In contrast, the diverse ensemble showed four eigenvalues clearing the noise edge, a result statistically significant against a matched-difficulty Bernoulli null hypothesis (occurring at most once in 500 Monte Carlo draws).

Industry Insight

  • Shift in Uncertainty Estimation: Organizations should prioritize building diverse model ensembles over increasing sampling iterations of a single model if the goal is to identify systemic knowledge gaps or epistemic limitations.
  • Limitations of Self-Consistency: While self-consistency remains useful for reducing random error in individual answers, it should not be relied upon as a proxy for detecting broader conceptual misunderstandings or lack of knowledge.
  • Resource Allocation: Investing in model diversity (e.g., different architectures, training data, or fine-tuning objectives) may yield better uncertainty calibration than simply tuning temperature parameters on existing models.

TL;DR

  • 研究对比了单一模型多次随机采样(Self-consistency)与多模型集成在揭示LLM不确定性上的差异。
  • 通过Marchenko-Pastur随机矩阵测试发现,单一模型内部仅有一个维度能显著区分信号与噪声。
  • 24个不同模型的集成则显示出四个显著高于噪声边界的特征值,揭示了跨问题的结构相关性。
  • 结论指出自一致性虽能准确估计单题不确定性,但无法捕捉跨问题结构,只有多样化集成才能暴露模型真正的知识盲区。

为什么值得看

这篇文章挑战了当前广泛使用的基于温度采样的自一致性(Self-consistency)方法作为唯一不确定性度量标准的假设。它从谱分析角度证明了单一模型内部的随机性缺乏跨问题的结构化信息,为构建更可靠的多模型集成系统和不确定性量化提供了理论依据。

技术解析

  • 实验设计:在MMLU、HellaSwag和GSM8K三个基准上,比较“单个模型运行100次($\tau=1$)”与“24个不同LLM各运行1次($\tau=0$)”的表现。
  • 分析方法:使用Marchenko-Pastur随机矩阵测试来分离信号与采样噪声,并辅以匹配难度的伯努利零模型进行蒙特卡洛模拟验证。
  • 核心发现:单一模型在所有测试族中最多只有一个特征值超过噪声边缘;而24个模型的集成有四个特征值清晰越过噪声边缘,且这种差异在统计上显著(500次蒙特卡洛抽样中至多出现一次)。

行业启示

  • 超越自一致性:在需要评估模型整体知识边界或跨任务相关性的场景中,单纯依赖单一模型的温度采样可能失效,应引入多样化模型集成。
  • 集成策略优化:研究表明模型间的多样性(Diversity)比单次模型的重复采样更能有效揭示“未知”,资源分配应向构建异构模型池倾斜。
  • 不确定性量化新视角:未来的AI系统安全机制需结合谱分析方法,区分“采样噪声”与“结构性无知”,以避免误判模型能力。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Research 科学研究 Evaluation 评测