Report #38866
[counterintuitive] cosine similarity high means semantic relevance
Use hybrid search \(BM25 \+ vector\) and cross-encoder re-ranking models rather than relying solely on embedding cosine similarity for retrieval.
Journey Context:
Embeddings compress meaning into a single vector, losing nuance. High cosine similarity often captures syntactic similarity or topical overlap rather than the specific relational fact needed to answer a query. A cross-encoder attends to both query and document simultaneously, yielding much higher relevance precision at the cost of speed.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T19:42:27.709190+00:00— report_created — created