SBERT-WK-Sentence-Embedding

Sentence embedder

A method to generate sentence embeddings from pre-trained language models

IEEE/ACM TASLP 2020: SBERT-WK: A Sentence Embedding Method By Dissecting BERT-based Word Models

GitHub

177 stars
7 watching
27 forks
Language: Python
last commit: almost 4 years ago

Related projects:

Repository Description Stars
jwieting/acl2017 A codebase for training and using models of sentence embeddings. 33
iarroyof/sentence_embedding A method to convert word embeddings into sentence representations by applying entropy weights calculated from TFIDF transform. 9
oborchers/fast_sentence_embeddings A Python library for efficiently computing sentence embeddings from large datasets 618
lajanugen/s2v An implementation of a neural network model for learning efficient sentence representations from text data. 205
jwieting/para-nmt-50m A collection of pre-trained models and code for training paraphrastic sentence embeddings from large machine translation datasets. 102
bohanli/bert-flow A TensorFlow implementation of sentence embedding from pre-trained language models 529
princetonml/sif A Python implementation of a sentence embedding algorithm using the Smooth Inverse Frequency weighting scheme 1,083
nlprinceton/text_embedding A utility class for generating and evaluating document representations using word embeddings. 54
kudkudak/word-embeddings-benchmarks Provides methods for evaluating word embeddings on various benchmarks 437
jwieting/charagram A tool for training and using character n-gram based word and sentence embeddings in natural language processing. 125
epfml/sent2vec An unsupervised technique to generate numerical representations of sentences and words for use in machine learning tasks 1,193
xiaoqijiao/coling2018 Provides training and testing code for a CNN-based sentence embedding model 2
kostyaev/sentence2vec This is a tool for creating deep sentence embeddings using Sequence-to-Sequence learning. 22
voidism/diffcse An unsupervised contrastive learning framework for learning sentence embeddings sensitive to differences between original and edited sentences. 291
fursovia/geometric_embedding An implementation of a non-parameterized approach for building sentence representations 19