Goal 11, Task 3 — [11-3] · GEML Goals 6–12 (roadmap, README §5) · Size: M
Independence
Hard prerequisites (genuinely required): [8-2], [9-0]. These cannot be stubbed: it runs frontier LLMs over the frozen proof and SR benchmarks through the same verifier so verified-correct vs claimed-correct rates are comparable.
What can start early, before the prerequisites merge: claim the issue, write the config and the tiny-fixture smoke test — only the work that touches real merged code or production artifacts must wait.
- Exclusive write set — no other issue edits your owned paths, so your PR cannot conflict with parallel work.
- Branch:
issue/11-3-<short-slug>.
Objective
Run the frontier-LLM reference on the frozen benchmarks, verifier-normalized: report verified-correct vs claimed-correct rates so LLM numbers are comparable to the pipeline's, as a reference — not a controlled baseline.
Exclusive file ownership
Owned paths — this branch may edit only these paths:
src/geml/experiments/goal11/llm_reference.py
configs/goal11_llm.yaml
docs/goals/goal11/LLM_REFERENCE.md
tests/experiments/test_goal11_llm_smoke.py
Read-only dependencies:
- Benchmarks [8-2]/[9-0]
- verifier [2-6]
Tasks
Acceptance criteria
Validation
Out of scope
- Do not fold into gate verdicts; [12-0] consumes this as context.
PR checklist
Clean-room rule: Implement only from the current repository specifications and authoritative public sources. Use the v0 prototype only to understand what was measured and why — never as a code template. If an interface is ambiguous, stop and ask rather than modifying another issue's contract.
Goal 11, Task 3 —
[11-3]· GEML Goals 6–12 (roadmap, README §5) · Size:MIndependence
Hard prerequisites (genuinely required): [8-2], [9-0]. These cannot be stubbed: it runs frontier LLMs over the frozen proof and SR benchmarks through the same verifier so verified-correct vs claimed-correct rates are comparable.
What can start early, before the prerequisites merge: claim the issue, write the config and the tiny-fixture smoke test — only the work that touches real merged code or production artifacts must wait.
issue/11-3-<short-slug>.Objective
Run the frontier-LLM reference on the frozen benchmarks, verifier-normalized: report verified-correct vs claimed-correct rates so LLM numbers are comparable to the pipeline's, as a reference — not a controlled baseline.
Exclusive file ownership
Owned paths — this branch may edit only these paths:
src/geml/experiments/goal11/llm_reference.pyconfigs/goal11_llm.yamldocs/goals/goal11/LLM_REFERENCE.mdtests/experiments/test_goal11_llm_smoke.pyRead-only dependencies:
Tasks
Acceptance criteria
Validation
python -m pytest tests/experiments/test_goal11_llm_smoke.pyconfigs/goal11_llm.yaml.Out of scope
PR checklist