Papers › ProteinGPT: Multimodal LLM for Protein Property Prediction and Structure Understanding

ProteinGPT: Multimodal LLM for Protein Property Prediction and Structure Understanding

21 Aug 2024arXiv:2408.11363archive 2025-07-28

Yijia Xiao, Edward Sun, Yiqiao Jin, Qifan Wang, Wei Wang

Understanding biological processes, drug development, and biotechnological advancements requires a detailed analysis of protein structures and functions, a task that is inherently complex and time-consuming in traditional protein research. To streamline this process, we introduce ProteinGPT, a state-of-the-art multimodal large language model for proteins that enables users to upload protein sequences and/or structures for comprehensive analysis and responsive inquiries. ProteinGPT integrates protein sequence and structure encoders with linear projection layers to ensure precise representation adaptation and leverages a large language model (LLM) to generate accurate, contextually relevant responses. To train ProteinGPT, we constructed a large-scale dataset of 132,092 proteins, each annotated with 20-30 property tags and 5-10 QA pairs per protein, and optimized the instruction-tuning process using GPT-4o. Experiments demonstrate that ProteinGPT effectively generates informative responses to protein-related questions, achieving high performance on both semantic and lexical metrics and significantly outperforming baseline models and general-purpose LLMs in understanding and responding to protein-related queries. Our code and data are available at https://github.com/ProteinGPT/ProteinGPT.

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="2408.11363")

Code

Syntology Ran 12 of 14 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 8 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

proteingpt/proteingpt officialmentioned in paperpytorchMIT 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

14 samples harvested; 12 ran; 1 honoured the contract we drafted; 2 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.

1ran · honoured contract
1ran · violated contract
1ran · our draft was wrong
1ran · fixture could not drive it
8ran
2unverified

Licence: 0 of the 14 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 ProteinGPT/ProteinGPT. “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.

apc ProteinGPT/ProteinGPT/src/esm/modules.py official repository ran fingerprinted MIT (permissive) · f6701ae421cbe0d4 · report
apply_rotary_pos_emb ProteinGPT/ProteinGPT/src/esm/rotary_embedding.py official repository ran fingerprinted MIT (permissive) · 2a127d3ae372d7bd · report
gelu ProteinGPT/ProteinGPT/src/esm/modules.py official repository ran fingerprinted MIT (permissive) · 2e7bd6c4ccd1ed68 · report
is_stage_1_training ProteinGPT/ProteinGPT/src/protein_gpt.py official repository ran MIT (permissive) · e54dca425d61121d · report
read_alignment_lines ProteinGPT/ProteinGPT/src/esm/data.py official repository ran MIT (permissive) · 0e2bb5cf67615e24 · report
rotate_half ProteinGPT/ProteinGPT/src/esm/rotary_embedding.py official repository ran · honoured contract fingerprinted MIT (permissive) · 437c7011506995a3 · report
symmetrize ProteinGPT/ProteinGPT/src/esm/modules.py official repository ran · violated contract fingerprinted MIT (permissive) · b385be9826c4a8b3 · report
tuple_index ProteinGPT/ProteinGPT/src/esm/inverse_folding/gvp_modules.py official repository ran · our draft was wrong MIT (permissive) · 38735f4bca7f8220 · report
tuple_size ProteinGPT/ProteinGPT/src/esm/inverse_folding/gvp_modules.py official repository ran MIT (permissive) · 07d7dab3e137136b · report
tuple_sum ProteinGPT/ProteinGPT/src/esm/inverse_folding/gvp_modules.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · d0328e65d2e8a9ec · report
utils_softmax ProteinGPT/ProteinGPT/src/esm/multihead_attention.py official repository ran fingerprinted MIT (permissive) · 0aca52ff344beec0 · report
with_incremental_state ProteinGPT/ProteinGPT/src/esm/multihead_attention.py official repository ran MIT (permissive) · ee6aaaeaaec268cb · report
load_hub_workaround ProteinGPT/ProteinGPT/src/esm/pretrained.py official repository unverified MIT (permissive) · f41f5e2627df3d0f · report
load_regression_hub ProteinGPT/ProteinGPT/src/esm/pretrained.py official repository unverified MIT (permissive) · 37aed79e4a5cbc4f · report

Tasks

Language ModelingLanguage ModellingLarge Language ModelMultimodal Large Language ModelProperty Prediction

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