Evaluation of skip-thoughts model outlined in Kiros paper (https://arxiv.org/pdf/1506.06726.pdf)
An encoder decoder model that tries to reconstruct the surrounding sentences of an encoded passage. Sentences that share semantic and syntactic properties are thus mapped to similar vector representations. The skip-gram model is abstracted to the sentence level. Instead of a word predicting surrounding words within a setnence, this model aims to encode a sentence to predict surrounding sentences!
This code is written in python. To use it you will need: