TL;DR
Large language models (LLMs) lack reliable methods to identify which input tokens contribute most to prediction uncertainty. Researchers developed a Shapley value-based approach that localizes uncertainty quantification—pinpointing specific input positions responsible for model confidence variations.
✦ Why It Matters
Engineers can now identify which input tokens cause model uncertainty, enabling targeted prompt refinement and failure diagnosis.
Key Takeaways
How It Works
ShaQ models input spans as players in a cooperative game, using Shapley values to assess their contributions to uncertainty. By calculating the marginal reductions in conditional entropy when clarifying different combinations of spans, it provides a comprehensive view of how each part of the input affects overall uncertainty.
Related