whether the evaluator judging the model knows it's uncertain
Maybe ...
Note the dates though. J-lens work shows promise but is even newer. Gupta is an attempt for black-box judges. SLT ( https://www.lesswrong.com/s/mqwA5FcL6SrHEQzox ) breakthrough any day now ...
I have been reading a lot more about AI safety lately. Funny thing is, up to a few weeks ago, I believed I was working on AI safety. I am PhD candidate in the department of Mathematics and Statistics at McGill university and the motivation behind my PhD research ( Scalable Bayesian Deep Learning for uncertainty quantification) was to build safe and trustworthy AI systems by making end to end bayesian learning affordable since scaling cost is the biggest barrier to the adoption of bayesian methods. So for me safety meant to make AI systems recognise when they are uncertain, rather than giving confident answers in situations where they may be wrong. It started from the position paper "Position: Bayesian deep learning is needed in the age of large-scale AI" by Theodore Papamarkou where the author displayed an example of large language models giving incorrect factual answers with high stated confidence.
To my surprise, when I read the current literature in safety it does not mention bayesian deep learning or uncertainty quantification at all (at least to the best of my knowledge). Instead it mostly focuses on the concept of alignment, control, cybersecurity, dangerous capabilities, deception, or misuse. And of course those are very important concepts when we discuss safety but what happen when an evaluation tool or runtime monitor can't detect when it lacks sufficient data to make a decision and thus any downstream verdict about safety is compromised?
I did see a few papers and workshops discussing calibration, conformal prediction, and eval robustness but they are very few compare to the growing interest about AI safety. Almost all of them discuss whether the model knows it's uncertain, not whether the evaluator judging the model knows it's uncertain. That second question is the one I can't find anyone asking directly. So what am I missing? How can we discuss safety when we don't even assess the reliability of our evaluation tools through proper and well calibrated uncertainty quantification?
I think there is actually two separate questions that are merged into one. The 1st is whether a model knows when it is uncertain, that's the Papamarkou example, and it's the problem most calibration and hallucination-detection work targets. The 2nd is whether an evaluation tool or runtime monitor knows when its own verdict about the model is unreliable, because it's operating outside its training distribution, undersampled, or simply miscalibrated in a region it was never trained on. It seems like everyone in the field is asking the first and no one is thinking about the second, even though every downstream safety claim, is this model aligned, is this behavior dangerous, is this output deceptive, depends on an evaluator's confidence being trustworthy.