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
Hi, I noticed that you are using some random mock up and I wonder how practically one has to think of reranking in real usecases. Is it intended to generate a regression algo that takes a query and bunch of responses and score them accordingly (I mean based some supervised data)?
The text was updated successfully, but these errors were encountered:
The reranking will all depend on your use case, and what (meta) data you have attached to your documents. You could augment the score in terms of the relevance of the metadata (programmatically), or you could also pass the initial results through another LLM call to do the sorting/reranking. You could also use Cohere.
Hi, I noticed that you are using some random mock up and I wonder how practically one has to think of reranking in real usecases. Is it intended to generate a regression algo that takes a query and bunch of responses and score them accordingly (I mean based some supervised data)?
The text was updated successfully, but these errors were encountered: