oborchers / Fast_Sentence_Embeddings

Compute Sentence Embeddings Fast!
GNU General Public License v3.0
616 stars 83 forks source link

Question: Document embedding is the sum over the sentence vectors? #27

Closed MaksymDel closed 4 years ago

MaksymDel commented 4 years ago

When we have several sentences with the same index (custom index was provided), how is the document embedding computed? Is it just a simple sum over the sentence embeddings?

oborchers commented 4 years ago

Hi! Its the sum of all average sentence vectors with the same index.