How to Run Evaluation Experiments¶
Last verified: 2026-07-26 against dev at f0388abb.
Use this guide to run Phoenix/Arize experiments for extraction and checklist quality.
Inputs¶
- Arize account access.
- Client-specific Arize API key and Space ID.
- Document URI and ground-truth URI for extraction experiments.
- Checklist ground truth when running checklist/report experiments.
- Local env hydrated through
make env-phoenix.
Extraction Experiment¶
- Hydrate Phoenix env.
make env-phoenix
-
Add client-specific Arize credentials to
phoenix/.env.local. -
Set document and ground-truth URIs.
-
Register the dataset.
make register-arize-dataset
- Run the experiment.
make run-arize-exp
Or run direct extractor mode:
make run-arize-exp-direct
Checklist Experiment¶
Follow the checklist section in phoenix/README.md. The experiment scores checklist status accuracy, coverage, and comment quality against hand-authored ground truth.
Verification¶
- Dataset appears in Arize.
- Experiment run completes.
- Evaluator scores are populated.
- Traces do not include secrets or long-lived keys.