Cleaned project layout focused on the main workflow.
- Generate or sample datasets in
gen_data/. - Run evaluations with
test/run_tests.sh. - Review model outputs in
test/result/. - Run analysis scripts in
analysis/.
gen_data/: dataset generation and sampling scripts.test/: evaluation runner and test logic.test/result/: generated evaluation outputs.analysis/: post-processing and statistics scripts.
test/run_tests.sh: primary test runner.test/test.py: evaluation logic used by the runner.test/questions.py: question definitions and evaluation helpers.unified_mllm.py: unified model wrapper.
- Most one-off debug/example scripts were removed to keep the project focused.
- If you want, I can do a second-pass cleanup for old result subfolders (for example only keep
recheck/or only keep latest runs).