sbert-siamese-tied-weights

IN premise — summaries/2026/08/24/reimers-2019-sentence-bert-s2-related-work.md

Created 2026-08-25T02:58:27+00:00

In SBERT's siamese network structure, the two BERT encoders share (are tied to) the same weights rather than being separate models.

Summary

Rather than running two separate transformer models side by side, SBERT runs the same single model twice on two different inputs. This ensures both sentences are projected into one shared meaning space, so the distance between their outputs is a consistent, symmetric similarity measure rather than a comparison between two unrelated coordinate systems.

Dependents

These beliefs depend on this one: