Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tutorials/2_Metrics/2.1_Similarity_Metrics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@
"id": "c353d8cc",
"metadata": {},
"source": [
"Using embedding, we can get the correct result different from Jaccard similarity that sentence 1 and 2 should be more similar than sentence 1 and 3 using either Euclidean distance or cos similarity as the metric."
"Using embeddings, sentence 1 and 3 are more similar than sentence 1 and 2: their Euclidean distance is smaller (0.593 vs. 0.715), and their cosine similarity is higher (0.824 vs. 0.745). Both metrics agree with the semantic comparison above, unlike Jaccard similarity."
]
}
],
Expand Down