This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+8 more
Summary
AI summaryAdds multiple new white‑box uncertainty scorers to UQEnsemble and corrects embedding model specification.
Full changelog
Highlights
1. Add new white-box scorers to UQEnsemble accepted scorers list:
Top-logprobs scorers (3):
min_token_negentropy- Minimum negentropy across tokensmean_token_negentropy- Average negentropy across tokensprobability_margin- Mean difference between top-2 token probabilities
Sampled-logprobs scorers (4):
semantic_negentropy- Entropy based on semantic clusteringsemantic_density- Density-based confidence measuremonte_carlo_probability- Average sequence probability across samplesconsistency_and_confidence- Cosine similarity × response probability
P(True) scorer (1):
p_true- LLM's estimate of P(response is true)
2. Fix embeddings model specification for cosine_sim and consistency_and_confidence, enable with WhiteBoxUQ
Corrects a string error in embedding model specification with sentence_transformer parameter of BlackBoxUQ. Previously, the string was forced to begin with "sentence_transformers" but now the full string is specified with the parameter.
Previous: sentence_transformer=all-MiniLM-L12-v2 was specified and then "sentence-transformers/" was prepended to the string when storing the class attribute.
Now: sentence_transformer=sentence-transformers/all-MiniLM-L12-v2 is specified. This allows other embeddings models that don't start with "sentence_transformers/", such as jinaai/jina-embeddings-v2-base-code to be specified.
Also adds missing sentence_transformer parameter for WhiteBoxUQ
What's Changed
- v0.5.3 updates by @dylanbouchard in https://github.com/cvs-health/uqlm/pull/327
- Fix embedding model specification by @dylanbouchard in https://github.com/cvs-health/uqlm/pull/332
- Enable use of new white-box scorers in
UQEnsembleby @dylanbouchard in https://github.com/cvs-health/uqlm/pull/333 - Feature/enable all white box scorers by @kaushik-42 in https://github.com/cvs-health/uqlm/pull/328
- Patch release:
v0.5.4by @dylanbouchard in https://github.com/cvs-health/uqlm/pull/334
Full Changelog: https://github.com/cvs-health/uqlm/compare/v0.5.3...v0.5.4
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About UQLM
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]