exp14: contact-cut sweep above top-L (MarinFold #256) - #16
Open
timodonnell wants to merge 1 commit into
Open
Conversation
export_cut_sweep.py builds 1.5L, 2L, 3L, 5L and union arms from the score matrices exp14 already pinned, verifying them against exp14's digests and re-checking that L, L/2 and L/5 still reproduce exp245's published precision to 1e-9 before writing anything. Results on eval-val (95 targets folded by every arm): 1.5L 0.6073, top-L 0.6053, 2L 0.6044, 3L 0.5999, 5L 0.5918, union 0.5808. Analysis and writeup in MarinFold experiments/exp256_evals_helico_contact_cut_sweep.
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.
Adds the arms and export script for the contact-cut sweep run for MarinFold #256: how many MarinFold contacts should Helico be given?
export_cut_sweep.pybuilds1.5L,2L,3L,5Landunionarms from the score matrices exp14 already pinned. It verifies them against exp14's recorded digests (so it needs no CoreWeave credentials and cannot silently score a different set), and re-runs exp14's own gate — L, L/2 and L/5 must still reproduce exp245's published per-protein precision to 1e-9 — before writing any arm.Results on eval-val, 95 targets folded by every arm,
contacts-msafree-01step 6000, 6 recycles, 3 diffusion samples, no MSA:1.5L beats top-L by +0.0020 [−0.0048, +0.0086] — a tie. top-L was already the right cut, and anything from L/2 to 3L is within 0.01 lDDT.
Two findings worth keeping:
MIN_SAMPLED_PRECISION = 0.4— Helico still scores 0.581 against 0.350 with no contacts and 0.388 for Protenix-v2 single sequence. It keeps 96 % of the value of a top-L list.Analysis, figure and writeup are in MarinFold
experiments/exp256_evals_helico_contact_cut_sweep. eval-val only; eval-test was not read.🤖 Generated with Claude Code