[NEW SUBMISSION] ProSST PIT tail rank scoring function - #100
Open
emmett-bicker wants to merge 3 commits into
Open
[NEW SUBMISSION] ProSST PIT tail rank scoring function#100emmett-bicker wants to merge 3 commits into
emmett-bicker wants to merge 3 commits into
Conversation
Author
|
Hey @pascalnotin -- When you have time, would really appreciate a review of this |
1 similar comment
Author
|
Hey @pascalnotin -- When you have time, would really appreciate a review of this |
Replace the tuned confidence-calibrated delta readout with the minimal equal-weight PIT/tail/rank scorer so the submission matches the validated method. Co-authored-by: Cursor <cursoragent@cursor.com>
Align the baseline paths, scripts, and scorer implementation names with the validated minimal PIT/tail/rank method so the PR no longer references the old single-pass delta submission. Co-authored-by: Cursor <cursoragent@cursor.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.
This PR adds a new ProSST (K=2048) scoring method called PIT Tail Rank. It keeps the same single wild-type forward-pass setup, but replaces the previous confidence-calibrated delta readout with a minimal equal-weight calibration score.
For each position, ProSST probabilities over the 20 canonical amino acids are converted into three centered residual signals:
The submitted score is simply:
There are no learned parameters and no tuned scalar weights.
Validation against official vanilla ProSST log-probability delta:
0.4846720.490633~0.5070.5244950.4983010.500819The submitted model remains ProSST-2048, where this minimal method gives the strongest absolute result. The same scoring rule also improves ProSST-1024 and ProSST-4096 over their vanilla log-probability-delta baselines.