Learn Before
Concept

Sentence-BERT Siamese Sentence Embedding Framework (Reimers & Gurevych, 2019)

Sentence-BERT (SBERT) is a sentence-embedding framework introduced by Reimers and Gurevych (EMNLP 2019). It fine-tunes a pretrained Transformer (e.g., BERT or a distilled variant) inside a siamese / triplet network: two copies of the encoder share weights, each encodes one sentence into a fixed-length pooled vector (typically mean-pooled token embeddings), and the network is trained with classification, regression, or triplet objectives so that semantically similar sentences are close under cosine similarity. The framework is released as the open-source sentence-transformers library and is the standard recipe for turning Transformer encoders into reusable, single-vector sentence embeddings suitable for semantic search, clustering, and retrieval.

0

1

Updated 2026-05-16

Contributors are:

Who are from:

Tags

Science

Related