DeBERTa commited on
Commit
9e60327
1 Parent(s): 0fb20ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -27,12 +27,12 @@ We present the dev results on SQuAD 1.1/2.0 and several GLUE benchmark tasks.
27
  If you find DeBERTa useful for your work, please cite the following paper:
28
 
29
  ``` latex
30
- @misc{he2020deberta,
31
- title={DeBERTa: Decoding-enhanced BERT with Disentangled Attention},
32
- author={Pengcheng He and Xiaodong Liu and Jianfeng Gao and Weizhu Chen},
33
- year={2020},
34
- eprint={2006.03654},
35
- archivePrefix={arXiv},
36
- primaryClass={cs.CL}
37
- }
38
  ```
 
27
  If you find DeBERTa useful for your work, please cite the following paper:
28
 
29
  ``` latex
30
+ @inproceedings{
31
+ he2021deberta,
32
+ title={{\{}DEBERTA{\}}: {\{}DECODING{\}}-{\{}ENHANCED{\}} {\{}BERT{\}} {\{}WITH{\}} {\{}DISENTANGLED{\}} {\{}ATTENTION{\}}},
33
+ author={Pengcheng He and Xiaodong Liu and Jianfeng Gao and Weizhu Chen},
34
+ booktitle={International Conference on Learning Representations},
35
+ year={2021},
36
+ url={https://openreview.net/forum?id=XPZIaotutsD}
37
+ }
38
  ```