SPINE
Embedding transformer
Transforms existing word embeddings into more interpretable ones by applying a novel extension of k-sparse autoencoder with stricter sparsity constraints
Code for SPINE - Sparse Interpretable Neural Embeddings. Jhamtani H., Pruthi D., Subramanian A.*, Berg-Kirkpatrick T., Hovy E. AAAI 2018
52 stars
7 watching
11 forks
Language: Python
last commit: almost 5 years ago interpretabilityword-embeddings
Related projects:
Repository | Description | Stars |
---|---|---|
vzhong/embeddings | Provides fast and efficient word embeddings for natural language processing. | 223 |
giuseppemarra/char-word-embeddings | This repository provides an unsupervised approach to learning character-aware word and context embeddings. | 0 |
wangyuxinwhy/uniem | Develops unified sentence embedding models for NLP tasks | 833 |
rguthrie3/morphologicalpriorsforwordembeddings | A project implementing a method to incorporate morphological information into word embeddings using a neural network model | 52 |
benedekrozemberczki/tene | A sparsity-aware implementation of a deep learning algorithm for graph embedding with text information. | 73 |
botcenter/spanishwordembeddings | This project generates Spanish word embeddings using fastText on large corpora. | 9 |
plasticityai/magnitude | A fast and efficient utility package for utilizing vector embeddings in machine learning models | 1,627 |
hit-scir/elmoformanylangs | Provides pre-trained ELMo representations for multiple languages to improve NLP tasks. | 1,463 |
chengyuegongr/frequency-agnostic | Improves word embeddings by using adversarial training to make them less dependent on word frequencies | 118 |
bigredt/vico | Multi-sense word embeddings learned from visual cooccurrences | 25 |
seomoz/word2gauss | This implementation provides a way to represent words as multivariate Gaussian distributions, allowing scalable word embeddings. | 190 |
dinghanshen/swem | A software project that implements word embedding-based models for text classification tasks and provides pre-trained embeddings and evaluation scripts. | 284 |
jwieting/iclr2016 | Code for training universal paraphrastic sentence embeddings and models on semantic similarity tasks | 193 |
nlprinceton/text_embedding | A utility class for generating and evaluating document representations using word embeddings. | 54 |
materialsintelligence/mat2vec | Unsupervised word embeddings capture latent knowledge from materials science literature | 619 |