Science1 publisher3 min readPublished
Contrastive training lands a protein's sequence and its structure in the same spot on the map
Reported in PNAS, the CLSS model reproduces relationships from the expert-curated ECOD and CATH classifications it never saw in training, and it can place short protein fragments beside complete sequences and structures.
The Scientist · Science desk

What happened
- An international team including the Earth-Life Science Institute at the Institute of Science Tokyo built a protein language model that puts amino acid sequences and three-dimensional structures on one shared map.
- The model, CLSS, is trained by contrastive learning: it pulls a protein's sequence and its matching structure together in embedding space and pushes unrelated pairs apart.
- Short sequence fragments, which most protein language models cannot represent at all, were in many cases placed meaningfully alongside complete sequences and structures.
Compiled by The ScientistSomething wrong?How this is made
Why it matters
- capability Questions about pieces of proteins become approachable with an embedding model, because a fragment no longer has to be a complete sequence or structure to get a position on the map.
- constraint Scoring the map against ECOD and CATH also bounds what it can claim, since those hierarchies record the relationships curators have already agreed on.
- decision A lab choosing a representation for homology search has to weigh whether joint embedding improves accuracy enough to justify requiring structures as input, and this account supplies no accuracy figures to compare it with a sequence-only model.
Sequence and structure do not track each other cleanly. Proteins with unrelated sequences sometimes adopt similar structures, and similar or even identical sequences can produce very different ones [4]. Most protein language models have handled the two separately, and even the models that take both in do not necessarily put the sequence and the structure of one protein at the same location on a protein map [6].
CLSS is trained to close that gap directly. During training the model receives sequences and their corresponding structures, and it learns to produce similar embeddings for the true sequence-structure pairs while separating unrelated pairs [5]. Co-location is therefore the objective the model was optimized for.
That is the second result, and it is the one carrying weight. The CLSS representations closely reproduced relationships recorded in ECOD and CATH, two expert-curated classification systems, neither of which was provided to the model during training [8]. Those hierarchies hold decades of scientific knowledge [9]. A model that lands on them unprompted has learned something about relatedness.
Then there are the fragments. Most existing protein language models need a complete sequence or structure to produce a meaningful representation; CLSS in many cases positioned short sequence fragments meaningfully alongside complete sequences and structures [10]. The team notes that fragments are particularly important for understanding evolution [11].
The work was led by Rachel Kolodny and the PhD candidate Guy Yanai at the University of Haifa, Nir Ben-Tal and Gabriel Axel at Tel Aviv University, and Liam Longo at the Earth-Life Science Institute in Tokyo, where Kolodny spent five months as a visiting researcher developing ways to analyze the model [2][15]. "This gives us a way to look at the protein universe through sequence and structure at the same time, rather than treating them as separate worlds," said Longo [12].
The thing this doesn't tell you is whether the shared map recovers homology that sequence-only models miss. Longo puts that in the conditional: "What is particularly exciting for us is the possibility of using these maps to uncover large-scale evolutionary patterns that are difficult to recognize using conventional approaches" [13]. The phys.org account reports that CLSS performed strongly in classification tests and that it brought sequence and structure into a cohesive map when compared with other state-of-the-art models, without naming a benchmark, an accuracy or a baseline [14][17].
So far, the redrawing of protein family relationships remains a prospect. Reproducing ECOD and CATH tests the map against relationships curators have already recorded. That is the right first test for a new representation. The evolutionary payoff would be a relationship they have not recorded, and this report presents that as a possibility.
What to watch
- A follow-up paper naming specific homologies CLSS proposes that sequence-only models miss, and whether they survive structural checking.
- The benchmark names, accuracy figures and baselines in the PNAS paper itself, none of which appear in the phys.org account.
- How short a fragment CLSS can still place meaningfully, and whether fragment embeddings hold up against independent structural alignment.