Papers › Conditional Antibody Design as 3D Equivariant Graph Translation

Conditional Antibody Design as 3D Equivariant Graph Translation

12 Aug 2022arXiv:2208.06073archive 2025-07-28

Xiangzhe Kong, Wenbing Huang, Yang Liu

Antibody design is valuable for therapeutic usage and biological research. Existing deep-learning-based methods encounter several key issues: 1) incomplete context for Complementarity-Determining Regions (CDRs) generation; 2) incapability of capturing the entire 3D geometry of the input structure; 3) inefficient prediction of the CDR sequences in an autoregressive manner. In this paper, we propose Multi-channel Equivariant Attention Network (MEAN) to co-design 1D sequences and 3D structures of CDRs. To be specific, MEAN formulates antibody design as a conditional graph translation problem by importing extra components including the target antigen and the light chain of the antibody. Then, MEAN resorts to E(3)-equivariant message passing along with a proposed attention mechanism to better capture the geometrical correlation between different components. Finally, it outputs both the 1D sequences and 3D structure via a multi-round progressive full-shot scheme, which enjoys more efficiency and precision against previous autoregressive approaches. Our method significantly surpasses state-of-the-art models in sequence and structure modeling, antigen-binding CDR design, and binding affinity optimization. Specifically, the relative improvement to baselines is about 23% in antigen-binding CDR design and 34% for affinity optimization.

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

Code

Syntology Ran 11 of 26 code samples harvested from 3 repositories linked to this paper; 15 have no recorded run. Of those that ran: 2 ran · violated contract; 7 ran · our draft was wrong; 2 ran with no contract checked.

By repository: official repository: 10 samples from 1 repository, 3 ran; community (archive-listed): 16 samples from 2 repositories, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

thunlp-mt/mean officialmentioned in papermentioned on GitHubpytorchMIT report
A4Bio/ADesigner mentioned on GitHubpytorch report
lkny123/agn mentioned on GitHubpytorchApache-2.0 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

26 samples harvested; 11 ran; 0 honoured the contract we drafted; 15 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.

2ran · violated contract
7ran · our draft was wrong
2ran
15unverified

Licence: 7 of the 26 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 3 repositories linked to this paper, official or community; each sample names its own and says which. “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.

unsorted_segment_mean thunlp-mt/mean/models/MCAttGNN/mc_egnn.py official repository ran · our draft was wrong MIT (permissive) · 4a152e58abf0c317 · report
unsorted_segment_sum thunlp-mt/mean/models/MCAttGNN/mc_egnn.py official repository ran · our draft was wrong MIT (permissive) · 7a39c2530c1f1d13 · report
valid_check thunlp-mt/mean/ita_train.py official repository ran MIT (permissive) · 4bc134986fb637f3 · report
compute_rmsd thunlp-mt/mean/evaluation/rmsd.py official repository unverified MIT (permissive) · bc3dfc4da269ab70 · report
coord2radial thunlp-mt/mean/models/MCAttGNN/mc_egnn.py official repository unverified MIT (permissive) · da995abbf5622788 · report
get_config thunlp-mt/mean/ita_train.py official repository unverified MIT (permissive) · 0d8905d7587b325e · report
get_res_from_log thunlp-mt/mean/evaluation/get_k_fold_res.py official repository unverified MIT (permissive) · 90544e24e8b266c1 · report
kabsch thunlp-mt/mean/evaluation/rmsd.py official repository unverified MIT (permissive) · 229d0977bd93c274 · report
kabsch_rotation thunlp-mt/mean/evaluation/rmsd.py official repository unverified MIT (permissive) · de2a759aacf55c0c · report
prepare_efficient_mc_att thunlp-mt/mean/ita_train.py official repository unverified MIT (permissive) · 2adff8d7e2a7d4f1 · report
GeometricAttention A4Bio/ADesigner/evaluation/ddg/models/attention.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · 6ffa92fab6c7f4ff · report
_heads A4Bio/ADesigner/evaluation/ddg/models/attention.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 682894cbcc498b53 · report
exists lkny123/agn/src/models/generator.py community (archive-listed) ran · violated contract Apache-2.0 (permissive) · ac11ce61716f1826 · report
global_to_local A4Bio/ADesigner/evaluation/ddg/models/attention.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · a12119fefde3f896 · report
local_to_global A4Bio/ADesigner/evaluation/ddg/models/attention.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 53bc6ef32589f773 · report
mask_zero A4Bio/ADesigner/evaluation/ddg/models/attention.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 270c91cf0250ca3b · report
maybe_remove_batch_dim lkny123/agn/src/models/generator.py community (archive-listed) ran · violated contract fingerprinted Apache-2.0 (permissive) · b8f6888e5dff2b61 · report
normalize_vector A4Bio/ADesigner/evaluation/ddg/models/attention.py community (archive-listed) ran · our draft was wrong fingerprinted no licence file found · pointer only · d26ff18f89e81ea5 · report
_alpha_from_logits A4Bio/ADesigner/evaluation/ddg/models/attention.py community (archive-listed) unverified no licence file found · pointer only · 73dcce44c423419d · report
accuracy lkny123/agn/src/modules/metrics.py community (archive-listed) unverified Apache-2.0 (permissive) · c323b03750bef4fa · report
convert_by_alphabets lkny123/agn/src/tasks/model_cdr.py community (archive-listed) unverified Apache-2.0 (permissive) · 16209eb6622d8435 · report
label_smoothed_nll_loss lkny123/agn/src/modules/cross_entropy.py community (archive-listed) unverified Apache-2.0 (permissive) · 64b95cd94f34f39e · report
luost_rmsd lkny123/agn/src/modules/metrics.py community (archive-listed) unverified Apache-2.0 (permissive) · b27b49da26e2183e · report
new_arange lkny123/agn/src/models/generator.py community (archive-listed) unverified Apache-2.0 (permissive) · 5e40de0eec5388cd · report
rmsd lkny123/agn/src/modules/metrics.py community (archive-listed) unverified Apache-2.0 (permissive) · 4fb7ac34ab08b229 · report
url_get lkny123/agn/MEAN/utils/network.py community (archive-listed) unverified Apache-2.0 (permissive) · 2d15d2649443d0f6 · report

Tasks

3D geometryTranslation

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