YuxinJiang commited on
Commit
acd397d
1 Parent(s): 9eeaf90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -8
README.md CHANGED
@@ -1,7 +1,7 @@
1
  # PromCSE: Improved Universal Sentence Embeddings with Prompt-based Contrastive Learning and Energy-based Learning
2
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1Ubtve9fqljSTbFH4dYZkXOxitrUl6Az3?usp=sharing)
3
  arXiv link: https://arxiv.org/abs/2203.06875v2
4
- To be published in [**EMNLP 2022**](https://2022.emnlp.org/)
5
 
6
  Our code is modified based on [SimCSE](https://github.com/princeton-nlp/SimCSE) and [P-tuning v2](https://github.com/THUDM/P-tuning-v2/). Here we would like to sincerely thank them for their excellent works.
7
 
@@ -251,12 +251,17 @@ Retrieval results for query: A woman is making a photo.
251
  Please cite our paper by:
252
 
253
  ```bibtex
254
- @misc{jiang2022promcse,
255
- title={Improved Universal Sentence Embeddings with Prompt-based Contrastive Learning and Energy-based Learning},
256
- author={Yuxin Jiang, Linhan Zhang and Wei Wang},
257
- year={2022},
258
- eprint={2203.06875},
259
- archivePrefix={arXiv},
260
- primaryClass={cs.CL}
 
 
 
 
 
261
  }
262
  ```
 
1
  # PromCSE: Improved Universal Sentence Embeddings with Prompt-based Contrastive Learning and Energy-based Learning
2
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1Ubtve9fqljSTbFH4dYZkXOxitrUl6Az3?usp=sharing)
3
  arXiv link: https://arxiv.org/abs/2203.06875v2
4
+ Published in [**EMNLP 2022**](https://2022.emnlp.org/)
5
 
6
  Our code is modified based on [SimCSE](https://github.com/princeton-nlp/SimCSE) and [P-tuning v2](https://github.com/THUDM/P-tuning-v2/). Here we would like to sincerely thank them for their excellent works.
7
 
 
251
  Please cite our paper by:
252
 
253
  ```bibtex
254
+ @inproceedings{jiang-etal-2022-improved,
255
+ title = "Improved Universal Sentence Embeddings with Prompt-based Contrastive Learning and Energy-based Learning",
256
+ author = "Jiang, Yuxin and
257
+ Zhang, Linhan and
258
+ Wang, Wei",
259
+ booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2022",
260
+ month = dec,
261
+ year = "2022",
262
+ address = "Abu Dhabi, United Arab Emirates",
263
+ publisher = "Association for Computational Linguistics",
264
+ url = "https://aclanthology.org/2022.findings-emnlp.220",
265
+ pages = "3021--3035",
266
  }
267
  ```