Skip to content

zhangdongxu/word-embedding-perturbation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repo contains the implementation of the paper 'Word Embedding Perturbation for Sentence Classification'

It also supports basic CNN versions of sentiment classification, relation classification and answer selections.

First, you need to download 300-dim pretrained word2vec embeddings https://code.google.com/archive/p/word2vec/ https://nlp.stanford.edu/projects/glove/

All the methods are implemented using Tensorflow v1.0.1.