qiyuw commited on
Commit
70085b9
1 Parent(s): 2ec11e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -3,4 +3,23 @@ license: mit
3
  language:
4
  - en
5
  pipeline_tag: sentence-similarity
6
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  language:
4
  - en
5
  pipeline_tag: sentence-similarity
6
+ ---
7
+ # Model Description
8
+ Refer to [https://github.com/qiyuw/PeerCL](https://github.com/qiyuw/PeerCL)
9
+
10
+ # Citation
11
+ Cite our paper if PCL helps your work:
12
+
13
+ ```bibtex
14
+ @inproceedings{wu-etal-2022-pcl,
15
+ title = "{PCL}: Peer-Contrastive Learning with Diverse Augmentations for Unsupervised Sentence Embeddings",
16
+ author = "Wu, Qiyu and Tao, Chongyang and Shen, Tao and Xu, Can and Geng, Xiubo and Jiang, Daxin",
17
+ booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
18
+ month = dec,
19
+ year = "2022",
20
+ address = "Abu Dhabi, United Arab Emirates",
21
+ publisher = "Association for Computational Linguistics",
22
+ url = "https://aclanthology.org/2022.emnlp-main.826",
23
+ pages = "12052--12066",
24
+ }
25
+ ```