From e46c2cb363812631037745766d013f6c4f7466ec Mon Sep 17 00:00:00 2001 From: Jonas Mueller <1390638+jwmueller@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:07:39 +0900 Subject: [PATCH] clarify relationship to BSDetector --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index de69b51..81e88b1 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,16 @@ data preparation/labeling work or custom model training/serving infrastructure. - [Example Notebooks](notebooks) - Learn more and see precision/recall benchmarks with frontier models (from OpenAI, Anthropic, Google, etc):
[Blog](https://cleanlab.ai/blog/), [Research Paper](https://aclanthology.org/2024.acl-long.283/) + + +This code implements a more effective variant of the BSDetector LLM uncertainty-quantification method from our paper: + +```bibtex +@inproceedings{bsdetector, + title={Quantifying uncertainty in answers from any language model and enhancing their trustworthiness}, + author={Chen, Jiuhai and Mueller, Jonas}, + booktitle={Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)}, + pages={5186--5200}, + year={2024} +} +```