ltg
/

davda54 commited on
Commit
7e64633
·
verified ·
1 Parent(s): 5a55b00

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -8
README.md CHANGED
@@ -50,16 +50,23 @@ print(prediction)
50
  If you find DeBERTa useful for your work, please cite the following paper:
51
 
52
  ```bibtex
53
-
 
 
 
 
 
 
 
 
54
  ```
55
 
56
  ``` bibtex
57
- @inproceedings{
58
- he2021deberta,
59
- title={DEBERTA: DECODING-ENHANCED BERT WITH DISENTANGLED ATTENTION},
60
- author={Pengcheng He and Xiaodong Liu and Jianfeng Gao and Weizhu Chen},
61
- booktitle={International Conference on Learning Representations},
62
- year={2021},
63
- url={https://openreview.net/forum?id=XPZIaotutsD}
64
  }
65
  ```
 
50
  If you find DeBERTa useful for your work, please cite the following paper:
51
 
52
  ```bibtex
53
+ @misc{samuel2024berts,
54
+ title={BERTs are Generative In-Context Learners},
55
+ author={David Samuel},
56
+ year={2024},
57
+ eprint={2406.04823},
58
+ archivePrefix={arXiv},
59
+ primaryClass={cs.CL},
60
+ url={https://arxiv.org/abs/2406.04823}
61
+ }
62
  ```
63
 
64
  ``` bibtex
65
+ @inproceedings{he2021deberta,
66
+ title={DEBERTA: DECODING-ENHANCED BERT WITH DISENTANGLED ATTENTION},
67
+ author={Pengcheng He and Xiaodong Liu and Jianfeng Gao and Weizhu Chen},
68
+ booktitle={International Conference on Learning Representations},
69
+ year={2021},
70
+ url={https://openreview.net/forum?id=XPZIaotutsD}
 
71
  }
72
  ```