-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Anthony Fok edited this page Jun 17, 2024
·
2 revisions
Welcome to the semantic-search-demo wiki!
- Mon 2024-06-03
- Thu 2024-06-06
- Mon 2024-06-17
- TBD
Demo page:
- Add description about why we are making this demo, what is semantic search. Could also provide some hyperlink for related reads, GitHub Discussion page.
- Feedback collection mechanism:
- user enter a search query on the search box, and 10 results will be returned
- -> the searched query and returned results are sent to the GitHub Discussion
- -> Ask the user to vote on the best/most relevant search results (a static input box under the feedback session, or a pop up box),
- -> if the user provided a vote (0 means none of the results are relevant, 1 means the first return results is best, 10 means the 10th results is the best), send the vote to GitHub Discussion (ideally, should be under the same discussion with the search query)
- [TODO] Why we are making this demo
- Advantages of Semantic Search over Keyword Search
- User feedback being made publicly available at our GitHub Discussions
- etc.
- Include all 10 results in the feedback that is sent to GitHub (maybe just UUIDs suffice, and the title for easy human-readable?)
- Ask user [Yes/No] button: If the returned results are relevant?
- Vote button for the user to provide feedback
- Add another input box for the returned results, which one is the most relevant? (因為最頂的那一個不一定是最 relevant 的)
- Example: 80% of the time ...