Computational Antibody Papers

Filter by tags
developability
Filter by published year
2026
TitleKey points
    • Prompt-based, in-context prediction of antibody developability properties using large language models, rather than training separate predictors per property.
    • As a baseline, they evaluate TxGemma, a therapeutics-specific multimodal LLM that supports task switching via prompts and is fine-tuned using LoRA.
    • The study relies on a very large antibody dataset (~876k heavy chains) with in-silico–computed biophysical developability properties, combining sequence-based and structure-based predictors.
    • Models are trained and evaluated using prompts that include antibody sequences together with partially observed property/value pairs, asking the model to infer a missing property for a query sequence.
    • To prevent shortcut learning where the model ignores context and relies only on sequence, the authors introduce AB-context-aware training, which applies a random latent transformation jointly to context properties and targets during training, forcing explicit use of contextual information.
    • By simulating batch effects, they show that standard fine-tuned TxGemma degrades sharply as batch bias increases (from ~0.99 Spearman ρ with no bias to ~0.95 with moderate bias and ~0.58 with strong bias), whereas context-aware training remains robust even under strong batch effects.
    • Faster free to use version of NetMHCPIIpan for deimmunization.
    • The model uses a small neural network (MLP) trained on one-hot encoded 15-mer peptides. To improve accuracy, it identifies the strongest 9-residue ‘binding core’ within those peptides and aligns them before scoring.
    • The training data isn't experimental directly but distilled from NetMHCIIpan-4.3. The authors took 75,000 peptides, ran them through the original tool, and weighted the results by how common 97 different DRB1 alleles are in North America to create a single risk score.
    • By predicting the final risk score in one pass, rather than calculating 97 individual allele bindings, it runs 300,000x faster while keeping a 95% correlation with the original tool's results.
    • To prove it works on real drugs, they tested it against MAPPs data (physical peptide presentation) from vatreptacog alfa, a drug that failed clinical trials due to immune reactions. It successfully flagged the same high-risk mutations as the much slower original software.
    • Its main value is the speed and differentiability wrt NetMHCIIpan, so it can sit in generative AI pipelines. It allows designers to screen millions of protein variants for "self" vs "non-self" peptides in minutes rather than weeks.
    • FLAb2 substantially expands existing antibody benchmarks, introducing the largest public dataset to date with a strong focus on developability rather than binding alone.
    • A broad spectrum of models is evaluated, including generic protein language models, antibody-specific models, structure-aware predictors, and simple physics-based baselines such as charge and pI calculations.
    • Zero-shot predictions from pretrained protein models are generally weak and unreliable for antibody developability. Surprisingly, simple charge-based features often outperform large models for properties such as aggregation, polyreactivity, and pharmacokinetics.
    • Intrinsic properties (e.g. thermostability, expression) are substantially easier to predict than extrinsic or context-dependent properties such as polyreactivity, pharmacokinetics, or immunogenicity.
    • Few-shot learning improves performance, but even the best models typically achieve only moderate correlations (ρ ≈ 0.4–0.6) on statistically robust datasets, highlighting the difficulty of the task.
    • Incorporating structural information improves predictions, particularly in the zero-shot setting, and helps reduce biases present in sequence-only models.
    • Many pretrained models primarily capture evolutionary signal, effectively measuring distance from germline rather than true developability. Encouragingly, this germline bias largely disappears once models are fine-tuned in a few-shot setting.
    • Scaling model size alone provides limited benefit. Given sufficient training data, simple one-hot encodings paired with small neural networks can match or outperform billion-parameter protein language models, emphasizing that data quality and quantity matter more than model scale.