DeBERTa commited on
Commit
bfd4ce8
1 Parent(s): b6a2bc6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -49,12 +49,12 @@ python -m torch.distributed.launch --nproc_per_node=8 run_glue.py --model_name
49
  If you find DeBERTa useful for your work, please cite the following paper:
50
 
51
  ``` latex
52
- @misc{he2020deberta,
53
- title={DeBERTa: Decoding-enhanced BERT with Disentangled Attention},
54
- author={Pengcheng He and Xiaodong Liu and Jianfeng Gao and Weizhu Chen},
55
- year={2020},
56
- eprint={2006.03654},
57
- archivePrefix={arXiv},
58
- primaryClass={cs.CL}
59
- }
60
  ```
49
  If you find DeBERTa useful for your work, please cite the following paper:
50
 
51
  ``` latex
52
+ @inproceedings{
53
+ he2021deberta,
54
+ title={{\{}DEBERTA{\}}: {\{}DECODING{\}}-{\{}ENHANCED{\}} {\{}BERT{\}} {\{}WITH{\}} {\{}DISENTANGLED{\}} {\{}ATTENTION{\}}},
55
+ author={Pengcheng He and Xiaodong Liu and Jianfeng Gao and Weizhu Chen},
56
+ booktitle={International Conference on Learning Representations},
57
+ year={2021},
58
+ url={https://openreview.net/forum?id=XPZIaotutsD}
59
+ }
60
  ```