Skip to content

Commit 6ee9312

Browse files
Merge pull request #357 from cvs-health/patch/v0.5.6
Patch release: `v0.5.6`
2 parents d367798 + 06bffff commit 6ee9312

File tree

3 files changed

+54
-37
lines changed

3 files changed

+54
-37
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
</a>
3535
</p>
3636
<p align="center">
37-
<a href="https://arxiv.org/pdf/2507.06196">
38-
<img src="https://img.shields.io/badge/JMLR-Published-blue?style=flat" alt="JMLR Publication">
37+
<a href="https://www.jmlr.org/papers/v27/25-1557.html">
38+
<img src="https://img.shields.io/badge/JMLR-Published-112467?style=flat&style=for-the-badge&logo=semantic-scholar&logoColor=white" alt="JMLR Publication">
3939
</a>
4040
<a href="https://openreview.net/pdf?id=WOFspd4lq5">
41-
<img src="https://img.shields.io/badge/TMLR-Published-blue?style=flat" alt="TMLR Publication">
41+
<img src="https://img.shields.io/badge/TMLR-Published-4FA1CA?style=flat&logo=semantic-scholar&logoColor=white" alt="TMLR Publication">
4242
</a>
4343
<a href="https://arxiv.org/abs/2602.17431">
44-
<img src="https://img.shields.io/badge/arXiv-2602.17431-B31B1B.svg" alt="arXiv">
44+
<img src="https://img.shields.io/badge/arXiv-LongTextUQ-B31B1B?logo=arXiv&logoColor=white" alt="arXiv">
4545
</a>
4646
</p>
4747

@@ -358,14 +358,15 @@ note={}
358358
The `uqlm` software package is described in this **[this paper](https://arxiv.org/abs/2507.06196)**, published in the **Journal of Machine Learning Research (JMLR)**. If you use the software, please cite:
359359

360360
```bibtex
361-
@misc{bouchard2025uqlmpythonpackageuncertainty,
362-
title={UQLM: A Python Package for Uncertainty Quantification in Large Language Models},
363-
author={Dylan Bouchard and Mohit Singh Chauhan and David Skarbrevik and Ho-Kyeong Ra and Viren Bajaj and Zeya Ahmad},
364-
year={2025},
365-
eprint={2507.06196},
366-
archivePrefix={arXiv},
367-
primaryClass={cs.CL},
368-
url={https://arxiv.org/abs/2507.06196},
361+
@article{JMLR:v27:25-1557,
362+
author = {Dylan Bouchard and Mohit Singh Chauhan and David Skarbrevik and Ho-Kyeong Ra and Viren Bajaj and Zeya Ahmad},
363+
title = {UQLM: A Python Package for Uncertainty Quantification in Large Language Models},
364+
journal = {Journal of Machine Learning Research},
365+
year = {2026},
366+
volume = {27},
367+
number = {13},
368+
pages = {1--10},
369+
url = {http://jmlr.org/papers/v27/25-1557.html}
369370
}
370371
```
371372

assets/README_PYPI.md

Lines changed: 36 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,18 @@
3131
</a>
3232
</p>
3333
<p align="center">
34-
<a href="https://arxiv.org/pdf/2507.06196">
35-
<img src="https://img.shields.io/badge/JMLR-Published-blue?style=flat" alt="JMLR Publication">
34+
<a href="https://www.jmlr.org/papers/v27/25-1557.html">
35+
<img src="https://img.shields.io/badge/JMLR-Published-112467?style=flat&style=for-the-badge&logo=semantic-scholar&logoColor=white" alt="JMLR Publication">
3636
</a>
3737
<a href="https://openreview.net/pdf?id=WOFspd4lq5">
38-
<img src="https://img.shields.io/badge/TMLR-Published-blue?style=flat" alt="TMLR Publication">
38+
<img src="https://img.shields.io/badge/TMLR-Published-4FA1CA?style=flat&logo=semantic-scholar&logoColor=white" alt="TMLR Publication">
3939
</a>
4040
<a href="https://arxiv.org/abs/2602.17431">
41-
<img src="https://img.shields.io/badge/arXiv-2602.17431-B31B1B.svg" alt="arXiv">
41+
<img src="https://img.shields.io/badge/arXiv-LongTextUQ-B31B1B?logo=arXiv&logoColor=white" alt="arXiv">
4242
</a>
4343
</p>
4444

45+
4546
UQLM is a Python library for Large Language Model (LLM) hallucination detection using state-of-the-art uncertainty quantification techniques.
4647

4748
## Installation
@@ -312,30 +313,45 @@ The examples directory contains tutorials for:
312313
Each notebook includes detailed explanations and code samples that you can adapt to your specific use case.
313314

314315
## Citation
315-
A technical description of the `uqlm` scorers and extensive experimental results are presented in **[this paper](https://arxiv.org/abs/2504.19254)**. If you use our framework or toolkit, please cite:
316+
A technical description of the `uqlm` scorers and extensive experimental results are presented in **[this paper](https://openreview.net/pdf?id=WOFspd4lq5)**, published in **Transactions on Machine Learning Research (TMLR)**. If you use our framework or toolkit, please cite:
316317

317318
```bibtex
318-
@misc{bouchard2025uncertaintyquantificationlanguagemodels,
319-
title={Uncertainty Quantification for Language Models: A Suite of Black-Box, White-Box, LLM Judge, and Ensemble Scorers},
320-
author={Dylan Bouchard and Mohit Singh Chauhan},
321-
year={2025},
322-
eprint={2504.19254},
323-
archivePrefix={arXiv},
324-
primaryClass={cs.CL},
325-
url={https://arxiv.org/abs/2504.19254},
319+
@article{
320+
bouchard2025uncertainty,
321+
title={Uncertainty Quantification for Language Models: A Suite of Black-Box, White-Box, {LLM} Judge, and Ensemble Scorers},
322+
author={Dylan Bouchard and Mohit Singh Chauhan},
323+
journal={Transactions on Machine Learning Research},
324+
issn={2835-8856},
325+
year={2025},
326+
url={https://openreview.net/forum?id=WOFspd4lq5},
327+
note={}
326328
}
327329
```
328330

329-
The `uqlm` software package is described in this **[this paper](https://arxiv.org/abs/2507.06196)**. If you use the software, please cite:
331+
The `uqlm` software package is described in this **[this paper](https://arxiv.org/abs/2507.06196)**, published in the **Journal of Machine Learning Research (JMLR)**. If you use the software, please cite:
332+
333+
```bibtex
334+
@article{JMLR:v27:25-1557,
335+
author = {Dylan Bouchard and Mohit Singh Chauhan and David Skarbrevik and Ho-Kyeong Ra and Viren Bajaj and Zeya Ahmad},
336+
title = {UQLM: A Python Package for Uncertainty Quantification in Large Language Models},
337+
journal = {Journal of Machine Learning Research},
338+
year = {2026},
339+
volume = {27},
340+
number = {13},
341+
pages = {1--10},
342+
url = {http://jmlr.org/papers/v27/25-1557.html}
343+
}
344+
```
330345

346+
The long-text methods and experiment results are described in **this paper**, available as a preprint on arXiv. To cite:
331347
```bibtex
332-
@misc{bouchard2025uqlmpythonpackageuncertainty,
333-
title={UQLM: A Python Package for Uncertainty Quantification in Large Language Models},
334-
author={Dylan Bouchard and Mohit Singh Chauhan and David Skarbrevik and Ho-Kyeong Ra and Viren Bajaj and Zeya Ahmad},
335-
year={2025},
336-
eprint={2507.06196},
348+
@misc{bouchard2026finegraineduncertaintyquantificationlongform,
349+
title={Fine-Grained Uncertainty Quantification for Long-Form Language Model Outputs: A Comparative Study},
350+
author={Dylan Bouchard and Mohit Singh Chauhan and Viren Bajaj and David Skarbrevik},
351+
year={2026},
352+
eprint={2602.17431},
337353
archivePrefix={arXiv},
338354
primaryClass={cs.CL},
339-
url={https://arxiv.org/abs/2507.06196},
355+
url={https://arxiv.org/abs/2602.17431},
340356
}
341357
```

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uqlm"
3-
version = "0.5.5"
3+
version = "0.5.6"
44
description = "UQLM (Uncertainty Quantification for Language Models) is a Python package for UQ-based LLM hallucination detection."
55
readme = "assets/README_PYPI.md"
66
license = "Apache-2.0"
@@ -39,7 +39,7 @@ dependencies = [
3939
"pandas>=2.3.0,<3.0.0",
4040
"sentence-transformers>=3.4,<6.0",
4141
"datasets>=3.3.2,<5.0.0",
42-
"rich>=13.8.0,<14.0.0",
42+
"rich>=13.8.0,<15.0.0",
4343
"ipywidgets>=8.1.7,<9.0.0",
4444
]
4545

@@ -62,16 +62,16 @@ docs = [
6262
"pydata_sphinx_theme==0.16.1",
6363
"sphinxcontrib-bibtex==2.6.3",
6464
"sphinx-autodoc-typehints==2.3.0",
65-
"sphinx-gallery==0.18.0",
65+
"sphinx-gallery==0.20.0",
6666
"sphinx-favicon==1.0.1",
67-
"nbsphinx==0.9.6",
67+
"nbsphinx==0.9.8",
6868
]
6969
test = [
7070
"ipykernel>=6.29.5,<7.0.0",
7171
"langchain-openai>=0.2.6",
7272
"pytest>=8.3.5,<9.0.0",
7373
"langchain-google-vertexai>=2.0.8",
74-
"pytest-asyncio>=0.25.3,<1.2.0",
74+
"pytest-asyncio>=0.25.3,<1.4.0",
7575
"pytest-cov>=6,<8",
7676
"pytest-rerunfailures>=16.0,<17.0",
7777
]

0 commit comments

Comments
 (0)