DeBERTa commited on
Commit
591bc32
1 Parent(s): e7412d9

Update README.md

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