.env.dist
.gitignore
CHANGELOG.md
CITATION.cff
Justfile
LICENSE.txt
README.md
pyproject.toml
.github/workflows/ci.yml
assets/result_matrices_plot.png
example_data/grounded_qa.jsonl
grouse/__init__.py
grouse/dtos.py
grouse/grounded_qa_evaluator.py
grouse/main.py
grouse/meta_evaluator.py
grouse/plot.py
grouse/register_models.py
grouse/utils.py
grouse.egg-info/PKG-INFO
grouse.egg-info/SOURCES.txt
grouse.egg-info/dependency_links.txt
grouse.egg-info/entry_points.txt
grouse.egg-info/requires.txt
grouse.egg-info/top_level.txt
grouse/gpt4_prompts/answer_relevancy.txt.jinja
grouse/gpt4_prompts/completeness.txt.jinja
grouse/gpt4_prompts/faithfulness.txt.jinja
grouse/gpt4_prompts/usefulness.txt.jinja
tests/test_grounded_qa_evaluator.py
tests/test_utils.py