Topological quantification of ambiguity in semantic search
Thomas Roland Barillot, Alex De Castro
TL;DR
This work tackles semantic-ambiguity in sentence embeddings by leveraging persistent homology to detect topological signatures in query neighborhoods. It defines two model-agnostic topological metrics, $W_{1}(H_{0})$ and $LT_{max}(H_{1})$, and validates them through ab-initio simulations and real-world experiments on Nobel Prize Physics lectures using four embedding models. The findings reveal two ambiguity regimes—polysemic and multi-factual—with clear, separable topological fingerprints that persist across models, suggesting practical use for ambiguity detection and improved recall in retrieval-augmented generation. The approach provides a principled, geometry- and topology-based tool to augment traditional similarity measures in semantic search, with potential to enhance precision-recall trade-offs in RAG systems.
Abstract
We studied how the local topological structure of sentence-embedding neighborhoods encodes semantic ambiguity. Extending ideas that link word-level polysemy to non-trivial persistent homology, we generalized the concept to full sentences and quantified ambiguity of a query in a semantic search process with two persistent homology metrics: the 1-Wasserstein norm of $H_{0}$ and the maximum loop lifetime of $H_{1}$. We formalized the notion of ambiguity as the relative presence of semantic domains or topics in sentences. We then used this formalism to compute "ab-initio" simulations that encode datapoints as linear combination of randomly generated single topics vectors in an arbitrary embedding space and demonstrate that ambiguous sentences separate from unambiguous ones in both metrics. Finally we validated those findings with real-world case by investigating on a fully open corpus comprising Nobel Prize Physics lectures from 1901 to 2024, segmented into contiguous, non-overlapping chunks at two granularity: $\sim\!250$ tokens and $\sim\!750$ tokens. We tested embedding with four publicly available models. Results across all models reproduce simulations and remain stable despite changes in embedding architecture. We conclude that persistent homology provides a model-agnostic signal of semantic discontinuities, suggesting practical use for ambiguity detection and semantic search recall.
