Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks
BERT (Devlin et al., 2018) and RoBERTa (Liu et al., 2019) has set a new state-of-the-art performance on sentence-pair regression tasks like semantic textual similarity (STS). However, it requires that both sentences are fed into the network, which causes a massive computational overhead: Finding the most similar pair in a collection of 10,000 sentences requires about 50 million inference computations (~65 hours) with BERT. The construction of BERT makes it unsuitable for semantic similarity search as well as for unsupervised tasks like clustering. In this publication, we present Sentence-BERT (SBERT), a modification of the pretrained BERT network that use siamese and triplet network structures to derive semantically meaningful sentence embeddings that can be compared using cosine-similarity. This reduces the effort for finding the most similar pair from 65 hours with BERT / RoBERTa to about 5 seconds with SBERT, while maintaining the accuracy from BERT. We evaluate SBERT and SRoBERTa on common STS tasks and transfer learning tasks, where it outperforms other state-of-the-art sentence embeddings methods.
Code (64)
Tasks
ClusteringLinear-Probe ClassificationSemantic SimilaritySemantic Textual SimilaritySentenceSentence EmbeddingSentence EmbeddingsSTSTransfer LearningTripletMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Dual-View Distilled BERT for Sentence Embedding
Recently, BERT realized significant progress for sentence matching via word-level cross sentence attention. However, the performance significantly drops when using siamese BERT-networks to derive two sentence embeddings,…
SentenceSentence EmbeddingSentence-EmbeddingSentence Embeddings+1Query Focused Multi-document Summarisation of Biomedical Texts
This paper presents the participation of Macquarie University and the Australian National University for Task B Phase B of the 2020 BioASQ Challenge (BioASQ8b). Our overall framework implements Query focused multi-docume…
regressionreinforcement-learningReinforcement Learning (RL)Sentence+2Query Focused Multi-document Summarisation of Biomedical Texts: Macquarie Universiy and the Australian National University at BioASQ8b
This paper presents the participation of Macquarie University and the Australian National University for Task B Phase B of the 2020 BioASQ Challenge (BioASQ8b). Our overall framework implements Query focused multi-docu…
regressionreinforcement-learningReinforcement Learning (RL)Sentence+2conSultantBERT: Fine-tuned Siamese Sentence-BERT for Matching Jobs and Job Seekers
In this paper we focus on constructing useful embeddings of textual information in vacancies and resumes, which we aim to incorporate as features into job to job seeker matching models alongside other features. We explai…
SentenceASBERT: Siamese and Triplet network embedding for open question answering
Answer selection (AS) is an essential subtask in the field of natural language processing with an objective to identify the most likely answer to a given question from a corpus containing candidate answer sentences. A co…
Answer SelectionNetwork EmbeddingOpen-Ended Question AnsweringQuestion Answering+2