xiongchenyan commited on
Commit
08d9cc8
1 Parent(s): 1ae135d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # COCO-LM: Correcting and Contrasting Text Sequences for Language Model Pretraining
2
+
3
+ This model card contains the COCO-LM model (**large++** version) proposed in [this paper](https://arxiv.org/abs/2102.08473). The official GitHub repository can be found [here](https://github.com/microsoft/COCO-LM).
4
+
5
+ # Citation
6
+ If you find this model card useful for your research, please cite the following paper:
7
+ ```
8
+ @inproceedings{meng2021coco,
9
+ title={{COCO-LM}: Correcting and contrasting text sequences for language model pretraining},
10
+ author={Meng, Yu and Xiong, Chenyan and Bajaj, Payal and Tiwary, Saurabh and Bennett, Paul and Han, Jiawei and Song, Xia},
11
+ booktitle={NeurIPS},
12
+ year={2021}
13
+ }
14
+ ```