PTE

Text embedding model

An implementation of the Predictive Text Embedding model for learning word representations from large-scale heterogeneous text networks.

GitHub

96 stars
6 watching
32 forks
Language: C++
last commit: almost 9 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
embeddings-benchmark/mtebProvides tools and benchmarks for evaluating text embedding models2,021
nlprinceton/text_embeddingA utility class for generating and evaluating document representations using word embeddings.54
jwieting/acl2017A codebase for training and using models of sentence embeddings.33
alexandres/lexvecAn implementation of a word embedding model that uses character n-grams and achieves state-of-the-art results in multiple NLP tasks803
rguthrie3/morphologicalpriorsforwordembeddingsA project implementing a method to incorporate morphological information into word embeddings using a neural network model52
cod3licious/conecA library for training and evaluating a type of word embedding model that extends the original Word2Vec algorithm20
artetxem/vecmapAn implementation of cross-lingual word embedding mappings using unsupervised learning methods648
malllabiisc/wordgcnA deep learning model that generates word embeddings by predicting words based on their dependency context291
zhangxiann/skip-gramA Python implementation of a neural network model for learning word embeddings from text data6
largelymfs/topical_word_embeddingsA Python implementation of a topical word embedding technique used in natural language processing and information retrieval.314
vefstathiou/so_word2vecThis is a word embedding model trained on Stack Overflow posts for use in natural language processing tasks.40
jwieting/para-nmt-50mA collection of pre-trained models and code for training paraphrastic sentence embeddings from large machine translation datasets.102
dinghanshen/swemReproduces the results of an ACL 2018 paper on simple word-embedding-based models for natural language processing tasks.284
tca19/dict2vecA framework to learn word embeddings using lexical dictionaries115
xiaoqijiao/coling2018Provides training and testing code for a CNN-based sentence embedding model2