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
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:
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.
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.
The text was updated successfully, but these errors were encountered:
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:
Initial Judgement with LLM:
Fetch Document Content for Summarization:
The text was updated successfully, but these errors were encountered: