klb3713 / sentence2vec

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

Benchmarking #7

Open bakfire07 opened 9 years ago

bakfire07 commented 9 years ago

I tried to bench mark this tool on the Mass Dataset in the same setting as mentioned in the paper (Distributed Representations of Sentences and Documents). Instead of testing it directly, I had created sentence representation of entire mass dataset (train+test) and did a cross validation. I am not getting more than 51%. Has anybody tested this implementation and bench marked?

mug2mag commented 7 years ago

@bakfire07 hi, I am new to doc2vec, but really want to know how to get paragraph vectors ? But from the tutorial, the Paragraph Vector frame just can get the word vectors like word2vec. Could you tell me the method to get the pharagragh vectors. Very appreciate it.