S2V

Sentence Embedder

An implementation of a neural network model for learning efficient sentence representations from text data.

ICLR 2018 Quick-Thought vectors

GitHub

205 stars
12 watching
63 forks
Language: Python
last commit: about 7 years ago
efficientquick-thoughtrepresentationssent2vecsentence

Related projects:

RepositoryDescriptionStars
kostyaev/sentence2vecThis is a tool for creating deep sentence embeddings using Sequence-to-Sequence learning.22
xiaoqijiao/coling2018Provides training and testing code for a CNN-based sentence embedding model2
botcenter/spanish-sent2vecThis project trains a machine learning model to generate sentence embeddings from Spanish text data using the sent2vec algorithm.4
epfml/sent2vecAn unsupervised technique to generate numerical representations of sentences and words for use in machine learning tasks1,194
binwang28/sbert-wk-sentence-embeddingA method to generate sentence embeddings from pre-trained language models178
jwieting/acl2017A codebase for training and using models of sentence embeddings.33
oborchers/fast_sentence_embeddingsA Python library for efficiently computing sentence embeddings from large datasets618
iarroyof/sentence_embeddingA method to convert word embeddings into sentence representations by applying entropy weights calculated from TFIDF transform.9
princetonml/sifA Python implementation of a sentence embedding algorithm using the Smooth Inverse Frequency weighting scheme1,084
bohanli/bert-flowAn implementation of a method to generate sentence embeddings from pre-trained language models using TensorFlow.530
vzhong/embeddingsProvides fast and efficient word embeddings for natural language processing.223
malllabiisc/wordgcnA deep learning model that generates word embeddings by predicting words based on their dependency context291
zhegan27/convsentTrains an autoencoder to learn generic sentence representations using convolutional neural networks34
jwieting/iclr2016Code for training universal paraphrastic sentence embeddings and models on semantic similarity tasks193
voidism/diffcseAn unsupervised contrastive learning framework for learning sentence embeddings sensitive to differences between original and edited sentences.292