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

How to use SimCSE for NER ? #136

Closed lidongbo closed 2 years ago

gaotianyu1350 commented 2 years ago

Hi,

SimCSE is a model for sentence embedding, while NER is a sequence labeling problem. Given the above reason, SimCSE is not suitable for the NER task. I would rather recommend using regular pre-trained models.