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
Copy file name to clipboardExpand all lines: supporting-blog-content/result-diversification/diversification.ipynb
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -799,7 +799,12 @@
799
799
"cell_type": "markdown",
800
800
"metadata": {},
801
801
"source": [
802
-
"## 9. Reranking with Maximum Marginal Relevance (MMR)\\n\\nMMR is a diversity-promoting algorithm that balances:\\n- **Relevance**: How well items match the query\\n- **Diversity**: How different items are from each other\\n\\nThe algorithm iteratively selects items that are relevant to the query but different from already selected items."
802
+
"## 9. Reranking with Maximum Marginal Relevance (MMR)\n",
803
+
"MMR is a diversity-promoting algorithm that balances:\n",
804
+
"\n",
805
+
"**Relevance**: How well items match the query \n",
806
+
"**Diversity**: How different items are from each other \n",
807
+
"The algorithm iteratively selects items that are relevant to the query but different from already selected items."
0 commit comments