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

Improving Relevance and Clarity of Search Result Snippets #113

Open
kouloumos opened this issue Apr 26, 2024 · 0 comments
Open

Improving Relevance and Clarity of Search Result Snippets #113

kouloumos opened this issue Apr 26, 2024 · 0 comments
Labels
enhancement New feature or request medium priority

Comments

@kouloumos
Copy link
Contributor

In our current search system, when results are displayed, a snippet is shown by truncating the first 300 characters of the body or the AI-generated summary for that source. While this method provides a quick glimpse of the content, there are notable areas where it falls short in terms of relevance and user expectations:

  1. Lack of Contextual Snippets: Unlike other search engines which dynamically display snippets highlighting the keywords or phrases searched by the user, our system merely shows the beginning of the document. This often fails to immediately provide the most relevant section of the text to the user.
  2. Confusion Due to Summary Snippets: Our approach to prioritize summaries in search results can confuse users who, based on their experiences with other search engines, expect to see a snippet from the actual document rather than a summarized version.

Proposed Solutions

  • Contextual Snippet Generation: To address the first issue, we need to research and possibly develop a method to extract snippets that specifically highlight the search terms within the context of the document. This approach ensures that the snippet shown is directly relevant to the user's query.
    • possible inspiration: how does stract does it?
  • Clearer Summary Indication: For the second issue, while summaries are valuable for quick understanding, it's crucial to clearly indicate when a snippet is a summary rather than a direct excerpt. Alternatively, we could provide both—the relevant snippet and a button to view the summary. This dual approach would cater to both quick overviews and deeper context.
    • possible inspiration: all search engines have some extra options at the top right corner of the individual search result.

To see how we currently compare, you can review the difference in search result presentation across various platforms:

Improving how we generate and present snippets will significantly enhance user experience by making search results more relevant and understandable, aligning with common user expectations and industry standards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request medium priority
Projects
None yet
Development

No branches or pull requests

1 participant