Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 2.61 KB

sentence_representation.md

File metadata and controls

32 lines (27 loc) · 2.61 KB

SentEval (2018)

USE (2018)

GenSen (2018)

InferSent (2017)

Skip-Thought (2015)

  • Skip-Thought Vectors . Jamie Ryan Kiros, Yukun Zhu, Ruslan Salakhutdinov, Richard S. Zemel, Antonio Torralba, Raquel Urtasun, Sanja Fidler . In NIPS, 2015.
  • Unsupervised learning of sentence representations using an encoder-decoder model, where the decoder tries to reconstruct the surrounding sentences of the encoded sentence, like what is done in skip-gram model for word embedding.
  • Useful resources: