You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Authoritative scope revision: This body supersedes the earlier production-scale wording. Goals 1-5 and their 250k-v1 corpus, EML trees, DAGs, motifs, and reports are immutable inputs: do not regenerate or modify them. The project is targeting a resource-bounded MathNLP workshop submission. Preserve failures, unsupported cases, invalid outputs, and timeouts as explicit rows.
Dependencies
Hard prerequisites: result manifests from Goals 6-9 and the frozen [11-0] workshop manifest.
Objective
Replace data-scaling curves with fixed-scale, compute-normalized evidence: compare representation quality against parameters, FLOPs, wall time, memory, and alpha without claiming 10-100x behavior.
Exclusive file ownership
Owned paths - edit only these paths:
src/geml/experiments/goal11/run_scaling.py - analysis orchestration only; no data scaling
Run the repository-wide standard validation commands.
No individual test, lint, or smoke command may exceed approximately 30 minutes. Production experiment cells may run longer only when sharded, resumable, checkpointed, and independently auditable.
Out of scope
New training, corpus generation, subsample curves, extrapolation, or claims about 10-100x behavior.
PR checklist
I edited only the owned paths above and did not change another issue's contracts.
I used only current repository specifications, the complete issue, authoritative public mathematical sources, and official library documentation.
Tests use tiny hand-written or temporary fixtures and do not require outputs/ or production artifacts.
I retained and reported every failure, timeout, unsupported input, and validation error.
I recorded configuration hashes, exact seeds, commit/package/hardware metadata, and any scientific assumption or metric change.
I ran python -m pytest, python -m ruff check ., and python -m ruff format . --check before handoff.
Clean-room rule: Do not inspect or reuse the prototype repository, its code, tests, schemas, helpers, architecture, or commit history. Stop and ask when a shared or scientific interface is ambiguous.
Task
[11-1]| GEML Goals 6-12 workshop plan | Size:M| Revised: 2026-07-26Dependencies
Hard prerequisites: result manifests from Goals 6-9 and the frozen [11-0] workshop manifest.
Objective
Replace data-scaling curves with fixed-scale, compute-normalized evidence: compare representation quality against parameters, FLOPs, wall time, memory, and alpha without claiming 10-100x behavior.
Exclusive file ownership
Owned paths - edit only these paths:
src/geml/experiments/goal11/run_scaling.py- analysis orchestration only; no data scalingsrc/geml/analysis/goal11/scaling.pysrc/geml/plots/goal11_scaling.pyconfigs/goal11_scaling.yaml- fixed-scale comparison configdocs/goals/goal11/SCALING_CURVES.md- document fixed-scale efficiency and deferred scalingtests/experiments/test_goal11_scaling_smoke.pyRead-only dependencies:
Tasks
Acceptance criteria
Validation
python -m pytest tests/experiments/test_goal11_scaling_smoke.pyNo individual test, lint, or smoke command may exceed approximately 30 minutes. Production experiment cells may run longer only when sharded, resumable, checkpointed, and independently auditable.
Out of scope
PR checklist
outputs/or production artifacts.python -m pytest,python -m ruff check ., andpython -m ruff format . --checkbefore handoff.