Update README.md
Browse files
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 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
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 |
```
|