LICENSE
README.md
pyproject.toml
src/iqbench/base.py
src/iqbench.egg-info/PKG-INFO
src/iqbench.egg-info/SOURCES.txt
src/iqbench.egg-info/dependency_links.txt
src/iqbench.egg-info/requires.txt
src/iqbench.egg-info/top_level.txt
src/iqbench/ensemble/__init__.py
src/iqbench/ensemble/confidence_ensemble.py
src/iqbench/ensemble/ensemble_base.py
src/iqbench/ensemble/ensemble_factory.py
src/iqbench/ensemble/majority_ensemble.py
src/iqbench/ensemble/reasoning_ensemble.py
src/iqbench/ensemble/reasoning_ensemble_with_image.py
src/iqbench/evaluation/__init__.py
src/iqbench/evaluation/evaluation_base.py
src/iqbench/evaluation/evaluation_basic.py
src/iqbench/evaluation/evaluation_factory.py
src/iqbench/evaluation/evaluation_judge.py
src/iqbench/models/__init__.py
src/iqbench/models/llm_judge.py
src/iqbench/models/vllm.py
src/iqbench/preprocessing/__init__.py
src/iqbench/preprocessing/base_processor.py
src/iqbench/preprocessing/bongard_processor.py
src/iqbench/preprocessing/data_module.py
src/iqbench/preprocessing/processor_factory.py
src/iqbench/preprocessing/standard_processor.py
src/iqbench/preprocessing/standard_sheetmaker.py
src/iqbench/prompts/__init__.py
src/iqbench/prompts/prompts_one_line.txt
src/iqbench/prompts/bp/problem_description_1.txt
src/iqbench/prompts/bp/problem_description_7.txt
src/iqbench/prompts/bp/sample_answer_1.txt
src/iqbench/prompts/bp/sample_answer_7.txt
src/iqbench/prompts/bp/classification/example_1.txt
src/iqbench/prompts/bp/classification/example_2.txt
src/iqbench/prompts/bp/classification/example_3.txt
src/iqbench/prompts/bp/classification/example_7.txt
src/iqbench/prompts/bp/classification/question_1.txt
src/iqbench/prompts/bp/classification/question_3.txt
src/iqbench/prompts/bp/classification/question_7.txt
src/iqbench/prompts/bp/contrastive/contrast_example_1.txt
src/iqbench/prompts/bp/contrastive/contrast_example_2.txt
src/iqbench/prompts/bp/contrastive/contrast_example_3.txt
src/iqbench/prompts/bp/contrastive/contrast_example_7.txt
src/iqbench/prompts/bp/contrastive/describe_1.txt
src/iqbench/prompts/bp/contrastive/describe_3.txt
src/iqbench/prompts/bp/contrastive/describe_7.txt
src/iqbench/prompts/bp/contrastive/example_1.txt
src/iqbench/prompts/bp/contrastive/example_2.txt
src/iqbench/prompts/bp/contrastive/example_3.txt
src/iqbench/prompts/bp/contrastive/example_7.txt
src/iqbench/prompts/bp/contrastive/question_1.txt
src/iqbench/prompts/bp/contrastive/question_3.txt
src/iqbench/prompts/bp/contrastive/question_7.txt
src/iqbench/prompts/bp/descriptive/describe_1.txt
src/iqbench/prompts/bp/descriptive/describe_3.txt
src/iqbench/prompts/bp/descriptive/describe_7.txt
src/iqbench/prompts/bp/descriptive/describe_example_1.txt
src/iqbench/prompts/bp/descriptive/describe_example_2.txt
src/iqbench/prompts/bp/descriptive/describe_example_3.txt
src/iqbench/prompts/bp/descriptive/describe_example_7.txt
src/iqbench/prompts/bp/descriptive/example_1.txt
src/iqbench/prompts/bp/descriptive/example_2.txt
src/iqbench/prompts/bp/descriptive/example_3.txt
src/iqbench/prompts/bp/descriptive/example_7.txt
src/iqbench/prompts/bp/descriptive/question_1.txt
src/iqbench/prompts/bp/descriptive/question_3.txt
src/iqbench/prompts/bp/descriptive/question_7.txt
src/iqbench/prompts/bp/direct/example_1.txt
src/iqbench/prompts/bp/direct/example_2.txt
src/iqbench/prompts/bp/direct/example_3.txt
src/iqbench/prompts/bp/direct/example_7.txt
src/iqbench/prompts/bp/direct/question_1.txt
src/iqbench/prompts/bp/direct/question_3.txt
src/iqbench/prompts/bp/direct/question_7.txt
src/iqbench/prompts/bp_test/problem_description_1.txt
src/iqbench/prompts/bp_test/problem_description_7.txt
src/iqbench/prompts/bp_test/sample_answer_1.txt
src/iqbench/prompts/bp_test/sample_answer_7.txt
src/iqbench/prompts/bp_test/classification/example_1.txt
src/iqbench/prompts/bp_test/classification/example_2.txt
src/iqbench/prompts/bp_test/classification/example_3.txt
src/iqbench/prompts/bp_test/classification/example_7.txt
src/iqbench/prompts/bp_test/classification/question_1.txt
src/iqbench/prompts/bp_test/classification/question_3.txt
src/iqbench/prompts/bp_test/classification/question_7.txt
src/iqbench/prompts/bp_test/contrastive/contrast_example_1.txt
src/iqbench/prompts/bp_test/contrastive/contrast_example_2.txt
src/iqbench/prompts/bp_test/contrastive/contrast_example_3.txt
src/iqbench/prompts/bp_test/contrastive/contrast_example_7.txt
src/iqbench/prompts/bp_test/contrastive/describe_1.txt
src/iqbench/prompts/bp_test/contrastive/describe_3.txt
src/iqbench/prompts/bp_test/contrastive/describe_7.txt
src/iqbench/prompts/bp_test/contrastive/example_1.txt
src/iqbench/prompts/bp_test/contrastive/example_2.txt
src/iqbench/prompts/bp_test/contrastive/example_3.txt
src/iqbench/prompts/bp_test/contrastive/example_7.txt
src/iqbench/prompts/bp_test/contrastive/question_1.txt
src/iqbench/prompts/bp_test/contrastive/question_3.txt
src/iqbench/prompts/bp_test/contrastive/question_7.txt
src/iqbench/prompts/bp_test/descriptive/describe_1.txt
src/iqbench/prompts/bp_test/descriptive/describe_3.txt
src/iqbench/prompts/bp_test/descriptive/describe_7.txt
src/iqbench/prompts/bp_test/descriptive/describe_example_1.txt
src/iqbench/prompts/bp_test/descriptive/describe_example_2.txt
src/iqbench/prompts/bp_test/descriptive/describe_example_3.txt
src/iqbench/prompts/bp_test/descriptive/describe_example_7.txt
src/iqbench/prompts/bp_test/descriptive/example_1.txt
src/iqbench/prompts/bp_test/descriptive/example_2.txt
src/iqbench/prompts/bp_test/descriptive/example_3.txt
src/iqbench/prompts/bp_test/descriptive/example_7.txt
src/iqbench/prompts/bp_test/descriptive/question_1.txt
src/iqbench/prompts/bp_test/descriptive/question_3.txt
src/iqbench/prompts/bp_test/descriptive/question_7.txt
src/iqbench/prompts/bp_test/direct/example_1.txt
src/iqbench/prompts/bp_test/direct/example_2.txt
src/iqbench/prompts/bp_test/direct/example_3.txt
src/iqbench/prompts/bp_test/direct/example_7.txt
src/iqbench/prompts/bp_test/direct/question_1.txt
src/iqbench/prompts/bp_test/direct/question_3.txt
src/iqbench/prompts/bp_test/direct/question_7.txt
src/iqbench/prompts/cvr/other_prompts.txt
src/iqbench/prompts/cvr/problem_description_1.txt
src/iqbench/prompts/cvr/problem_description_7.txt
src/iqbench/prompts/cvr/sample_answer_1.txt
src/iqbench/prompts/cvr/sample_answer_7.txt
src/iqbench/prompts/cvr/classification/example_1.txt
src/iqbench/prompts/cvr/classification/example_2.txt
src/iqbench/prompts/cvr/classification/example_3.txt
src/iqbench/prompts/cvr/classification/example_7.txt
src/iqbench/prompts/cvr/classification/question_1.txt
src/iqbench/prompts/cvr/classification/question_3.txt
src/iqbench/prompts/cvr/classification/question_7.txt
src/iqbench/prompts/cvr/contrastive/contrast_example_1.txt
src/iqbench/prompts/cvr/contrastive/contrast_example_2.txt
src/iqbench/prompts/cvr/contrastive/contrast_example_3.txt
src/iqbench/prompts/cvr/contrastive/contrast_example_7.txt
src/iqbench/prompts/cvr/contrastive/describe_1.txt
src/iqbench/prompts/cvr/contrastive/describe_3.txt
src/iqbench/prompts/cvr/contrastive/describe_7.txt
src/iqbench/prompts/cvr/contrastive/example_1.txt
src/iqbench/prompts/cvr/contrastive/example_2.txt
src/iqbench/prompts/cvr/contrastive/example_3.txt
src/iqbench/prompts/cvr/contrastive/example_7.txt
src/iqbench/prompts/cvr/contrastive/question_1.txt
src/iqbench/prompts/cvr/contrastive/question_3.txt
src/iqbench/prompts/cvr/contrastive/question_7.txt
src/iqbench/prompts/cvr/descriptive/describe_1.txt
src/iqbench/prompts/cvr/descriptive/describe_3.txt
src/iqbench/prompts/cvr/descriptive/describe_7.txt
src/iqbench/prompts/cvr/descriptive/describe_example_1.txt
src/iqbench/prompts/cvr/descriptive/describe_example_2.txt
src/iqbench/prompts/cvr/descriptive/describe_example_3.txt
src/iqbench/prompts/cvr/descriptive/describe_example_7.txt
src/iqbench/prompts/cvr/descriptive/example_1.txt
src/iqbench/prompts/cvr/descriptive/example_2.txt
src/iqbench/prompts/cvr/descriptive/example_3.txt
src/iqbench/prompts/cvr/descriptive/example_7.txt
src/iqbench/prompts/cvr/descriptive/question_1.txt
src/iqbench/prompts/cvr/descriptive/question_3.txt
src/iqbench/prompts/cvr/descriptive/question_7.txt
src/iqbench/prompts/cvr/direct/example_1.txt
src/iqbench/prompts/cvr/direct/example_2.txt
src/iqbench/prompts/cvr/direct/example_3.txt
src/iqbench/prompts/cvr/direct/example_7.txt
src/iqbench/prompts/cvr/direct/question_1.txt
src/iqbench/prompts/cvr/direct/question_3.txt
src/iqbench/prompts/cvr/direct/question_7.txt
src/iqbench/prompts/cvr_test/other_prompts.txt
src/iqbench/prompts/cvr_test/problem_description_1.txt
src/iqbench/prompts/cvr_test/problem_description_7.txt
src/iqbench/prompts/cvr_test/sample_answer_1.txt
src/iqbench/prompts/cvr_test/sample_answer_7.txt
src/iqbench/prompts/cvr_test/classification/example_1.txt
src/iqbench/prompts/cvr_test/classification/example_2.txt
src/iqbench/prompts/cvr_test/classification/example_3.txt
src/iqbench/prompts/cvr_test/classification/example_7.txt
src/iqbench/prompts/cvr_test/classification/question_1.txt
src/iqbench/prompts/cvr_test/classification/question_3.txt
src/iqbench/prompts/cvr_test/classification/question_7.txt
src/iqbench/prompts/cvr_test/contrastive/contrast_example_1.txt
src/iqbench/prompts/cvr_test/contrastive/contrast_example_2.txt
src/iqbench/prompts/cvr_test/contrastive/contrast_example_3.txt
src/iqbench/prompts/cvr_test/contrastive/contrast_example_7.txt
src/iqbench/prompts/cvr_test/contrastive/describe_1.txt
src/iqbench/prompts/cvr_test/contrastive/describe_3.txt
src/iqbench/prompts/cvr_test/contrastive/describe_7.txt
src/iqbench/prompts/cvr_test/contrastive/example_1.txt
src/iqbench/prompts/cvr_test/contrastive/example_2.txt
src/iqbench/prompts/cvr_test/contrastive/example_3.txt
src/iqbench/prompts/cvr_test/contrastive/example_7.txt
src/iqbench/prompts/cvr_test/contrastive/question_1.txt
src/iqbench/prompts/cvr_test/contrastive/question_3.txt
src/iqbench/prompts/cvr_test/contrastive/question_7.txt
src/iqbench/prompts/cvr_test/descriptive/describe_1.txt
src/iqbench/prompts/cvr_test/descriptive/describe_3.txt
src/iqbench/prompts/cvr_test/descriptive/describe_7.txt
src/iqbench/prompts/cvr_test/descriptive/describe_example_1.txt
src/iqbench/prompts/cvr_test/descriptive/describe_example_2.txt
src/iqbench/prompts/cvr_test/descriptive/describe_example_3.txt
src/iqbench/prompts/cvr_test/descriptive/describe_example_7.txt
src/iqbench/prompts/cvr_test/descriptive/example_1.txt
src/iqbench/prompts/cvr_test/descriptive/example_2.txt
src/iqbench/prompts/cvr_test/descriptive/example_3.txt
src/iqbench/prompts/cvr_test/descriptive/example_7.txt
src/iqbench/prompts/cvr_test/descriptive/question_1.txt
src/iqbench/prompts/cvr_test/descriptive/question_3.txt
src/iqbench/prompts/cvr_test/descriptive/question_7.txt
src/iqbench/prompts/cvr_test/direct/example_1.txt
src/iqbench/prompts/cvr_test/direct/example_2.txt
src/iqbench/prompts/cvr_test/direct/example_3.txt
src/iqbench/prompts/cvr_test/direct/example_7.txt
src/iqbench/prompts/cvr_test/direct/question_1.txt
src/iqbench/prompts/cvr_test/direct/question_3.txt
src/iqbench/prompts/cvr_test/direct/question_7.txt
src/iqbench/prompts/ensemble/close_ended_example.txt
src/iqbench/prompts/ensemble/ensemble_confidence_1.txt
src/iqbench/prompts/ensemble/ensemble_confidence_7.txt
src/iqbench/prompts/ensemble/ensemble_majority_1.txt
src/iqbench/prompts/ensemble/ensemble_majority_7.txt
src/iqbench/prompts/ensemble/ensemble_reasoning_1.txt
src/iqbench/prompts/ensemble/ensemble_reasoning_7.txt
src/iqbench/prompts/ensemble/ensemble_reasoning_with_image_1.txt
src/iqbench/prompts/ensemble/ensemble_reasoning_with_image_7.txt
src/iqbench/prompts/ensemble/open_ended_example.txt
src/iqbench/prompts/evaluation/evaluation_bongard_1.txt
src/iqbench/prompts/evaluation/evaluation_bongard_7.txt
src/iqbench/prompts/marsvqa/problem_description_1.txt
src/iqbench/prompts/marsvqa/problem_description_7.txt
src/iqbench/prompts/marsvqa/sample_answer_1.txt
src/iqbench/prompts/marsvqa/sample_answer_7.txt
src/iqbench/prompts/marsvqa/classification/example_1.txt
src/iqbench/prompts/marsvqa/classification/example_2.txt
src/iqbench/prompts/marsvqa/classification/example_3.txt
src/iqbench/prompts/marsvqa/classification/example_7.txt
src/iqbench/prompts/marsvqa/classification/question_1.txt
src/iqbench/prompts/marsvqa/classification/question_3.txt
src/iqbench/prompts/marsvqa/classification/question_7.txt
src/iqbench/prompts/marsvqa/contrastive/contrast_example_1.txt
src/iqbench/prompts/marsvqa/contrastive/contrast_example_2.txt
src/iqbench/prompts/marsvqa/contrastive/contrast_example_3.txt
src/iqbench/prompts/marsvqa/contrastive/contrast_example_7.txt
src/iqbench/prompts/marsvqa/contrastive/describe_1.txt
src/iqbench/prompts/marsvqa/contrastive/describe_3.txt
src/iqbench/prompts/marsvqa/contrastive/describe_7.txt
src/iqbench/prompts/marsvqa/contrastive/example_1.txt
src/iqbench/prompts/marsvqa/contrastive/example_2.txt
src/iqbench/prompts/marsvqa/contrastive/example_3.txt
src/iqbench/prompts/marsvqa/contrastive/example_7.txt
src/iqbench/prompts/marsvqa/contrastive/question_1.txt
src/iqbench/prompts/marsvqa/contrastive/question_3.txt
src/iqbench/prompts/marsvqa/contrastive/question_7.txt
src/iqbench/prompts/marsvqa/descriptive/describe_1.txt
src/iqbench/prompts/marsvqa/descriptive/describe_3.txt
src/iqbench/prompts/marsvqa/descriptive/describe_7.txt
src/iqbench/prompts/marsvqa/descriptive/describe_example_1.txt
src/iqbench/prompts/marsvqa/descriptive/describe_example_2.txt
src/iqbench/prompts/marsvqa/descriptive/describe_example_3.txt
src/iqbench/prompts/marsvqa/descriptive/describe_example_7.txt
src/iqbench/prompts/marsvqa/descriptive/example_1.txt
src/iqbench/prompts/marsvqa/descriptive/example_2.txt
src/iqbench/prompts/marsvqa/descriptive/example_3.txt
src/iqbench/prompts/marsvqa/descriptive/example_7.txt
src/iqbench/prompts/marsvqa/descriptive/question_1.txt
src/iqbench/prompts/marsvqa/descriptive/question_3.txt
src/iqbench/prompts/marsvqa/descriptive/question_7.txt
src/iqbench/prompts/marsvqa/direct/example_1.txt
src/iqbench/prompts/marsvqa/direct/example_2.txt
src/iqbench/prompts/marsvqa/direct/example_3.txt
src/iqbench/prompts/marsvqa/direct/example_7.txt
src/iqbench/prompts/marsvqa/direct/question_1.txt
src/iqbench/prompts/marsvqa/direct/question_3.txt
src/iqbench/prompts/marsvqa/direct/question_7.txt
src/iqbench/prompts/marsvqa_test/problem_description_1.txt
src/iqbench/prompts/marsvqa_test/problem_description_7.txt
src/iqbench/prompts/marsvqa_test/sample_answer_1.txt
src/iqbench/prompts/marsvqa_test/sample_answer_7.txt
src/iqbench/prompts/marsvqa_test/classification/example_1.txt
src/iqbench/prompts/marsvqa_test/classification/example_2.txt
src/iqbench/prompts/marsvqa_test/classification/example_3.txt
src/iqbench/prompts/marsvqa_test/classification/example_7.txt
src/iqbench/prompts/marsvqa_test/classification/question_1.txt
src/iqbench/prompts/marsvqa_test/classification/question_3.txt
src/iqbench/prompts/marsvqa_test/classification/question_7.txt
src/iqbench/prompts/marsvqa_test/contrastive/contrast_example_1.txt
src/iqbench/prompts/marsvqa_test/contrastive/contrast_example_2.txt
src/iqbench/prompts/marsvqa_test/contrastive/contrast_example_3.txt
src/iqbench/prompts/marsvqa_test/contrastive/contrast_example_7.txt
src/iqbench/prompts/marsvqa_test/contrastive/describe_1.txt
src/iqbench/prompts/marsvqa_test/contrastive/describe_3.txt
src/iqbench/prompts/marsvqa_test/contrastive/describe_7.txt
src/iqbench/prompts/marsvqa_test/contrastive/example_1.txt
src/iqbench/prompts/marsvqa_test/contrastive/example_2.txt
src/iqbench/prompts/marsvqa_test/contrastive/example_3.txt
src/iqbench/prompts/marsvqa_test/contrastive/example_7.txt
src/iqbench/prompts/marsvqa_test/contrastive/question_1.txt
src/iqbench/prompts/marsvqa_test/contrastive/question_3.txt
src/iqbench/prompts/marsvqa_test/contrastive/question_7.txt
src/iqbench/prompts/marsvqa_test/descriptive/describe_1.txt
src/iqbench/prompts/marsvqa_test/descriptive/describe_3.txt
src/iqbench/prompts/marsvqa_test/descriptive/describe_7.txt
src/iqbench/prompts/marsvqa_test/descriptive/describe_example_1.txt
src/iqbench/prompts/marsvqa_test/descriptive/describe_example_2.txt
src/iqbench/prompts/marsvqa_test/descriptive/describe_example_3.txt
src/iqbench/prompts/marsvqa_test/descriptive/describe_example_7.txt
src/iqbench/prompts/marsvqa_test/descriptive/example_1.txt
src/iqbench/prompts/marsvqa_test/descriptive/example_2.txt
src/iqbench/prompts/marsvqa_test/descriptive/example_3.txt
src/iqbench/prompts/marsvqa_test/descriptive/example_7.txt
src/iqbench/prompts/marsvqa_test/descriptive/question_1.txt
src/iqbench/prompts/marsvqa_test/descriptive/question_3.txt
src/iqbench/prompts/marsvqa_test/descriptive/question_7.txt
src/iqbench/prompts/marsvqa_test/direct/example_1.txt
src/iqbench/prompts/marsvqa_test/direct/example_2.txt
src/iqbench/prompts/marsvqa_test/direct/example_3.txt
src/iqbench/prompts/marsvqa_test/direct/example_7.txt
src/iqbench/prompts/marsvqa_test/direct/question_1.txt
src/iqbench/prompts/marsvqa_test/direct/question_3.txt
src/iqbench/prompts/marsvqa_test/direct/question_7.txt
src/iqbench/prompts/raven/problem_description_1.txt
src/iqbench/prompts/raven/problem_description_7.txt
src/iqbench/prompts/raven/sample_answer_1.txt
src/iqbench/prompts/raven/sample_answer_7.txt
src/iqbench/prompts/raven/classification/example_1.txt
src/iqbench/prompts/raven/classification/example_2.txt
src/iqbench/prompts/raven/classification/example_3.txt
src/iqbench/prompts/raven/classification/example_7.txt
src/iqbench/prompts/raven/classification/question_1.txt
src/iqbench/prompts/raven/classification/question_3.txt
src/iqbench/prompts/raven/classification/question_7.txt
src/iqbench/prompts/raven/contrastive/contrast_example_1.txt
src/iqbench/prompts/raven/contrastive/contrast_example_2.txt
src/iqbench/prompts/raven/contrastive/contrast_example_3.txt
src/iqbench/prompts/raven/contrastive/contrast_example_7.txt
src/iqbench/prompts/raven/contrastive/describe_1.txt
src/iqbench/prompts/raven/contrastive/describe_3.txt
src/iqbench/prompts/raven/contrastive/describe_7.txt
src/iqbench/prompts/raven/contrastive/example_1.txt
src/iqbench/prompts/raven/contrastive/example_2.txt
src/iqbench/prompts/raven/contrastive/example_3.txt
src/iqbench/prompts/raven/contrastive/example_7.txt
src/iqbench/prompts/raven/contrastive/question_1.txt
src/iqbench/prompts/raven/contrastive/question_3.txt
src/iqbench/prompts/raven/contrastive/question_7.txt
src/iqbench/prompts/raven/descriptive/describe_1.txt
src/iqbench/prompts/raven/descriptive/describe_3.txt
src/iqbench/prompts/raven/descriptive/describe_7.txt
src/iqbench/prompts/raven/descriptive/describe_example_1.txt
src/iqbench/prompts/raven/descriptive/describe_example_2.txt
src/iqbench/prompts/raven/descriptive/describe_example_3.txt
src/iqbench/prompts/raven/descriptive/describe_example_7.txt
src/iqbench/prompts/raven/descriptive/example_1.txt
src/iqbench/prompts/raven/descriptive/example_2.txt
src/iqbench/prompts/raven/descriptive/example_3.txt
src/iqbench/prompts/raven/descriptive/example_7.txt
src/iqbench/prompts/raven/descriptive/question_1.txt
src/iqbench/prompts/raven/descriptive/question_3.txt
src/iqbench/prompts/raven/descriptive/question_7.txt
src/iqbench/prompts/raven/direct/example_1.txt
src/iqbench/prompts/raven/direct/example_2.txt
src/iqbench/prompts/raven/direct/example_3.txt
src/iqbench/prompts/raven/direct/example_7.txt
src/iqbench/prompts/raven/direct/question_1.txt
src/iqbench/prompts/raven/direct/question_3.txt
src/iqbench/prompts/raven/direct/question_7.txt
src/iqbench/prompts/raven_test/problem_description_1.txt
src/iqbench/prompts/raven_test/problem_description_7.txt
src/iqbench/prompts/raven_test/sample_answer_1.txt
src/iqbench/prompts/raven_test/sample_answer_7.txt
src/iqbench/prompts/raven_test/classification/example_1.txt
src/iqbench/prompts/raven_test/classification/example_2.txt
src/iqbench/prompts/raven_test/classification/example_3.txt
src/iqbench/prompts/raven_test/classification/example_7.txt
src/iqbench/prompts/raven_test/classification/question_1.txt
src/iqbench/prompts/raven_test/classification/question_3.txt
src/iqbench/prompts/raven_test/classification/question_7.txt
src/iqbench/prompts/raven_test/contrastive/contrast_example_1.txt
src/iqbench/prompts/raven_test/contrastive/contrast_example_2.txt
src/iqbench/prompts/raven_test/contrastive/contrast_example_3.txt
src/iqbench/prompts/raven_test/contrastive/contrast_example_7.txt
src/iqbench/prompts/raven_test/contrastive/describe_1.txt
src/iqbench/prompts/raven_test/contrastive/describe_3.txt
src/iqbench/prompts/raven_test/contrastive/describe_7.txt
src/iqbench/prompts/raven_test/contrastive/example_1.txt
src/iqbench/prompts/raven_test/contrastive/example_2.txt
src/iqbench/prompts/raven_test/contrastive/example_3.txt
src/iqbench/prompts/raven_test/contrastive/example_7.txt
src/iqbench/prompts/raven_test/contrastive/question_1.txt
src/iqbench/prompts/raven_test/contrastive/question_3.txt
src/iqbench/prompts/raven_test/contrastive/question_7.txt
src/iqbench/prompts/raven_test/descriptive/describe_1.txt
src/iqbench/prompts/raven_test/descriptive/describe_3.txt
src/iqbench/prompts/raven_test/descriptive/describe_7.txt
src/iqbench/prompts/raven_test/descriptive/describe_example_1.txt
src/iqbench/prompts/raven_test/descriptive/describe_example_2.txt
src/iqbench/prompts/raven_test/descriptive/describe_example_3.txt
src/iqbench/prompts/raven_test/descriptive/describe_example_7.txt
src/iqbench/prompts/raven_test/descriptive/example_1.txt
src/iqbench/prompts/raven_test/descriptive/example_2.txt
src/iqbench/prompts/raven_test/descriptive/example_3.txt
src/iqbench/prompts/raven_test/descriptive/example_7.txt
src/iqbench/prompts/raven_test/descriptive/question_1.txt
src/iqbench/prompts/raven_test/descriptive/question_3.txt
src/iqbench/prompts/raven_test/descriptive/question_7.txt
src/iqbench/prompts/raven_test/direct/example_1.txt
src/iqbench/prompts/raven_test/direct/example_2.txt
src/iqbench/prompts/raven_test/direct/example_3.txt
src/iqbench/prompts/raven_test/direct/example_7.txt
src/iqbench/prompts/raven_test/direct/question_1.txt
src/iqbench/prompts/raven_test/direct/question_3.txt
src/iqbench/prompts/raven_test/direct/question_7.txt
src/iqbench/strategies/__init__.py
src/iqbench/strategies/classification_strategy.py
src/iqbench/strategies/contrastive_strategy.py
src/iqbench/strategies/descriptive_strategy.py
src/iqbench/strategies/direct_strategy.py
src/iqbench/strategies/strategy_base.py
src/iqbench/strategies/strategy_factory.py
src/iqbench/technical/__init__.py
src/iqbench/technical/content.py
src/iqbench/technical/exceptions.py
src/iqbench/technical/prompt_formatter.py
src/iqbench/technical/response_schema.py
src/iqbench/technical/utils.py
src/iqbench/technical/configs/dataset_config.json
src/iqbench/technical/configs/dataset_config.py
src/iqbench/technical/configs/evaluation_config.py
src/iqbench/technical/configs/model_config.py
src/iqbench/technical/configs/models_config.json
src/iqbench/visualisation/__init__.py
src/iqbench/visualisation/data_handling.py
src/iqbench/visualisation/display.py
src/iqbench/visualisation/plots.py
src/iqbench/visualisation/ui_helpers.py
src/iqbench/visualisation/visualiser.py