This repository hosts the anonymized executable code accompanying the NeurIPS 2026 Evaluations and Datasets submission:
From Scores to Checks: Rubric-Grounded Faithfulness Evaluation for AI-Generated Images
It contains the scripts, prompt templates, and dependency files needed to inspect or rerun the paper's evaluation logic. The released dataset/resource assets are hosted separately under the OpenReview Dataset URL.
Included
code/: training, evaluation, routing, bootstrap, and cross-dataset inference scripts
external_eval/: live external-judge scripts, prompt templates, and external-evaluation README
requirements-topic2.txt: main Python dependencies
LICENSES.md: upstream license and terms summary
.gitignore
Not included
derived dataset/resource files
source benchmark images
external reference-prediction CSVs
provider credentials
How reviewers should use this code
Download the released resource from the OpenReview Dataset URL.
Place the dataset bundle beside this code bundle or copy its data/, results/, and external_eval/reference_predictions/ directories into the locations expected by the scripts.
In the release-only setup this check should confirm that derived annotations and manifests are present; it is expected to report ready=False until the upstream benchmark images are joined locally.
The hosted dataset bundle is sufficient for core result reproduction from released annotations, predictions, and metric files. A full rerun from upstream benchmark images requires joining the original image assets and metadata, and only that fuller setup should be checked with:
the live external-judge prompting scripts and templates
The primary released evaluation resource is hosted separately for the Dataset URL and documented there through README.md, EVALUATION_CARD.md, and croissant.json.