Kubnal Bridge

Techniques & Methods

Semantic Similarity

Semantic similarity quantifies how much two texts share in meaning, regardless of the specific words used. It is computed by comparing their vector embeddings using cosine similarity or other distance metrics. High semantic similarity means the texts convey comparable information.

Applications include duplicate detection, question matching, semantic search, and retrieval in RAG systems. Models trained specifically for semantic similarity (like sentence-transformers) significantly outperform general LLMs for this task.

Authority Links

Related Terms