core/evals/generalization/manifests/clutrr.yaml
Shay 67f9b63916 fix(evals): align benchmark manifests and gitignore with sealed-holdout policy
- Adds benchmark cache ignore rule to extend ADR-0119.7 discipline
- Removes sealed slice references from manifest smoke fixture lines
- Clarifies openbookqa and para_mawps license gates
2026-06-23 06:12:50 -07:00

20 lines
899 B
YAML

dataset: CLUTRR
purpose: sealed_audit_not_training
description: >
Diagnostic Benchmark for Inductive Reasoning from Text. Kinship and
entity relation inference from short stories. Maps directly onto CORE's
relational reasoning work. See arXiv:1908.06177.
source: hf://CLUTRR/v1 # confirm canonical HF path
license: TODO_VERIFY_BEFORE_CACHE # check Sinha et al. / McGill license
version: pinned_release_or_commit
split: test
sha256: TODO_AFTER_DOWNLOAD
local_cache: .data/benchmarks/clutrr/
repo_policy: manifest_only
inspection_policy: aggregate_reports_only
mutation_policy: no_direct_pack_policy_operator_mutation
smoke_fixture: null # PR-2: tiny public smoke slice only where license-permissive
notes: |
Best alignment to CORE's relation/field work. Kinship graph inference
from stories; variable-length reasoning chains (k=2..10).
Keep sealed slice for hold-out relational audit.