biology
MiguelBraganca commited on
Commit
0faf844
·
verified ·
1 Parent(s): aaac53f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,6 +1,6 @@
1
  # AbBFN2: A flexible antibody foundation model based on Bayesian Flow Networks
2
 
3
- AbBFN2 allows for flexible task adaptation by virtue of its ability to condition the generative process on an arbitrary subset of variables. Further, since AbBFN2 is based on the Bayesian Flow Network paradigm, it can jointly model both discrete and continuous variables. Using this architecture, we provide a rich syntax which can be used to interact with the model. Regardless of conditioning information, the model generates all 45 "data modes" at inference time and arbitrary conditioning can be used to define specific tasks.
4
 
5
  ## License Summary
6
 
@@ -221,10 +221,10 @@ If you use AbBFN2 in your research, please cite our work:
221
  ```bibtex
222
  @article{Guloglu_etal_AbBFN2,
223
  title={AbBFN2: A flexible antibody foundation model based on Bayesian Flow Networks},
224
- author={Bora Guloglu and Miguel Bragan\c{c}a and Alex Graves and Scott Cameron and Timothy Atkinson and Liviu Copoiu},
225
  journal={bioRxiv},
226
  year={2025},
227
- url={}
228
  }
229
  ```
230
 
 
1
  # AbBFN2: A flexible antibody foundation model based on Bayesian Flow Networks
2
 
3
+ [AbBFN2](https://www.biorxiv.org/content/10.1101/2025.04.29.651170v1) allows for flexible task adaptation by virtue of its ability to condition the generative process on an arbitrary subset of variables. Further, since AbBFN2 is based on the Bayesian Flow Network paradigm, it can jointly model both discrete and continuous variables. Using this architecture, we provide a rich syntax which can be used to interact with the model. Regardless of conditioning information, the model generates all 45 "data modes" at inference time and arbitrary conditioning can be used to define specific tasks.
4
 
5
  ## License Summary
6
 
 
221
  ```bibtex
222
  @article{Guloglu_etal_AbBFN2,
223
  title={AbBFN2: A flexible antibody foundation model based on Bayesian Flow Networks},
224
+ author={Bora Guloglu and Miguel Bragan\c{c}a and Alex Graves and Scott Cameron and Timothy Atkinson and Liviu Copoiu and Alexandre Laterre and Thomas D Barrett},
225
  journal={bioRxiv},
226
  year={2025},
227
+ url={https://www.biorxiv.org/content/10.1101/2025.04.29.651170v1}
228
  }
229
  ```
230