bio.rodeo
ModelsOrganizationsProvidersLeaderboardAboutSign in
bio.rodeo

The authoritative source for evaluating biological foundation models. No hype, just honest analysis.

Categories
  • DNA & Gene
  • RNA
  • Protein
  • Small molecule
  • Single-cell
  • Spatial omics
  • Pathology
  • Imaging
  • Metabolomics
  • Biosignals
  • Language model
bio.rodeoModelsOrganizationsProvidersLeaderboardAboutFAQSubmit a modelContact
© 2026 Pulsatance. All rights reserved. ~
Built by Pulsatance
Protein foundation models
Protein

LC-SEPLM

Peking University / Hubei University of Technology / Wuhan Sports University

Protein language model adding long-range contact supervision to ESM2 via LoRA, improving all eight protein-level tasks with no structural input.

Released: July 2026

Protein language models such as ESM-2 learn from amino-acid sequences alone, recovering masked residues from surrounding context. That objective supervises residue identity, not the spatial relationships that appear once a chain folds. LC-SEPLM (Long-range Contact-supervised ESM Protein Language Model) attacks the gap directly: an auxiliary training signal asks the model to predict whether two residues far apart in the sequence end up touching in three dimensions, and the structural machinery is then dropped at inference.

The model was developed by Chen Wang, Boming Kang, and Qinghua Cui across Peking University, Hubei University of Technology, and Wuhan Sports University, and released as an arXiv preprint. It sits between purely sequence-based language models and joint sequence-structure encoders such as ESM-GearNet, which fuse a language model with a geometric graph network and therefore need coordinates at deployment. LC-SEPLM's claim is that structural information can be injected during adaptation instead of consumed during inference, leaving the deployment interface unchanged.

The granularity of that supervision is the substantive design choice. Rather than regressing inter-residue distances or full contact maps, the model trains on binary long-range contact labels for sampled residue pairs — labels that keep the identity of both residues and state plainly whether two sequence-distant positions become spatially connected.

#Key Features

  • Long-range contact supervision: A positive label requires a sequence separation of at least 12 residues and a Cα–Cα distance of at most 8 Å, concentrating the signal on fold-defining contacts that sequence context captures only indirectly.
  • Sequence-only inference: Contact prediction is a training-time auxiliary task; downstream tasks consume embeddings computed from sequence alone, with no coordinates, MSAs, or predicted structures required.
  • Pair-specific cross-attention queries: Each residue pair forms a query from the two residue states, their difference, their elementwise product, and their sequence separation, which then cross-attends over the whole sequence — so contact prediction draws on global rather than local context.
  • Parameter-efficient adaptation: LoRA adapters of rank 4 target only the query and value projections in the last eight transformer layers, leaving the pretrained backbone frozen.
  • Retained language-modeling loss: A masked-language-modeling term is kept alongside the contact loss at weight 0.6, guarding the pretrained representation against drift during adaptation.

#Technical Details

The backbone is the 150-million-parameter ESM-2 checkpoint esm2_t30_150M_UR50D: 30 transformer layers with 640-dimensional hidden states. LoRA adapters (rank 4, α = 8, dropout 0.05) target the q_proj and v_proj matrices of layers 22–29. For a residue pair, concatenating both hidden states, their absolute difference, their Hadamard product, and the sequence offset yields a 2,561-dimensional vector; an MLP projects it back to the model width to serve as the query in a cross-attention block whose keys and values come from the full sequence, and a sigmoid-activated MLP head emits the contact probability. Adaptation ran for 14 epochs on 500,000 AlphaFold Swiss-Prot structures, with 2,000 proteins each held out for validation and test, sequences truncated to 512 residues, and up to 768 pairs sampled per protein at roughly a 2:1 negative-to-positive ratio.

All eight protein-level tasks improved over the matched ESM-2 baseline. The gain concentrates in Pfam-clan remote-homology recognition, where macro-F1 rises from 0.6122 to 0.6769; the rest are modest, such as GO molecular function at 0.7096 to 0.7195 and Pfam family classification at 0.9787 to 0.9843. Against ESM-S on its own EC benchmark, LC-SEPLM scores 0.4652 versus 0.2880 at the 95% sequence-identity cutoff (+0.1771), with comparable margins at the 50% and 30% cutoffs. Two tasks regress slightly: ProteinGym mutation-effect prediction (−0.0076) and PTM-site prediction (−0.0001).

#Applications

LC-SEPLM is a drop-in replacement for an ESM-2 encoder in annotation pipelines that only ever see sequences: enzyme-class assignment, Gene Ontology term prediction, subcellular localization, membrane-protein classification, and family or clan assignment for proteins with no close characterized relative. The remote-homology result is the most practically useful — placing a sequence in the right Pfam clan after family-level similarity has decayed is precisely where similarity search fails, a common situation in metagenomic and orphan-gene annotation. Because inference needs no structure, the encoder can be swapped in without changing surrounding infrastructure.

#Impact

The contribution is a clean demonstration that structural supervision need not become a deployment dependency: a small LoRA adaptation with a residue-pair contact objective shifts global protein representations while leaving the sequence-only interface intact. The evidence is honestly bounded. Gains outside remote homology are fractions of a percentage point, local-residue tasks do not benefit, and the ESM-S comparison uses published scores rather than a retrained matched pipeline. Training on predicted rather than experimental structures also risks importing the structure predictor's biases into the contact labels. As a preprint not yet peer reviewed, with source code and model files stated as forthcoming upon publication, independent reproduction and benchmarking remain ahead of it.

Citation

Preprint

DOI: 10.48550/arXiv.2607.22777

Recent citations

Papers that recently cited this model.

Not enough citation data yet.

Top citations

The most-cited papers that cite this model.

Not enough citation data yet.

Where to run LC-SEPLM

Providers that host LC-SEPLM for inference, fine-tuning, or weight download.

No providers recorded yet. Browse all providers

Related models

Models with similar goals, methods, or subject matter.

  • SeqProFT

    University of Birmingham

    LoRA fine-tuning framework for ESM-2 with multi-head attention pooling and contact map enhancement for sequence-only protein property prediction.

    Protein
  • ProteomeLM

    EPFL

    Proteome-scale protein language model whose representations enable zero-shot protein-protein interaction and gene essentiality prediction.

    Protein
  • ESMBind & QBind

    Independent Researcher

    LoRA and QLoRA fine-tuning of ESM-2 for token-level prediction of protein binding sites and post-translational modification sites from sequence alone.

    Protein
  • PPLM (Protein-Protein Language Model)

    National University of Singapore

    Paired-sequence protein language model that jointly encodes two interacting chains to predict interactions, binding affinity, and interface contacts.

    Protein
  • InstructPLM-mu

    Chinese University of Hong Kong / Hangzhou Institute of Medicine, CAS

    Structure-conditioned fine-tune of ESM2 for protein mutation-effect prediction, matching ESM3-level accuracy after roughly an hour of fine-tuning.

    Protein
  • TEDlm

    University College London

    Protein language model pretrained on structural domain segments, encoding fold and contact signals for remote-homology detection from sequence alone.

    Protein

Fields of citing research

Not enough data

Openness

bio.rodeo opennessClosed · low usability and reproducibility
22Closed
Usability — can I run it?15
Reproducibility — can I retrain it?14

Tags

language_modelprotein_function_predictionremote_homology_detectionrepresentation_learningtransformer

Resources

Research Paper