LICENSE
README.md
pyproject.toml
bayesian_bm25/__init__.py
bayesian_bm25/calibration.py
bayesian_bm25/debug.py
bayesian_bm25/fusion.py
bayesian_bm25/metrics.py
bayesian_bm25/multi_field.py
bayesian_bm25/probability.py
bayesian_bm25/py.typed
bayesian_bm25/scorer.py
bayesian_bm25/vector_probability.py
bayesian_bm25.egg-info/PKG-INFO
bayesian_bm25.egg-info/SOURCES.txt
bayesian_bm25.egg-info/dependency_links.txt
bayesian_bm25.egg-info/requires.txt
bayesian_bm25.egg-info/top_level.txt
benchmarks/__init__.py
benchmarks/base_rate.py
benchmarks/benchmark.py
benchmarks/bmw_upper_bound.py
benchmarks/calibration.py
benchmarks/convergence.py
benchmarks/gating_functions.py
benchmarks/hybrid_beir.py
benchmarks/learnable_weights.py
benchmarks/metrics.py
benchmarks/multi_head_attention.py
benchmarks/neural_calibration.py
benchmarks/scalability.py
benchmarks/utils.py
benchmarks/wand_upper_bound.py
benchmarks/weighted_fusion.py
tests/test_bmw.py
tests/test_calibration.py
tests/test_debug.py
tests/test_fusion.py
tests/test_metrics.py
tests/test_multi_field.py
tests/test_paper_theorems.py
tests/test_prior_aware.py
tests/test_probability.py
tests/test_scorer.py
tests/test_vector_probability.py
tests/test_wand.py