LICENSE
MANIFEST.in
README.md
pyproject.toml
src/phantom_eval/__init__.py
src/phantom_eval/__main__.py
src/phantom_eval/_types.py
src/phantom_eval/constants.py
src/phantom_eval/evaluate_utils.py
src/phantom_eval/gpu_utils.py
src/phantom_eval/plotting_utils.py
src/phantom_eval/prolog_utils.py
src/phantom_eval/prompts.py
src/phantom_eval/score.py
src/phantom_eval/utils.py
src/phantom_eval/agents/__init__.py
src/phantom_eval/agents/common.py
src/phantom_eval/agents/cot.py
src/phantom_eval/agents/nshot.py
src/phantom_eval/agents/react.py
src/phantom_eval/llm/__init__.py
src/phantom_eval/llm/anthropic.py
src/phantom_eval/llm/common.py
src/phantom_eval/llm/gemini.py
src/phantom_eval/llm/llms_rpm_tpm_config.yaml
src/phantom_eval/llm/openai.py
src/phantom_eval/llm/together.py
src/phantom_eval/llm/vllm.py
src/phantom_wiki/__init__.py
src/phantom_wiki/__main__.py
src/phantom_wiki/generate_dataset.py
src/phantom_wiki.egg-info/PKG-INFO
src/phantom_wiki.egg-info/SOURCES.txt
src/phantom_wiki.egg-info/dependency_links.txt
src/phantom_wiki.egg-info/entry_points.txt
src/phantom_wiki.egg-info/requires.txt
src/phantom_wiki.egg-info/top_level.txt
src/phantom_wiki/core/__init__.py
src/phantom_wiki/core/article.py
src/phantom_wiki/core/questions.py
src/phantom_wiki/core/constants/__init__.py
src/phantom_wiki/core/constants/article_templates.py
src/phantom_wiki/core/constants/relation_templates.py
src/phantom_wiki/facts/__init__.py
src/phantom_wiki/facts/database.py
src/phantom_wiki/facts/question_difficulty.py
src/phantom_wiki/facts/sample.py
src/phantom_wiki/facts/templates.py
src/phantom_wiki/facts/attributes/__init__.py
src/phantom_wiki/facts/attributes/constants.py
src/phantom_wiki/facts/attributes/generate_attributes.py
src/phantom_wiki/facts/attributes/rules.pl
src/phantom_wiki/facts/family/__init__.py
src/phantom_wiki/facts/family/constants.py
src/phantom_wiki/facts/family/generate.py
src/phantom_wiki/facts/family/person_factory.py
src/phantom_wiki/facts/family/rules_base.pl
src/phantom_wiki/facts/family/rules_derived.pl
src/phantom_wiki/facts/family/names/female_names.json
src/phantom_wiki/facts/family/names/last_names.json
src/phantom_wiki/facts/family/names/male_names.json
src/phantom_wiki/facts/friends/__init__.py
src/phantom_wiki/facts/friends/constants.py
src/phantom_wiki/facts/friends/generate.py
src/phantom_wiki/facts/friends/rules.pl
src/phantom_wiki/utils/__init__.py
src/phantom_wiki/utils/family.py
src/phantom_wiki/utils/get_answer.py
src/phantom_wiki/utils/hf_datasets.py
src/phantom_wiki/utils/parsing.py
src/phantom_wiki/utils/prolog.py
src/phantom_wiki/utils/visualization.py
tests/phantom_eval/mock_rpm_tpm_config.yaml
tests/phantom_wiki/resources/articles/Adele Ervin.txt
tests/phantom_wiki/resources/articles/Aida Wang.txt
tests/phantom_wiki/resources/databases/small.pl
tests/phantom_wiki/resources/databases/small_107.pl
tests/phantom_wiki/resources/databases/test.pl
tests/phantom_wiki/resources/facts/hobbies.json
tests/phantom_wiki/resources/facts/jobs.json
tests/phantom_wiki/resources/friends/friendship_tree_100.pl
tests/phantom_wiki/resources/questions/friends.json
tests/phantom_wiki/resources/questions/hardmode.json
tests/phantom_wiki/resources/questions/sample_0.json
tests/phantom_wiki/resources/questions/sample_0_valid.json
tests/phantom_wiki/resources/questions/sample_1.json
tests/phantom_wiki/resources/questions/sample_1_valid.json
tests/phantom_wiki/resources/questions/sample_2.json
tests/phantom_wiki/resources/questions/sample_2_valid.json
tests/phantom_wiki/resources/questions/sample_3.json
tests/phantom_wiki/resources/questions/sample_3_valid.json
tests/phantom_wiki/resources/questions/sample_4.json
tests/phantom_wiki/resources/questions/sample_4_valid.json
tests/phantom_wiki/resources/questions/sample_5.json
tests/phantom_wiki/resources/questions/sample_5_valid.json
tests/phantom_wiki/resources/questions/sample_6.json
tests/phantom_wiki/resources/questions/sample_6_valid.json
tests/phantom_wiki/resources/questions/sample_7.json
tests/phantom_wiki/resources/questions/sample_7_valid.json
tests/phantom_wiki/resources/templates/templates_depth_10.json
tests/phantom_wiki/resources/templates/templates_depth_6.json
tests/phantom_wiki/resources/templates/templates_depth_8.json