core/evals/generalization/manifests/svamp.yaml
Shay 34dc0d64c5 feat(evals): add generalization benchmark manifests + policy (PR-1 of 2)
Adds policy document and sealed manifest records for the first 8
external audit datasets. No data is vendored. Local cache paths are
gitignored. Fetch/verify scripts and smoke fixtures come in PR-2.

Datasets: GSM1K, ASDiv, SVAMP, PARA-MAWPS, ARC-Easy, ARC-Challenge,
          OpenBookQA, CLUTRR
2026-06-23 05:59:36 -07:00

19 lines
748 B
YAML

dataset: SVAMP
purpose: sealed_audit_not_training
description: >
Simple Variations on Arithmetic Math word Problems. Designed specifically
to expose shallow heuristics in simple math word-problem solvers.
See arXiv:2103.07191.
source: hf://ChilleD/SVAMP
license: TODO_VERIFY_BEFORE_CACHE # check Patel et al. license
version: pinned_release_or_commit
split: test
sha256: TODO_AFTER_DOWNLOAD
local_cache: .data/benchmarks/svamp/
repo_policy: manifest_only
inspection_policy: aggregate_reports_only
mutation_policy: no_direct_pack_policy_operator_mutation
smoke_fixture: null # PR-2: add sealed audit slice
notes: |
Specifically targets shallow heuristic solvers. Keep sealed.
Variation structure makes it a strong adversarial math lane.