response (part 1)
We appreciate the reviewer’s thoughtful feedback and provide clarifications below:
**Motivation for Modeling Certainty Phrases as Distributions**: Certainty phrases are central to our study as they reflect how radiologists or language models communicate confidence. Representing certainty phrases as distributions is a modeling choice that captures their inherent variability and subjectivity. More concretely, modeling certainty phrases as distributions aligns with how individuals naturally express uncertainty. People rarely associate phrases like "Highly Likely" with specific probability values (e.g., 89%), but rather with ranges of confidence. In addition, doing so enables us to distinguish between phrases like "Exactly Equal Probability" and "Maybe", which might both mean roughly 50% probability but differ in their certainty (narrow vs. wide density function). Using distributions to represent certainty phrases is further supported by clear evidence from [survey](https://rad.bwh.harvard.edu/wp-content/uploads/2023/03/agreement-among-radiologists%EF%B9%96m1540397890itokaPmASEo6.jpg) of radiologists’ perception of different certainty phrases. Even if individuals are internally consistent, their interpretation of certainty phrases varies meaningfully across a population. For instance, "Possibly" was mapped to diverse probability ranges: 4.9% assigned it to (0-5%), 17.6% to (10-25%), 16.9% to (25-75%), and 0.7% to (75-90%), resulting in a population-level empirical distribution for “Possibly” that has non-uniform density and overlapping support with other empirical distributions (See Figure 1). This variation demonstrates why simple scalar values or binning are insufficient. Our framework naturally subsumes these simpler approaches as special cases (scalar values correspond to delta distributions, binning employs uniform distributions) while enabling us to model the rich structure we observe in how people (and thereby models) communicate uncertainty.
**Clarify Limitations**: _Flexible certainty phrases_: Our method is not limited to a fixed set of phrases; we focus on commonly used ones for clarity. New phrases can be incorporated if their meanings can be quantified, for example, through human surveys or prompting language models. For instance, Appendix B.3 (_on-the-fly_ setup) demonstrates that our approach applies to LMs that can generate arbitrary Beta distributions to express their confidence rather than selecting from a fixed set of predefined phrases. _Free-form text_: Our approach handles free-form text by parsing (pathology, confidence) pairs from radiology reports, enabling calibration analysis for classifying specific pathologies. Calibration for arbitrary free-form text is not well-defined without framing it within some classification setup. For instance, in our LM experiments, we prompt models to generate free-form text and provide confidence ratings, enabling the analysis of calibration relative to model correctness in answering the question in context.
**Comparison to Baseline Calibration Methods**: We apologize that our description of the experimental results in Table 1 did not make it sufficiently clear that our goal is not to significantly improve calibration of numerical scores (which is what Table 1 evaluates) but rather show that even if one reduces the output natural language expressions of certainty to scalar values (by simply taking the mean of the confidence distribution), our method remains competitive and does not compromise performance in terms of accuracy. We emphasize that our method's key advantage isn't in outperforming baseline calibration methods, but in directly operating on and producing natural language certainty phrases - a property that existing methods fundamentally lack. This makes our approach uniquely suited for improving human calibration in real-world settings, as it provides actionable guidance (e.g., suggesting radiologists use "May" instead of "Present" in their reporting to mitigate overconfidence) rather than abstract probability adjustments that can't be easily understood by humans. The goal is to maintain strong calibration performance while enabling calibration in natural language settings where traditional calibration methods cannot be meaningfully applied.
**Latex Margin Overflow**: Thank you for catching it; we will correct it.