AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

Definition

Sentence similarity measures the degree of semantic overlap between two distinct sentences. It goes beyond lexical matching to understand meaning, context, and intent. This is typically achieved by converting sentences into dense vector embeddings and calculating the distance (e.g., cosine similarity) between them. High similarity scores indicate that the sentences convey the same or very similar information, even if they use different words. It is a foundational component for many natural language understanding applications.

Summary

A metric or task that quantifies how semantically alike two sentences are, often represented as a numerical score.

Key Concepts

Use Cases