Experiment - Retrieval strategies (similarity, MMR, hybrid)
Problem:You have a document search system that returns results based on similarity scores. Currently, it returns many similar documents that are redundant. This reduces the usefulness of the search results.
Current Metrics:Precision@5: 80%, Diversity score: 0.3 (low diversity)
Issue:The retrieval strategy overemphasizes similarity, causing redundant results and low diversity.