skip-thoughts

Sentence encoder

Provides an implementation of Skip-Thought Vectors for encoding and analyzing sentence pairs

Sent2Vec encoder and training code from the paper "Skip-Thought Vectors"

GitHub

2k stars
106 watching
543 forks
Language: Python
last commit: over 4 years ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
sanyam5/skip-thoughts An implementation of Skip-Thought Vectors in PyTorch for modeling relationships between words and sentences. 225
lajanugen/s2v An implementation of a neural network model for learning efficient sentence representations from text data. 205
fh295/sentencerepresentation A software framework for learning sentence representations using unsupervised machine learning algorithms 124
ryankiros/visual-semantic-embedding A Python implementation of an image-sentence embedding method using LSTM networks. 426
darienhuss/shotgunyara Tools and utilities for generating encoded versions of input data 9
weihongyu12/think-esapi An ESAPI extension for ThinkJS, providing basic encoding functions 11
kostyaev/sentence2vec This is a tool for creating deep sentence embeddings using Sequence-to-Sequence learning. 22
alephao/swift-rlp A Swift implementation of Recursive Length Prefix encoding for serializing structured binary data 24
aspuru-guzik-group/chemical_vae A software framework for constructing and training variational autoencoders for encoding molecular SMILES into compact code vectors. 493
treye/json_stream_encoder A streaming JSON encoder for Elixir that prioritizes memory efficiency and parallelism over raw speed. 8
theeluwin/pytorch-sgns An implementation of Word2Vec's SkipGramNegativeSampling in PyTorch with support for word frequency distribution and subsampling. 302
zminghua/sentencoding A software package providing tools to encode and process text data using a specific neural network architecture. 16
jwieting/iclr2016 Code for training universal paraphrastic sentence embeddings and models on semantic similarity tasks 193
zhegan27/convsent Trains an autoencoder to learn generic sentence representations using convolutional neural networks 34
jwieting/acl2017 A codebase for training and using models of sentence embeddings. 33