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

Rerank Based on Summary #1

Open
medcl opened this issue Oct 22, 2024 · 0 comments
Open

Rerank Based on Summary #1

medcl opened this issue Oct 22, 2024 · 0 comments

Comments

@medcl
Copy link
Member

medcl commented Oct 22, 2024

Description:

In the current search process, after receiving the search results, we aim to enhance relevance by reranking them based on a high-level summary, such as the title or meta-description. Here's the proposed approach:

  1. Initial Judgement with LLM:

    • Upon obtaining the search results, utilize a Large Language Model (LLM) to assess the relevance of each result based on its summary (e.g., title, meta description).
    • The LLM will exclude results that are obviously irrelevant or incorrect, improving the accuracy of the initial ranking without fetching the full document.
  2. Fetch Document Content for Summarization:

    • For the top-ranked results that pass the LLM's filtering, fetch the full document content.
    • Apply further summarization to provide detailed insights for deeper analysis or final decision-making.
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

1 participant