use-trec-outperforms-sbert
IN premise — summaries/2026/08/24/reimers-2019-sentence-bert-s5-evaluation-senteval.md
Created 2026-08-25T02:58:29+00:00
Universal Sentence Encoder outperforms SBERT on TREC question classification (93.2 vs. 89.6/87.4), attributed to USE's pre-training on question-answering data.
Summary
Universal Sentence Encoder classifies question types more accurately than SBERT, likely because it was trained on question-answering data that aligns closely with the task. In practice, this means USE should be the go-to embedding choice when a system needs to sort questions into categories, rather than defaulting to the lighter SBERT.