Rendered Source Note

Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks (SBERT)

Generated HTML view. Markdown remains canonical.

Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks (SBERT)

Type: paper Tier: 2 (Foundational Paper) Author(s): Nils Reimers, Iryna Gurevych (UKP Lab, TU Darmstadt) Date: 2019 (EMNLP 2019; submitted 2019-08-27) URL: https://arxiv.org/abs/1908.10084 Accessed: 2026-06-01

Why This Source Matters

word2vec embeds words; Project 02 embeds sentences and compares them with cosine similarity. SBERT is the foundational paper for that capability: it shows how to produce a single fixed-size vector per sentence that is meaningful under cosine similarity, and why doing this naively with BERT is computationally hopeless. It directly grounds the project's "semantic neighborhood" explorer and the bridge to semantic search in Project 03.

Key Claims

The problem with using BERT directly

The SBERT solution

The efficiency payoff

Relevant To

Notes