docs: lock hard downstream benchmark spec and tracker (#418)#424
Merged
Conversation
Land the repo-level contract for the hard anti-saturation downstream reranking benchmark (RFC-0016) so future work cannot weaken the anti-saturation gate. - Add RFC-0016 defining the scientific question, candidate classes, anti-saturation filter (no-action/lexical < 0.85, LLM-order < 0.90), required baselines, metrics, split policy, security boundary, and the claim gate. - Add the dedicated roadmap (HARD_DOWNSTREAM_RERANKING_BENCHMARK.md) mapping the #417 tracker to child issues #418-#423. - Point the LLM/world-model harness spec at the `anti_saturation_semantic_v1` profile and the `codelewm.downstream_anti_saturation_report.v1` diagnostic report. - Explain in the downstream benchmark doc why MBPP-Plus WS-D saturation motivated this follow-up; strengthen the paper/claim-audit wording to preserve the v1.0 claim boundary. - Update roadmap/tracker docs with the v1.5 issue order. - Add docs tests locking the contract and issue references. Closes #418. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Lands the repo-level contract for the hard anti-saturation downstream reranking benchmark (RFC-0016), so future agents cannot weaken the anti-saturation gate. This is documentation + docs-tests only; no runtime/code surface changes. It is the first child of tracker #417 and sets the contract that #419–#423 implement.
Linked Issue
Closes #418.
Spec / RFC Reference
docs/spec/11-llm-world-model-harness.md(anti_saturation_semantic_v1 profile +codelewm.downstream_anti_saturation_report.v1)docs/rfcs/RFC-0016-hard-downstream-reranking-benchmark.mdPublic Surface Impact
none(docs + docs tests only). No CLI flags, JSON schemas, manifest fields, error types, config keys, or Python APIs are added/changed/removed. The RFC names future schema strings (codelewm.downstream_anti_saturation_report.v1,anti_saturation_semantic_v1) but no code implements them yet.Validation
uv run pytest tests/docs/ # 144 passed, 1024 subtests passed uv run pytest tests/docs/test_hard_downstream_benchmark.py tests/docs/test_implementation_tracker.py tests/docs/test_final_paper_package.py -qArtifact Impact
noneon-disk at runtime. Documents the planned published artifact set and thecodelewm.downstream_anti_saturation_report.v1schema for later issues.Deprecations
noneCaveats / Follow-ups