Uh oh!
There was an error while loading. Please reload this page.
fix(prism): fair review for generic LM tropes - #91
Conversation
Stop Score(0) on RMSNorm/RoPE/SwiGLU false positives; champions-only copy corpus; public gallery shows tops/ex-tops only.
Uh oh!
There was an error while loading. Please reload this page.
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 |
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