klb3713 / sentence2vec

Tools for mapping a sentence with arbitrary length to vector space
664 stars 225 forks source link

Concatenate vs Average/Sum #9

Open dineshbvadhia opened 9 years ago

dineshbvadhia commented 9 years ago

From what I understand, sentence2vec generates vectors with a fixed dimension=size based on average or sum. Have you considered concatenation as per the original Quoc & Mikolov 2014 paper?