Sentence Embeddings

219 papers with code • 0 benchmarks • 11 datasets

This task has no description! Would you like to contribute one?

Libraries

Use these libraries to find Sentence Embeddings models and implementations

Most implemented papers

Language-agnostic BERT Sentence Embedding

FreddeFrallan/Multilingual-CLIP ACL 2022

While BERT is an effective method for learning monolingual sentence embeddings for semantic similarity and embedding based transfer learning (Reimers and Gurevych, 2019), BERT based cross-lingual sentence embeddings have yet to be explored.

Unsupervised Learning of Sentence Embeddings using Compositional n-Gram Features

epfml/sent2vec NAACL 2018

The recent tremendous success of unsupervised word embeddings in a multitude of applications raises the obvious question if similar methods could be derived to improve embeddings (i. e. semantic representations) of word sequences as well.

Learning Natural Language Inference with LSTM

shuohangwang/SeqMatchSeq NAACL 2016

On the SNLI corpus, our model achieves an accuracy of 86. 1%, outperforming the state of the art.

BioSentVec: creating sentence embeddings for biomedical texts

ncbi-nlp/BioSentVec 22 Oct 2018

Sentence embeddings have become an essential part of today's natural language processing (NLP) systems, especially together advanced deep learning methods.

Simple and Effective Paraphrastic Similarity from Parallel Translations

jwieting/paraphrastic-representations-at-scale ACL 2019

We present a model and methodology for learning paraphrastic sentence embeddings directly from bitext, removing the time-consuming intermediate step of creating paraphrase corpora.

ColBERT: Using BERT Sentence Embedding in Parallel Neural Networks for Computational Humor

Moradnejad/ColBERT-Using-BERT-Sentence-Embedding-for-Humor-Detection 27 Apr 2020

The proposed technical method initiates by separating sentences of the given text and utilizing the BERT model to generate embeddings for each one.

Fine-grained Analysis of Sentence Embeddings Using Auxiliary Prediction Tasks

facebookresearch/InferSent 15 Aug 2016

The analysis sheds light on the relative strengths of different sentence embedding methods with respect to these low level prediction tasks, and on the effect of the encoded vector's dimensionality on the resulting representations.

Dependency Sensitive Convolutional Neural Networks for Modeling Sentences and Documents

ManuelVs/NeuralNetworks NAACL 2016

Moreover, unlike other CNN-based models that analyze sentences locally by sliding windows, our system captures both the dependency information within each sentence and relationships across sentences in the same document.

DisSent: Sentence Representation Learning from Explicit Discourse Relations

facebookresearch/InferSent 12 Oct 2017

Learning effective representations of sentences is one of the core missions of natural language understanding.

Simple Unsupervised Keyphrase Extraction using Sentence Embeddings

swisscom/ai-research-keyphrase-extraction CONLL 2018

EmbedRank achieves higher F-scores than graph-based state of the art systems on standard datasets and is suitable for real-time processing of large amounts of Web data.