wasiahmad / transferable_sent2vec

Official code of our work, Robust, Transferable Sentence Representations for Text Classification [Arxiv 2018].
MIT License
20 stars 12 forks source link

Get sentence representation from customized dataset #1

Closed ludens11 closed 4 years ago

ludens11 commented 4 years ago

Hello, currently im trying to reproduce your model with different language dataset for my learning purpose. My dataset only contain lot of sentences seperated with a new line. There is no target sentences in my dataset.

the question is, with my own dataset :

Thanks in advance

wasiahmad commented 4 years ago

You closed the issue, did you find answers to your questions?

ludens11 commented 4 years ago

not yet, but im pretty sure that my data wont fit in this implementation. maybe?

wasiahmad commented 4 years ago

Yes, you are right. We train sentence encoder based on supervised learning and this requirement doesn't meet by your dataset. I think you should consider GenSen, USE, LASER.