-
Notifications
You must be signed in to change notification settings - Fork 0
experiment: seal critical PTCNA evaluation result #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
| # PTCNA critical role-acquisition evaluation — result v1 | ||
|
|
||
| Status recorded before repair: | ||
|
|
||
| - PTCNA meets its frozen usefulness threshold: `FALSIFIED`. | ||
| - PTCNA outperforms the simpler hashed-linear fallback: `FALSIFIED`. | ||
|
|
||
| The preregistered plan was merged at | ||
| `f2028004cbee65f4a0a8c113e283bd38b29d1e2c` before execution. Its semantic | ||
| digest is `67cdad3aefb3e33f6fbf3994de54e1b73a01105527bf241fce08947ed7046bbe`. | ||
| The sealed machine result is | ||
| `ptcna/data/ptcna-critical-result-v1.json`, digest | ||
| `3d73f08f3e0eeaf0f5e508aba762844c9e8d11b7146b654fd562aff425e30f13`. | ||
|
|
||
| ## Frozen execution | ||
|
|
||
| - Workload: 18 balanced cases over the declared `phi` cognitive, `psi` | ||
| self-model, and `omega` autonomy roles. | ||
| - Target: `ptcna.experimental.v1`. | ||
| - Comparator: `fallback.hashed-linear.v1`. | ||
| - Training: three epochs, reward `1.0`. | ||
| - Repetitions: five fresh target/comparator constructions. | ||
| - Aggregation: micro mean over 90 post-training case evaluations. | ||
| - Usefulness threshold: target accuracy at least `0.75`. | ||
| - Superiority threshold: target advantage over fallback at least `0.05`. | ||
| - Resource use: 270/270 training steps, 90/90 evaluations, 46.675 seconds | ||
| under the frozen 120-second limit. | ||
| - Failure: none. | ||
|
|
||
| ## Result | ||
|
|
||
| | measure | result | | ||
| |---|---:| | ||
| | PTCNA target accuracy | 0.3333333333333333 | | ||
| | hashed-linear fallback accuracy | 0.9444444444444444 | | ||
| | target advantage | -0.6111111111111112 | | ||
|
|
||
| An implementation-independent arithmetic replay reads only the sealed JSON and | ||
| reapplies the two frozen inequalities. It agrees with both recorded verdicts. | ||
|
|
||
| ## Standing | ||
|
|
||
| This falsifies usefulness for the tested in-sample role-acquisition scope and | ||
| falsifies superiority to this matched task-interface fallback. It does not | ||
| revoke the already established construction compatibility or replace the | ||
| selected architecture with the comparator. It establishes no generalization, | ||
| continuous seven-fold geometry, EDCM measurement validity, external validity, | ||
| or production privacy result. | ||
|
|
||
| No workload, architecture, reward, epoch count, metric, threshold, repetition, | ||
| resource rule, backend identity, or failure rule was changed after outcome | ||
| inspection. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| { | ||
| "claim_rules": { | ||
| "parity": "FALSIFIED for superiority only", | ||
| "scope": "in-sample acquisition on the declared phi/psi/omega role surface; no generalization, geometry, EDCM, external-validity, or privacy claim", | ||
| "superiority": "target_accuracy - comparator_accuracy >= minimum_target_advantage_vs_fallback", | ||
| "usefulness": "target_accuracy >= minimum_target_accuracy" | ||
| }, | ||
| "plan_digest": "67cdad3aefb3e33f6fbf3994de54e1b73a01105527bf241fce08947ed7046bbe", | ||
| "receipt": { | ||
| "case_evaluations": 90, | ||
| "comparator_accuracy": 0.9444444444444444, | ||
| "comparator_backend": "fallback.hashed-linear.v1", | ||
| "duration_ms": 46675.045, | ||
| "failure_reason": null, | ||
| "plan_digest": "67cdad3aefb3e33f6fbf3994de54e1b73a01105527bf241fce08947ed7046bbe", | ||
| "plan_id": "ptcna-critical-role-acquisition-v1", | ||
| "superiority_status": "FALSIFIED", | ||
| "target_accuracy": 0.3333333333333333, | ||
| "target_advantage_vs_fallback": -0.6111111111111112, | ||
| "target_backend": "ptcna.experimental.v1", | ||
| "training_steps": 270, | ||
| "usefulness_status": "FALSIFIED" | ||
| }, | ||
| "result_digest": "3d73f08f3e0eeaf0f5e508aba762844c9e8d11b7146b654fd562aff425e30f13", | ||
| "schema": "ptcna.critical-evaluation-result", | ||
| "schema_version": "1.0.0", | ||
| "source_commit": "3d67f359af05e58c1e426dad14621d0e69b5ec4c" | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When an auditor follows
source_commit, this hash checks out the pre-preregistration tree: it lacks the frozen plan/runner and itsevaluation.pystill uses the earlier single-status/deficit API, so it cannot generate or validate this receipt. The documentation says execution occurred only afterf202800...was merged; preserve the3d67f...backend baseline separately and record the actual execution/evaluator commit in the sealed JSON so the frozen metrics and failure semantics are reproducible.AGENTS.md reference: AGENTS.md:L35-L38
Useful? React with 👍 / 👎.