UKPLab / sentence-transformers

Multilingual Sentence & Image Embeddings with BERT
https://www.SBERT.net
Apache License 2.0
14.44k stars 2.4k forks source link

Release cosine similarities from paper #1571

Open AADeLucia opened 2 years ago

AADeLucia commented 2 years ago

In Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks Section 4:Evaluation - Semantic Textual Similarity, you include the Spearman rank correlation between the cosine similarity of the embedded sentences and the gold sentences. Do you have the raw cosine similarities? I'm interested in seeing a distribution of similarity scores.

nreimers commented 2 years ago

The models are available, from there you can compute the embeddings and the cosine similarity for the respective datasets