geometric_embedding

Sentence embedder

An implementation of a non-parameterized approach for building sentence representations

"Zero-Training Sentence Embedding via Orthogonal Basis" paper implementation

GitHub

19 stars
5 watching
3 forks
Language: Python
last commit: almost 8 years ago
Linked from 1 awesome list

embeddingsnlp

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
iarroyof/sentence_embeddingA method to convert word embeddings into sentence representations by applying entropy weights calculated from TFIDF transform.9
oborchers/fast_sentence_embeddingsA Python library for efficiently computing sentence embeddings from large datasets618
vzhong/embeddingsProvides fast and efficient word embeddings for natural language processing.223
rguthrie3/morphologicalpriorsforwordembeddingsA project implementing a method to incorporate morphological information into word embeddings using a neural network model52
princetonml/sifA Python implementation of a sentence embedding algorithm using the Smooth Inverse Frequency weighting scheme1,084
wangyuxinwhy/uniemDevelops unified sentence embedding models for NLP tasks840
hit-scir/elmoformanylangsProvides pre-trained ELMo representations for multiple languages to improve NLP tasks.1,462
hassygo/charngram2vecA repository providing a re-implementation of character n-gram embeddings for pre-training in natural language processing tasks23
voidism/diffcseAn unsupervised contrastive learning framework for learning sentence embeddings sensitive to differences between original and edited sentences.292
plasticityai/magnitudeA fast and efficient utility package for utilizing vector embeddings in machine learning models1,635
xgfs/verseAn open-source implementation of graph embedding from similarity measures129
lajanugen/s2vAn implementation of a neural network model for learning efficient sentence representations from text data.205
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
seomoz/word2gaussThis implementation provides a way to represent words as multivariate Gaussian distributions, allowing scalable word embeddings.190