Open ShravanSunder opened 6 months ago
If scaling is unclear you can just use Reciprocal Rank Fusion. This only takes the generated ranking into account so there is no need for some kind of normalization. Convex scaling as in your example can outperform RRF, because the distribution is considered. However, to do so you also have to know your distributions quite well. This paper is quite interesting to understand the problem better.
Hello! I see many articles (like pinecones) that use the following ways to combine the hybrid search results from dense vector and splade.
However i'm a bit confused of how it would work if the dense vectors are normalized to 1, but splade's output is not. any thoughts. What is the best way to conduct hybrid search with both vectors?
I understand the ANN search is done with dot product, so we would just use the highest score and not try to normalize?
i seee this prior issue: https://github.com/naver/splade/issues/34 but it seemed inconclusive