Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How the reranking works in the real usecases? #4

Open
qaiwiz opened this issue Oct 22, 2023 · 2 comments
Open

How the reranking works in the real usecases? #4

qaiwiz opened this issue Oct 22, 2023 · 2 comments

Comments

@qaiwiz
Copy link

qaiwiz commented Oct 22, 2023

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)?

@noodlehaus
Copy link

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.

@qaiwiz
Copy link
Author

qaiwiz commented Feb 2, 2024

Do you know any real world use-case anyone currently implementing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants