Skip to main content
Evaluator execution is not enabled in the current experiments release. Datasets can already store expected_output, but Fetch Hive does not yet run automatic scoring or pass/fail checks from it.

Current behavior

When you upload a dataset, expected_output is stored with each row. Use it during manual review and row comparison. No exact-match evaluator runs automatically today.

Planned evaluator types

Future evaluator support may include:

How should I prepare datasets for evaluators?

Add expected_output when you have a known answer. Use metadata.* columns to group rows by topic, priority, source, language, or case id. Keep expected outputs concise when you expect exact or contains checks. Use structured JSON in expected_output when future field-level checks will be useful. Example:
See also: Datasets and Review results