tsurubee commited on
Commit
cd6341d
1 Parent(s): 9498a56

Update bibtex citation

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -37,10 +37,10 @@ model = RobertaModel.from_pretrained("COGNANO/VHHBERT")
37
  If you use VHHBERT in your research, please cite the following paper.
38
 
39
  ```bibtex
40
- @article{tsuruta2024sars,
41
  title={A {SARS}-{C}o{V}-2 Interaction Dataset and {VHH} Sequence Corpus for Antibody Language Models},
42
  author={Hirofumi Tsuruta and Hiroyuki Yamazaki and Ryota Maeda and Ryotaro Tamura and Akihiro Imura},
43
- journal={arXiv preprint arXiv:2405.18749},
44
  year={2024}
45
  }
46
  ```
 
37
  If you use VHHBERT in your research, please cite the following paper.
38
 
39
  ```bibtex
40
+ @inproceedings{tsuruta2024sars,
41
  title={A {SARS}-{C}o{V}-2 Interaction Dataset and {VHH} Sequence Corpus for Antibody Language Models},
42
  author={Hirofumi Tsuruta and Hiroyuki Yamazaki and Ryota Maeda and Ryotaro Tamura and Akihiro Imura},
43
+ booktitle={Advances in Neural Information Processing Systems 37},
44
  year={2024}
45
  }
46
  ```