UQLM
by Community
UQLM: Uncertainty Quantification for Language Models, is a Python package for UQ-based LLM hallucination detection
OSS
UQLM
Added 1 June 2026
Overview
UQLM is a Python package that applies uncertainty quantification (UQ) techniques to detect hallucinations in language model outputs. It analyzes model confidence and uncertainty metrics to flag potentially incorrect or fabricated generations, helping developers improve LLM reliability.
Best for
Best for
Developers building reliable LLM applications who need a practical hallucination detection method
Use cases
- Detect hallucinations in LLM-generated text for production monitoring
- Integrate UQ-based filtering into LLM pipelines to reduce false information
- Evaluate model uncertainty to decide when to abstain from answering
Notes
UQLM is a Python package that applies uncertainty quantification (UQ) techniques to detect hallucinations in language model outputs. It analyzes model confidence and uncertainty metrics to flag potentially incorrect or fabricated generations, helping developers improve LLM reliability.
1,160 stars on GitHub. Last updated 2026-06-01. Licensed Apache-2.0.
Use cases
- Detect hallucinations in LLM-generated text for production monitoring
- Integrate UQ-based filtering into LLM pipelines to reduce false information
- Evaluate model uncertainty to decide when to abstain from answering
Pros
- Open source with 1,160 GitHub stars, indicating community interest and peer validation
- Targets a critical problem (hallucination detection) with a principled UQ approach
- Lightweight Python package that can be integrated into existing LLM workflows
Cons
- Community-maintained project may have limited documentation or slower updates
- Effectiveness depends on the underlying LLM’s calibration and UQ method choice
- Not a standalone solution; requires integration with an LLM inference pipeline
Indexed from awesome-langchain and enriched against its public facts.
Pros
- Open source with 1,160 GitHub stars, indicating community interest and peer validation
- Targets a critical problem (hallucination detection) with a principled UQ approach
- Lightweight Python package that can be integrated into existing LLM workflows
Cons
- Community-maintained project may have limited documentation or slower updates
- Effectiveness depends on the underlying LLM's calibration and UQ method choice
- Not a standalone solution; requires integration with an LLM inference pipeline
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.