Papers › Protein Multimer Structure Prediction via Prompt Learning

Protein Multimer Structure Prediction via Prompt Learning

29 Feb 2024arXiv:2402.18813links table onlyarchive 2025-07-28

Ziqi Gao, Xiangguo Sun, Zijing Liu, Yu Li, Hong Cheng, Jia Li

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

Understanding the 3D structures of protein multimers is crucial, as they play a vital role in regulating various cellular processes. It has been empirically confirmed that the multimer structure prediction~(MSP) can be well handled in a step-wise assembly fashion using provided dimer structures and predicted protein-protein interactions~(PPIs). However, due to the biological gap in the formation of dimers and larger multimers, directly applying PPI prediction techniques can often cause a \textit{poor generalization} to the MSP task. To address this challenge, we aim to extend the PPI knowledge to multimers of different scales~(i.e., chain numbers). Specifically, we propose \textbf{\textsc{PromptMSP}}, a pre-training and \textbf{Prompt} tuning framework for \textbf{M}ultimer \textbf{S}tructure \textbf{P}rediction. First, we tailor the source and target tasks for effective PPI knowledge learning and efficient inference, respectively. We design PPI-inspired prompt learning to narrow the gaps of two task formats and generalize the PPI knowledge to multimers of different scales. We provide a meta-learning strategy to learn a reliable initialization of the prompt model, enabling our prompting framework to effectively adapt to limited data for large-scale multimers. Empirically, we achieve both significant accuracy (RMSD and TM-Score) and efficiency improvements compared to advanced MSP models. The code, data and checkpoints are released at \url{https://github.com/zqgao22/PromptMSP}.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2402.18813")

Code

Syntology Ran 10 of 16 code samples harvested from 2 repositories linked to this paper; 6 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 3 ran · fixture could not drive it; 5 ran with no contract checked.

By repository: official repository: 9 samples from 1 repository, 6 ran; community (archive-listed): 7 samples from 1 repository, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

zqgao22/promptmsp officialmentioned in papermentioned on GitHubpytorchMIT report
sheldonresearch/ProG mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 10 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
3ran · fixture could not drive it
5ran
6unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

G_fn zqgao22/PromptMSP/dimer/cal_db5_rmsd_prody.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 3af636c75c65ce49 · report
compute_body_intersection_loss zqgao22/PromptMSP/dimer/cal_db5_rmsd_prody.py official repository ran · fixture could not drive it MIT (permissive) · 3b41ee1a4cc7e9b1 · report
find_rigid_alignment zqgao22/PromptMSP/utils.py official repository ran fingerprinted MIT (permissive) · 0c03f954094c87f1 · report
generate_single_graph zqgao22/PromptMSP/produce_prompting_dgls.py official repository ran MIT (permissive) · 5e59a48de77c1fa7 · report
generate_single_graph zqgao22/PromptMSP/produce_training_dgls.py official repository ran MIT (permissive) · 58b7d52b321edd39 · report
get_rot_mat zqgao22/PromptMSP/dimer/cal_db5_rmsd_prody.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 64ef8c256996fa77 · report
assemble_rmsd_for_inference zqgao22/PromptMSP/utils.py official repository unverified MIT (permissive) · 9f29a0bfa605a6ef · report
assemble_rmsd_for_inference zqgao22/PromptMSP/utils_target.py official repository unverified MIT (permissive) · 23edd3f838f93aec · report
normalization zqgao22/promptmsp/run_pre_training.py official repository unverified MIT (permissive) · 61e7d9ad236ec9c1 · report
BgGraphToSupernodePropagator sheldonresearch/ProG/prompt_graph/prompt/ProdigyPrompt.py community (archive-listed) ran · metamorphic tier: invariant MIT (permissive) · e2d2c7e3ea103917 · report
SupernodeToBgGraphPropagator sheldonresearch/ProG/prompt_graph/prompt/ProdigyPrompt.py community (archive-listed) ran · metamorphic tier: invariant MIT (permissive) · 931260bb5a363356 · report
_scatter_mean sheldonresearch/ProG/prompt_graph/prompt/ProdigyPrompt.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 3b0b538e1b9053c2 · report
_scatter_sum sheldonresearch/ProG/prompt_graph/prompt/ProdigyPrompt.py community (archive-listed) ran · our draft was wrong MIT (permissive) · a5c95699b2163866 · report
MetaGNN sheldonresearch/ProG/prompt_graph/prompt/ProdigyPrompt.py community (archive-listed) unverified MIT (permissive) · d92242abe79b15f5 · report
MetaGNNLayer sheldonresearch/ProG/prompt_graph/prompt/ProdigyPrompt.py community (archive-listed) unverified MIT (permissive) · 7ca6d2564bc6ffdd · report
ProdigyPrompt sheldonresearch/ProG/prompt_graph/prompt/ProdigyPrompt.py community (archive-listed) unverified MIT (permissive) · 80c5d226eec14203 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections