Papers › Antigen-specific Antibody Multi-modal Foundation Model for Functional Antibody Design

Antigen-specific Antibody Multi-modal Foundation Model for Functional Antibody Design

22 Jul 2026arXiv:2607.20057added by Syntology

Xiaoliang Shi, Zichen Wang, Runze Ma, Zhongyue Zhang, Shuangjia Zheng

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Antibodies are essential proteins that play a central role in immune recognition by binding specific antigen molecules. Although recent protein language models have enabled progress in single-chain protein modeling and generation, they often fall short in antigen-specific antibody design, where effective modeling requires explicit pairing between antibody and antigen, particularly at the epitope level. To address these limitations, we introduce AAMFM, an Antigen-specific Antibody Multimodal Foundation Model that learns unified representations of antibody sequences and structures conditioned on antigen context. AAMFM incorporates rich antigen information including geometric interfaces and epitope annotations via a cross-modal adapter, enabling joint modeling of antibody-antigen interactions in a shared latent space. To further guide the model toward functional relevance, we fine-tune AAMFM using Calibrated Direct Preference Optimization (Cal-DPO), leveraging preference signals extracted from a strong structural prior to align learning with binding-specific objectives. Extensive experiments demonstrate that AAMFM achieves state-of-the-art performance in functional antibody design, revealing its potential for antigen-specific antibody engineering. Our code is available at https://github.com/XL-S224/AAMFM.

PaperPDFCode 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="2607.20057")

Code

Syntology Ran 21 of 22 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 21 ran with no contract checked.

By repository: found in paper text by Syntology: 22 samples from 1 repository, 21 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

XL-S224/AAMFM found in paper text by Syntology report

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

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

21ran
1unverified

Licence: 0 of the 22 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 XL-S224/AAMFM. “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.

clean_decoded_sequence XL-S224/AAMFM/src/eval/generate.py found in paper text by Syntology ran fingerprinted MIT (permissive) · b496ed302b06c77f · report
cosine_schedule XL-S224/AAMFM/src/cpt/training/masking.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 02878829f365fc01 · report
dataclass_isinstance XL-S224/AAMFM/src/cpt/training/config.py found in paper text by Syntology ran MIT (permissive) · 01f73d603c5ec2e0 · report
get_warmup_stable_cosine_scheduler XL-S224/AAMFM/src/cpt/training/trainer.py found in paper text by Syntology ran MIT (permissive) · 26609068c7339452 · report
kabsch_align XL-S224/AAMFM/src/eval/evaluate.py found in paper text by Syntology ran MIT (permissive) · 44ba59368543d40e · report
kabsch_rmsd XL-S224/AAMFM/src/eval/evaluate.py found in paper text by Syntology ran MIT (permissive) · 7acdb57d27ade01f · report
load_antigen_features XL-S224/AAMFM/src/dpo/data_pipeline/preference_dataset.py found in paper text by Syntology ran MIT (permissive) · 9135fcf2d6c65c1d · report
load_full_finetune_config XL-S224/AAMFM/src/cpt/training/config.py found in paper text by Syntology ran MIT (permissive) · e7e16a1855273aef · report
load_npz_data XL-S224/AAMFM/src/cpt/data_pipeline/npz_dataset.py found in paper text by Syntology ran MIT (permissive) · 532418445e621656 · report
load_rabd_entries XL-S224/AAMFM/src/eval/runtime_data.py found in paper text by Syntology ran MIT (permissive) · 613945253617da09 · report
mask_stru_tokens XL-S224/AAMFM/src/cpt/training/masking.py found in paper text by Syntology ran MIT (permissive) · a53115b3ddb87207 · report
mask_tokens XL-S224/AAMFM/src/cpt/training/masking.py found in paper text by Syntology ran MIT (permissive) · ac2f32e7c4b80284 · report
normalize_sample_id XL-S224/AAMFM/src/eval/runtime_data.py found in paper text by Syntology ran fingerprinted MIT (permissive) · b45852db6e2f2c3f · report
parse_args XL-S224/AAMFM/src/dpo/training/trainer.py found in paper text by Syntology ran MIT (permissive) · 8b8ec8a7964385f7 · report
pdb_id_from_sample_id XL-S224/AAMFM/src/eval/runtime_data.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 3e6d78805e9d7d5e · report
resolve_and_validate_paths XL-S224/AAMFM/src/eval/generate.py found in paper text by Syntology ran MIT (permissive) · 1b02cedb4c6f6823 · report
resolve_path XL-S224/AAMFM/src/eval/generate.py found in paper text by Syntology ran MIT (permissive) · 70cc09c9af8c8edb · report
split_antibody XL-S224/AAMFM/src/eval/compute_pll.py found in paper text by Syntology ran MIT (permissive) · c12eb27776c8e955 · report
sum_chain_pll XL-S224/AAMFM/src/eval/compute_pll.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 38cdd3eda0887465 · report
target_id_from_design_id XL-S224/AAMFM/src/eval/compute_pll.py found in paper text by Syntology ran MIT (permissive) · 29b7959f0dced6c3 · report
to_structure_encoder_inputs XL-S224/AAMFM/src/eval/evaluate.py found in paper text by Syntology ran MIT (permissive) · 6df6fceb027c772e · report
build_policy_and_ref_models XL-S224/AAMFM/src/dpo/training/trainer.py found in paper text by Syntology unverified MIT (permissive) · 4aa1f8ac0ec9865f · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.20057, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

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