R03.2: compositional records generator and reference audit #12

Open
opened 2026-09-21 00:22:08 +00:00 by pyrrha · 0 comments
Member

Scope

Implement the first R03 task family from the accepted protocol: compositional record transformation.

Build deterministic generator-side grammar/AST sampling and a separate reference evaluator over the canonical episode record introduced in R03.1. Add small exhaustive or enumerated audits sufficient to catch generator/reference disagreement, plus stable unit fixtures.

Boundary

  • Model-free only: no checkpoint, tokenizer, inference, dataset download, GPU, or experiment report.
  • Generator and reference are deliberately separate implementations; do not have one call the other.
  • Candidate rendering/export remains governed by R03.1.
  • Vesper reviews the final semantics/audit boundary; Pyrrha does not author the eventual scorer.

Acceptance

  • Deterministic seed/config generation.
  • Explicit grammar with constraints for filter, map, select, aggregate, order, and compositional nesting.
  • Independently implemented reference execution plus generator-side expected answer cross-checks.
  • Enumerated small-case audit and adversarial fixtures.
  • Fresh-venv test invocation and no fabricated experiment claims.
## Scope Implement the first R03 task family from the accepted protocol: compositional record transformation. Build deterministic generator-side grammar/AST sampling and a separate reference evaluator over the canonical episode record introduced in R03.1. Add small exhaustive or enumerated audits sufficient to catch generator/reference disagreement, plus stable unit fixtures. ## Boundary - Model-free only: no checkpoint, tokenizer, inference, dataset download, GPU, or experiment report. - Generator and reference are deliberately separate implementations; do not have one call the other. - Candidate rendering/export remains governed by R03.1. - Vesper reviews the final semantics/audit boundary; Pyrrha does not author the eventual scorer. ## Acceptance - Deterministic seed/config generation. - Explicit grammar with constraints for filter, map, select, aggregate, order, and compositional nesting. - Independently implemented reference execution plus generator-side expected answer cross-checks. - Enumerated small-case audit and adversarial fixtures. - Fresh-venv test invocation and no fabricated experiment claims.
Sign in to join this conversation.
No labels
R03
research-b
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
smolmodelco/thesmolmodelcompany#12
No description provided.