acl2017

Sentence embedding models

A codebase for training and using models of sentence embeddings.

Code to train and use models from "Revisiting Recurrent Networks for Paraphrastic Sentence Embeddings"

GitHub

33 stars
6 watching
3 forks
Language: Python
last commit: over 9 years ago

Related projects:

RepositoryDescriptionStars
jwieting/para-nmt-50mA collection of pre-trained models and code for training paraphrastic sentence embeddings from large machine translation datasets.102
jwieting/iclr2016Code for training universal paraphrastic sentence embeddings and models on semantic similarity tasks193
jwieting/paragram-wordTrains word embeddings from a paraphrase database to represent semantic relationships between words.30
binwang28/sbert-wk-sentence-embeddingA method to generate sentence embeddings from pre-trained language models178
jwieting/charagramA tool for training and using character n-gram based word and sentence embeddings in natural language processing.125
xiaoqijiao/coling2018Provides training and testing code for a CNN-based sentence embedding model2
auspicious3000/contentvecAn implementation of a self-supervised speech representation model using PyTorch and disentangled speaker embeddings471
lajanugen/s2vAn implementation of a neural network model for learning efficient sentence representations from text data.205
tca19/dict2vecA framework to learn word embeddings using lexical dictionaries115
malllabiisc/wordgcnA deep learning model that generates word embeddings by predicting words based on their dependency context291
ukplab/arxiv2018-xling-sentence-embeddingsReproducible research on cross-lingual sentence embeddings using power mean word embeddings186
commonsense/conceptnet-numberbatchA pre-trained word embedding model informed by a large-scale knowledge graph, providing a nuanced representation of word meanings.1,296
iarroyof/sentence_embeddingA method to convert word embeddings into sentence representations by applying entropy weights calculated from TFIDF transform.9
alexandres/lexvecAn implementation of a word embedding model that uses character n-grams and achieves state-of-the-art results in multiple NLP tasks803
nlprinceton/text_embeddingA utility class for generating and evaluating document representations using word embeddings.54