Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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): <br>
[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}
}
```
Loading