You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the initial hybrid retrieval, we could run a lightweight cross-encoder (e.g. ms-marco-MiniLM-L-6-v2) over the top-N results to re-rank by true semantic relevance. This is a significant quality improvement at modest CPU cost.
After the initial hybrid retrieval, we could run a lightweight cross-encoder (e.g.
ms-marco-MiniLM-L-6-v2) over the top-N results to re-rank by true semantic relevance. This is a significant quality improvement at modest CPU cost.