fix(prism): fair review for generic LM tropes - #91
Merged
Conversation
Stop Score(0) on RMSNorm/RoPE/SwiGLU false positives; champions-only copy corpus; public gallery shows tops/ex-tops only.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (21)
📝 WalkthroughWalkthroughPRISM now limits copy and review corpora to positive-score champion submissions, updates similarity review to v3, ignores generic language-model components as plagiarism evidence, makes suspicious similarity advisory, and exposes champions only in public listings. ChangesPRISM review and champion filtering
Estimated code review effort: 4 (Complex) | ~45 minutes Sequence Diagram(s)sequenceDiagram
participant Candidate as Candidate submission
participant PrismStore
participant SimilarityReview as Similarity review
participant Scoring as Scoring gate
Candidate->>PrismStore: Load positive-score champion corpus
PrismStore-->>SimilarityReview: Return champion submissions
SimilarityReview-->>Scoring: Return Copied, Suspicious, or Original
Scoring-->>Candidate: Apply hard gate or advisory result
Possibly related PRs
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was referenced Aug 8, 2026
5 tasks
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
6d0824f9…/b19998da…were cheap LLM similarity-v2 false positives (RMSNorm/RoPE/SwiGLU evidence at score 0.7), not AST copy-gate or agentic. AST vs peers/baseline is ~6100–7400 bps (underAST_SUSPICIOUS_BPS=8500).Score>0tops + ex-tops) + baseline.openfor both miner hotkeys (no scores invented).Test plan
cargo test -p prism-review -p prism-challenge -p site-data -p site-api -p challenge-agentic -p prism-store -p prism-pipelineSummary by CodeRabbit
New Features
Bug Fixes
Documentation