50Off-the-shelf embeddings retrieve poorly on your domain. How do you improve retrieval accuracy?▼hardCohereGleanHarvey2 replies◆ premiumA model that leads MTEB can still stumble on your jargon-heavy corpus, and most teams reach straight for the costly fix. There is a ladder, and the cheap rungs are the ones people skip. Here is the order to climb it.Open full answer →
73When do you fine-tune a reranker on your own data, and how do you build the training set?▼hardCohereGleanMicrosoft1 replies◆ premiumAn off-the-shelf cross-encoder is general; your domain carries jargon and relevance rules it never encountered. The signal is knowing when fine-tuning pays off, how to mine hard negatives, and how to avoid training a reranker that merely memorizes your retriever's mistakes.Open full answer →
91You're training embeddings with contrastive/triplet loss. How do you choose pairs, the margin, and negatives?▼hardGoogleMetaCohere2 replies◆ premiumMetric learning succeeds or fails on the pairs you feed it. Random negatives teach almost nothing, and the margin plus the mining strategy determine whether the embeddings are any good. Here is how the choices interact.Open full answer →