paragram-word

Word embeddings trainer

Trains word embeddings from a paraphrase database to represent semantic relationships between words.

Python code for training Paragram word embeddings. These achieve human-level performance on some word similiarty tasks including SimLex-999.This code was used to obtain results in the appendix of our 2015 TACL paper "From Paraphrase Database to Compositional Paraphrase Model and Back".

GitHub

30 stars
3 watching
12 forks
Language: Python
last commit: almost 9 years ago

Related projects:

Repository Description Stars
jwieting/iclr2016 Code for training universal paraphrastic sentence embeddings and models on semantic similarity tasks 193
jwieting/para-nmt-50m A collection of pre-trained models and code for training paraphrastic sentence embeddings from large machine translation datasets. 102
jwieting/acl2017 A codebase for training and using models of sentence embeddings. 33
jwieting/charagram A tool for training and using character n-gram based word and sentence embeddings in natural language processing. 125
vzhong/embeddings Provides fast and efficient word embeddings for natural language processing. 223
fanglanting/skip-gram-pytorch A PyTorch implementation of the skip-gram model for learning word embeddings. 188
xiaoqijiao/coling2018 Provides training and testing code for a CNN-based sentence embedding model 2
chengyuegongr/frequency-agnostic Improves word embeddings by using adversarial training to make them less dependent on word frequencies 118
giuseppemarra/char-word-embeddings This repository provides an unsupervised approach to learning character-aware word and context embeddings. 0
kudkudak/word-embeddings-benchmarks Provides methods for evaluating word embeddings on various benchmarks 437
rguthrie3/morphologicalpriorsforwordembeddings A project implementing a method to incorporate morphological information into word embeddings using a neural network model 52
uhh-lt/sensegram Tools and techniques for analyzing word meanings from word embeddings 212
juliatext/embeddings.jl Provides access to pre-trained word embeddings for NLP tasks. 81
tca19/dict2vec A framework to learn word embeddings using lexical dictionaries 115
zhangxiann/skip-gram A Python implementation of a neural network model for learning word embeddings from text data 6