MuLAAIP
The implementation of our ICME 2025 paper "Multi-Modality Representation Learning for Antibody-Antigen Interactions Prediction"
Install / Use
/learn @trashTian/MuLAAIPREADME
⚠️ Project under development
MuLAAIP: Multi-Modality Representation Learning for Antibody-Antigen Interaction Prediction

This repository contains the official implementation of MuLAAIP, a novel deep learning framework for predicting antibody-antigen interactions (AAI) by integrating 3D structural and 1D sequence data. Our approach addresses critical challenges in AAI prediction, including structural data scarcity, sequence-structure dependency modeling, and imbalanced label distributions.
📁 Benchmark Datasets
Dataset Summary
| Dataset | Type | Samples | Description |
|--------|------|---------|-------------|
| Wild-type/Mutant-type Affinity | Affinity Labeling | 1,191 / 1,742 pairs | Antibody-antigen binding affinity|
| Alphaseq | Affinity Labeling | 248k antibodies | Antibody-antigen binding affinity |
| SARS-CoV-2 Neutralization | Binary Classification | 310 pairs (228+/82-) | Neutralization activity labels |
All missing experimental structures were predicted using ESMFold (https://github.com/facebookresearch/esm).
📥 Data Acquisition
Download Instructions
- Get Data:
Baidu Cloud Link (Password: iuqs)
Installation
# Clone the repo
git clone https://github.com/trashTian/MuLAAIP.git
cd MuLAAIP
# Install dependencies
pip install -r requirements.txt
Data pre-processing
(1) 1D Sequence Representation: use pre-trained protein (antibody) language models to process sequence data and obtain embeddings. For example, ProtTrans, ESM2, AbLang, AntiBERTy,BERT2DAb
python PLM.py
We have embedded and saved these sequences locally
(2) 3D Structural Representation: construct fine-grained structural graph.
python Dataset.py
Cross-validation
python train.py
Cite this work
@article{guo2025multi,
title={Multi-Modality Representation Learning for Antibody-Antigen Interactions Prediction},
author={Guo, Peijin and Li, Minghui and Pan, Hewen and Huang, Ruixiang and Xue, Lulu and Hu, Shengqing and Guo, Zikang and Wan, Wei and Hu, Shengshan},
journal={arXiv preprint arXiv:2503.17666},
year={2025}
}
Related Skills
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
best-practices-researcher
The most comprehensive Claude Code skills registry | Web Search: https://skills-registry-web.vercel.app
groundhog
398Groundhog's primary purpose is to teach people how Cursor and all these other coding agents work under the hood. If you understand how these coding assistants work from first principles, then you can drive these tools harder (or perhaps make your own!).
isf-agent
a repo for an agent that helps researchers apply for isf funding
