Latent Factor Posteriors — evidential probabilistic inference
Project description
Epalea — Latent Posterior Factors (LPF)
Research and systems for multi-evidence reasoning, uncertainty quantification, and probabilistic inference.
LPF (Latent Factor Posteriors) encodes evidence items into latent Gaussian posteriors, then decodes them into soft likelihood factors for tractable Sum-Product Network reasoning.
Quick Install
pip install epalea
5-Minute Quickstart
import epalea
model = epalea.load_model("compliance-v1") # downloads from HF automatically
result = model.infer(entity_id="C0001", mode="both")
print(result.results.spn.prediction) # "high"
print(result.results.aggregator.confidence) # 0.81
print(result.uncertainty.epistemic) # 0.12
CLI
epalea generate-data --domain compliance --n-entities 300
epalea train --config ./user_workspace/configs/train.yaml
epalea index --config ./user_workspace/configs/index.yaml
epalea train-aggregator --config ./user_workspace/configs/train_aggregator.yaml
epalea infer --entity-id C0001 --mode both
Pretrained Weights
| Model | Domain | Hugging Face |
|---|---|---|
compliance-v1 |
Compliance scoring | aaaEpalea/epalea-compliance-v1 |
Weights download automatically on first use — no manual setup needed:
model = epalea.load_model("compliance-v1") # downloads from HF on first call
Papers
Latent Posterior Factors (LPF) is developed across a structured research program:
Core Framework
I Know What I Don't Know: Latent Posterior Factor Models for Multi-Evidence Probabilistic Reasoning Introduces LPF as a unified probabilistic framework for aggregating multi-source evidence with calibrated uncertainty.
Theoretical Foundations of Latent Posterior Factors: Formal Guarantees for Multi-Evidence Reasoning Provides formal guarantees, theoretical grounding, and convergence properties of LPF models.
Architecture & Systems Analysis
Dissecting Hybrid Neuro-Symbolic Systems: An Architectural Ablation Study of the Latent Probabilistic Framework Analyzes LPF components through ablation to identify contributions of architecture modules.
Safety & Decision-Making
Safety-Critical Decision Making for Autonomous Machines: A Probabilistic Framework with Uncertainty-Based Human Handoff Proposes uncertainty-aware decision thresholds enabling safe human intervention.
Generalization & Transfer
Cross-Domain Transfer and Calibration Analysis for Latent Probabilistic Frameworks Studies generalization and calibration behavior of LPF across domains.
Reasoning & Verification
Exact Uncertainty Decomposition for Multi-Evidence Fact Verification: A Formal Alternative to LLM-Based Reasoning Introduces exact decomposition of uncertainty for verifiable multi-evidence reasoning.
Robustness
Robustness Under Noise: A Comprehensive Analysis of Latent Factor Posterior Models in Noisy Compliance Environments Evaluates LPF stability and degradation under structured and unstructured noise.
Scientific Applications
Uncertainty-Aware Quantum State Tomography via Latent Posterior Factors: A Multi-Evidence Aggregation Approach Applies LPF to quantum state reconstruction with uncertainty-aware inference.
Scalability
Scalability of Latent Factor Posteriors to Varying Evidence Pool Sizes Examines how LPF scales with increasing number and diversity of evidence sources.
Interpretability & UX
Understanding Provenance: A User Study on Explainability in Probabilistic Multi-Evidence Reasoning Systems Investigates user understanding of LPF explanations and provenance tracking.
About Epalea
Epalea is a research-driven effort focused on building reliable and interpretable AI systems grounded in principled probabilistic reasoning.
License
- Source code — Apache License 2.0
- Pretrained weights — Epalea Model Weight License
Commercial weight licensing: licensing@epalea.ai
Citation
@article{epalea2026lpf,
title = {Epalea: Latent Factor Posteriors for Evidential Inference},
author = {Epalea Team},
year = {2026},
url = {https://epalea.ai}
}
Documentation
Full documentation at epalea.ai/docs
Star the repository to follow progress.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file epalea-1.0.1.tar.gz.
File metadata
- Download URL: epalea-1.0.1.tar.gz
- Upload date:
- Size: 69.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8744eed1db46a4fe6c958b5ca3c382a86428bb54ea1a09b362ce83e7f00431a
|
|
| MD5 |
822f0d571adbce1dcd4f1d068f88ea4d
|
|
| BLAKE2b-256 |
ec3838f5a039f17ed3fb2d70ec5e12f7dde69082542bbdf1ef55973c7a874ab9
|
File details
Details for the file epalea-1.0.1-py3-none-any.whl.
File metadata
- Download URL: epalea-1.0.1-py3-none-any.whl
- Upload date:
- Size: 77.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97badf5cb96da9c37ca948bc84b044c66a9ffc13b7ba4e40d06c7c14ddff6942
|
|
| MD5 |
87d9cc139dda78d75ca24a1f66932482
|
|
| BLAKE2b-256 |
4f8666fc98a002cc6868222cd6755c20eac0a86c74dad806657785f7109da357
|