raw-bert-cls-sts-correlation-29-19
IN premise — summaries/2026/08/24/reimers-2019-sentence-bert-s3-model.md
Created 2026-08-25T02:58:28+00:00
Raw BERT CLS-token embeddings score 29.19 average STS Spearman correlation, worse than GloVe (61.32).
Summary
BERT's default sentence representation (the CLS token) is surprisingly poor at capturing how semantically similar two sentences are, scoring roughly half as well as the much simpler GloVe word vectors. This means you cannot treat BERT's raw output as a drop-in sentence similarity signal — additional work like custom pooling or fine-tuning is needed before its representations become useful for similarity tasks.