Revisiting Softmax for Uncertainty Approximation in Text Classification
Andreas Nugaard Holm, Dustin Wright, Isabelle Augenstein

TL;DR
This paper compares softmax and MC Dropout for uncertainty estimation in text classification, finding softmax offers a computationally cheaper yet effective alternative with competitive uncertainty estimates.
Contribution
The study provides a comprehensive empirical analysis showing softmax can be a viable, resource-efficient uncertainty estimator in text classification tasks.
Findings
MC Dropout yields the best uncertainty estimates.
Softmax provides competitive uncertainty estimation at lower cost.
Softmax can sometimes outperform MC Dropout in downstream tasks.
Abstract
Uncertainty approximation in text classification is an important area with applications in domain adaptation and interpretability. One of the most widely used uncertainty approximation methods is Monte Carlo (MC) Dropout, which is computationally expensive as it requires multiple forward passes through the model. A cheaper alternative is to simply use the softmax based on a single forward pass without dropout to estimate model uncertainty. However, prior work has indicated that these predictions tend to be overconfident. In this paper, we perform a thorough empirical analysis of these methods on five datasets with two base neural architectures in order to identify the trade-offs between the two. We compare both softmax and an efficient version of MC Dropout on their uncertainty approximations and downstream text classification performance, while weighing their runtime (cost) against…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Explainable Artificial Intelligence (XAI) · Machine Learning in Materials Science
MethodsDropout · Monte Carlo Dropout · Softmax · Balanced Selection
