geometric_embedding
Sentence embedder
An implementation of a non-parameterized approach for building sentence representations
"Zero-Training Sentence Embedding via Orthogonal Basis" paper implementation
19 stars
5 watching
3 forks
Language: Python
last commit: about 6 years ago
Linked from 1 awesome list
embeddingsnlp
Related projects:
Repository | Description | Stars |
---|---|---|
| A method to convert word embeddings into sentence representations by applying entropy weights calculated from TFIDF transform. | 9 |
| A Python library for efficiently computing sentence embeddings from large datasets | 618 |
| Provides fast and efficient word embeddings for natural language processing. | 223 |
| A project implementing a method to incorporate morphological information into word embeddings using a neural network model | 52 |
| A Python implementation of a sentence embedding algorithm using the Smooth Inverse Frequency weighting scheme | 1,084 |
| Develops unified sentence embedding models for NLP tasks | 840 |
| Provides pre-trained ELMo representations for multiple languages to improve NLP tasks. | 1,462 |
| A repository providing a re-implementation of character n-gram embeddings for pre-training in natural language processing tasks | 23 |
| An unsupervised contrastive learning framework for learning sentence embeddings sensitive to differences between original and edited sentences. | 292 |
| A fast and efficient utility package for utilizing vector embeddings in machine learning models | 1,635 |
| An open-source implementation of graph embedding from similarity measures | 129 |
| An implementation of a neural network model for learning efficient sentence representations from text data. | 205 |
| A method to generate sentence embeddings from pre-trained language models | 178 |
| A tool for training and using character n-gram based word and sentence embeddings in natural language processing. | 125 |
| This implementation provides a way to represent words as multivariate Gaussian distributions, allowing scalable word embeddings. | 190 |