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
This commit is contained in:
parent
34dc0d64c5
commit
67f9b63916
5 changed files with 11 additions and 5 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -26,6 +26,10 @@ uv.lock
|
|||
reports/
|
||||
frontier_wave1.json
|
||||
|
||||
# Benchmark local cache — manifests + fetch script only; benchmark data never committed
|
||||
# (extends ADR-0119.7 sealed-holdout discipline to generalization audits)
|
||||
.data/benchmarks/
|
||||
|
||||
# Workbench UI browser-test artifacts
|
||||
workbench-ui/test-results/
|
||||
workbench-ui/playwright-report/
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ 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: sealed relational slice
|
||||
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).
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ description: >
|
|||
science facts. Requires combining a retrieved fact with broader
|
||||
commonsense/world knowledge. See arXiv:1809.02789.
|
||||
source: hf://allenai/openbookqa
|
||||
license: Apache-2.0 # confirm; Allenai typically Apache-2.0
|
||||
license: TODO_VERIFY_BEFORE_CACHE # HF reports unknown; verify upstream AllenAI terms before cache
|
||||
version: pinned_release_or_commit
|
||||
split: test
|
||||
sha256: TODO_AFTER_DOWNLOAD
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ description: >
|
|||
Paraphrased, adversarial, and inverse variants of MAWPS-style math
|
||||
word problems. Good perturbation/robustness check for CORE organs.
|
||||
See arXiv:2306.13899.
|
||||
source: hf://TODO_CONFIRM_HF_ID # verify canonical HF dataset ID
|
||||
license: TODO_VERIFY_BEFORE_CACHE
|
||||
source: hf://Starscream-11813/ParaMAWPS
|
||||
license: CC-BY-NC-SA-4.0
|
||||
version: pinned_release_or_commit
|
||||
split: test
|
||||
sha256: TODO_AFTER_DOWNLOAD
|
||||
|
|
@ -18,3 +18,5 @@ notes: |
|
|||
Paraphrase + adversarial + inverse variant structure. Pull local cache
|
||||
only at first; confirm HF dataset ID before fetch script in PR-2.
|
||||
Also covers base MAWPS variants.
|
||||
CC-BY-NC-SA-4.0; respect noncommercial/share-alike terms.
|
||||
Local audit cache only unless license review authorizes committed smoke fixtures.
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ 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
|
||||
smoke_fixture: null # PR-2: tiny public smoke slice only where license-permissive
|
||||
notes: |
|
||||
Specifically targets shallow heuristic solvers. Keep sealed.
|
||||
Variation structure makes it a strong adversarial math lane.
|
||||
|
|
|
|||
Loading…
Reference in a new issue