Skip to content

Commit 1603a80

Browse files
committed
fix missrendering MMR step description
1 parent 20b5840 commit 1603a80

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

supporting-blog-content/result-diversification/diversification.ipynb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,12 @@
799799
"cell_type": "markdown",
800800
"metadata": {},
801801
"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."
803808
]
804809
},
805810
{

0 commit comments

Comments
 (0)