Papers › ConTact: Contact-First Antibody CDR Design via Explicit Interface Reasoning

ConTact: Contact-First Antibody CDR Design via Explicit Interface Reasoning

20 May 2026arXiv:2605.21600added by Syntology

Mansoor Ahmed, Spencer VonBank, Nadeem Taj, Sujin Lee, Naila Jan, Murray Patterson

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

Computational antibody CDR design methods condition on antigen structure to generate binding loops. Yet, the existing architectures conflate two fundamentally distinct sub-problems: identifying which CDR positions will contact the antigen, and selecting amino acids at those positions. This forces models to learn contact reasoning implicitly through uniform message passing, diluting antigen signal across all positions equally. We introduce ConTact, a contact-then-act architecture that explicitly decomposes CDR design into three cascaded stages: learning surface complementarity fingerprints, predicting CDR-antigen contacts, and injecting contact-gated antigen features into the prediction head. A distance-biased cross-attention module encodes geometric priors favoring spatial neighbors, a contact-weighted cross-entropy loss concentrates gradient signal on binding-critical positions, and a standoff-aware contact-recovery loss places the designed loop against its native epitope. On the ChiMERa-Bench dataset, ConTact surpasses the baselines on the binding interface and structural metrics (backbone RMSD, fraction of native contacts, interface RMSD, DockQ, and epitope F1) on all three splits, improving native-contact recovery by 11 to 16%, while matching the best sequence recovery. The source code is available at: https://github.com/mansoor181/ConTact.git

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

Code

Syntology Ran 14 of 16 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 12 ran with no contract checked.

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

mansoor181/ConTact 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

16 samples harvested; 14 ran; 0 honoured the contract we drafted; 2 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 · our draft was wrong
12ran
2unverified

Licence: 16 of the 16 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 mansoor181/ConTact. “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.

build_model_args mansoor181/ConTact/trainer.py found in paper text by Syntology ran no licence file found · pointer only · 8d03cdec29c5400b · report
compute_edge_features mansoor181/ConTact/shared/features.py found in paper text by Syntology ran no licence file found · pointer only · 4696f63f9cd46a25 · report
contact_weighted_ce mansoor181/ConTact/model/core.py found in paper text by Syntology ran no licence file found · pointer only · 1bd80886a605ff7c · report
extract_aux_targets mansoor181/ConTact/shared/sparse_features.py found in paper text by Syntology ran no licence file found · pointer only · 0a21c116ead8bd7c · report
get_feature_indices mansoor181/ConTact/shared/features_v2.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · e39458945226583a · report
get_prio mansoor181/ConTact/utils.py found in paper text by Syntology ran no licence file found · pointer only · b34ec54af3e6fffc · report
interface_aware_normalize mansoor181/ConTact/shared/sparse_features.py found in paper text by Syntology ran no licence file found · pointer only · 6f7749a8061f36c1 · report
mask_cdr_features mansoor181/ConTact/shared/features.py found in paper text by Syntology ran no licence file found · pointer only · d34f702a2e055810 · report
rbf_encoding mansoor181/ConTact/shared/features.py found in paper text by Syntology ran no licence file found · pointer only · d2922f01fb8b043b · report
split_dense_sparse mansoor181/ConTact/shared/sparse_features.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · c45613350eabe47d · report
split_features_by_group mansoor181/ConTact/shared/features_v2.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 3555e81e24f8737c · report
unsorted_segment_mean mansoor181/ConTact/model/modules.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 4a152e58abf0c317 · report
unsorted_segment_sum mansoor181/ConTact/model/modules.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 7a39c2530c1f1d13 · report
valid_check mansoor181/ConTact/utils.py found in paper text by Syntology ran no licence file found · pointer only · 4bc134986fb637f3 · report
coord2radial mansoor181/ConTact/model/modules.py found in paper text by Syntology unverified no licence file found · pointer only · da995abbf5622788 · report
mask_cdr_structure_features mansoor181/ConTact/shared/features_v2.py found in paper text by Syntology unverified no licence file found · pointer only · f7acbfa7d550904b · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.21600, was issued in May 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