UKPLab / sentence-transformers

State-of-the-Art Text Embeddings
https://www.sbert.net
Apache License 2.0
14.83k stars 2.44k forks source link

Doubt about paragraph embedding composed by mean/sum of sentence embedding #293

Closed Guillermogsjc closed 3 days ago

Guillermogsjc commented 4 years ago

Hi @nreimers,

I have one doubt about the behaviour of performing a paragraph embedding composed as the sum/mean of the embeddings created by distiluse-multilingual of the sentences in the paragraph.

It is well behaved? Have you tested it?

Regards.

nreimers commented 4 years ago

Hi @Guillermogsjc I haven't tested it and I don't know if it will be well behaved.

Best Nils