dkarthikeyan1 commited on
Commit
f559f8f
·
verified ·
1 Parent(s): f9db94b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -6
README.md CHANGED
@@ -5,7 +5,7 @@ tags:
5
  - biology
6
  - immunology
7
  - seq2seq
8
- pipeline_tag: text2text-generation
9
  base_model:
10
  - dkarthikeyan1/tcrt5_pre_tcrdb
11
  ---
@@ -201,10 +201,20 @@ Benchmark results:
201
  ### BibTeX entry and citation info
202
 
203
  ```bibtex
204
- @article{dkarthikeyan2024tcrtranslate,
205
- title={TCR-TRANSLATE: Conditional Generation of Real Antigen Specific T-cell Receptor Sequences},
206
- author={Dhuvarakesh Karthikeyan and Colin Raffel and Benjamin Vincent and Alex Rubinsteyn},
207
- journal={bioArXiv},
208
- year={2024},
 
 
 
 
 
 
 
 
 
 
209
  }
210
  ```
 
5
  - biology
6
  - immunology
7
  - seq2seq
8
+ pipeline_tag: other
9
  base_model:
10
  - dkarthikeyan1/tcrt5_pre_tcrdb
11
  ---
 
201
  ### BibTeX entry and citation info
202
 
203
  ```bibtex
204
+ @Article{Karthikeyan2025_tcrtranslate,
205
+ author={Karthikeyan, Dhuvarakesh
206
+ and Bennett, Sarah N.
207
+ and Reynolds, Amy G.
208
+ and Vincent, Benjamin G.
209
+ and Rubinsteyn, Alex},
210
+ title={Conditional generation of real antigen-specific T cell receptor sequences},
211
+ journal={Nature Machine Intelligence},
212
+ year={2025},
213
+ month={Sep},
214
+ day={08},
215
+ abstract={Despite recent advances in T cell receptor (TCR) engineering, designing functional TCRs against arbitrary targets remains challenging due to complex rules governing cross-reactivity and limited paired data. Here we present TCR-TRANSLATE, a sequence-to-sequence framework that adapts low-resource machine translation techniques to generate antigen-specific TCR sequences against unseen epitopes. By evaluating 12 model variants of the BART and T5 model architectures, we identified key factors affecting performance and utility, revealing discordances between these objectives. Our flagship model, TCRT5, outperforms existing approaches on computational benchmarks, prioritizing functionally relevant sequences at higher ranks. Most significantly, we experimentally validated a computationally designed TCR against Wilms' tumour antigen, a therapeutically relevant target in leukaemia, excluded from our training and validation sets. Although the identified TCR shows cross-reactivity with pathogen-derived peptides, highlighting limitations in specificity, our work represents the successful computational design of a functional TCR construct against a non-viral epitope from the target sequence alone. Our findings establish a foundation for computational TCR design and reveal current limitations in data availability and methodology, providing a framework for accelerating personalized immunotherapy by reducing the search space for novel targets.},
216
+ issn={2522-5839},
217
+ doi={10.1038/s42256-025-01096-6},
218
+ url={https://doi.org/10.1038/s42256-025-01096-6}
219
  }
220
  ```