princeton-nlp / SimCSE

[EMNLP 2021] SimCSE: Simple Contrastive Learning of Sentence Embeddings https://arxiv.org/abs/2104.08821
MIT License
3.36k stars 507 forks source link

sup simcse #152

Closed kyang888 closed 2 years ago

kyang888 commented 2 years ago

Hi,I have a question, if I use mrpc (The Microsoft Research Paraphrase Corpus) to train supervised simcse, I want to make sure, only use positive sentence pairs to train supervised simcse?

gaotianyu1350 commented 2 years ago

Yes, you should use the positive sentence pairs to train the supervised model.