README.md
pyproject.toml
src/mitigv/__init__.py
src/mitigv/api.py
src/mitigv/perturbations.py
src/mitigv.egg-info/PKG-INFO
src/mitigv.egg-info/SOURCES.txt
src/mitigv.egg-info/dependency_links.txt
src/mitigv.egg-info/entry_points.txt
src/mitigv.egg-info/requires.txt
src/mitigv.egg-info/top_level.txt
src/mitigv/algorithms/__init__.py
src/mitigv/algorithms/agla.py
src/mitigv/algorithms/icd.py
src/mitigv/algorithms/m3id.py
src/mitigv/algorithms/only.py
src/mitigv/algorithms/opera.py
src/mitigv/algorithms/pai.py
src/mitigv/algorithms/probe_steer.py
src/mitigv/algorithms/vcd.py
src/mitigv/algorithms/vista.py
src/mitigv/backends/__init__.py
src/mitigv/backends/_generic_impl.py
src/mitigv/backends/factory.py
src/mitigv/backends/generic.py
src/mitigv/backends/hf_common.py
src/mitigv/backends/llava.py
src/mitigv/backends/qwen2_5_vl.py
src/mitigv/core/__init__.py
src/mitigv/core/base.py
src/mitigv/core/interfaces.py
src/mitigv/core/registry.py
src/mitigv/evaluation/__init__.py
src/mitigv/evaluation/chair.py
src/mitigv/evaluation/discriminative.py
src/mitigv/evaluation/frontier.py
src/mitigv/evaluation/judge.py
src/mitigv/evaluation/length_analysis.py
src/mitigv/evaluation/pipeline.py
src/mitigv/evaluation/pope.py
src/mitigv/evaluation/run_pope.py
src/mitigv/evaluation/train_probe.py
src/mitigv/evaluation/tuning.py
src/mitigv/evaluation/data/__init__.py
src/mitigv/evaluation/data/chair_synonyms.txt
src/mitigv/evaluation/prompts/extract_objects.txt
tests/test_agla.py
tests/test_backend_factory.py
tests/test_base.py
tests/test_beam.py
tests/test_chair.py
tests/test_discriminative.py
tests/test_frontier.py
tests/test_generic.py
tests/test_icd.py
tests/test_judge.py
tests/test_length_analysis.py
tests/test_llava.py
tests/test_m3id.py
tests/test_mitigate.py
tests/test_only.py
tests/test_opera.py
tests/test_pai.py
tests/test_perturbations.py
tests/test_pipeline_evaluation.py
tests/test_pope.py
tests/test_probe_steer.py
tests/test_qwen2_5_vl.py
tests/test_registry.py
tests/test_tuning.py
tests/test_vcd.py
tests/test_vista.py