Submitted 28 Aug 2025
Newer version published 12 Mar 2026, read v2
Abstract
Vector embeddings have been tasked with an ever-increasing set of retrieval tasks over the years, with a nascent rise in using them for reasoning, instruction-following, coding, and more. These new benchmarks push embeddings to work for any query and any notion of relevance that could be given. While prior works have pointed out theoretical limitations of vector embeddings, there is a common assumption that these difficulties are exclusively due to unrealistic queries, and those that are not can be overcome with better training data and larger models. In this work, we demonstrate that we may encounter these theoretical limitations in realistic settings with extremely simple queries. We connect known results in learning theory, showing that the number of top-k subsets of documents capable of being returned as the result of some query is limited by the dimension of the embedding. We empirically show that this holds true even if we restrict to k=2, and directly optimize on the test set with free parameterized embeddings. We then create a realistic dataset called LIMIT that stress tests models based on these theoretical results, and observe that even state-of-the-art models fail on this dataset despite the simple nature of the task. Our work shows the limits of embedding models under the existing single vector paradigm and calls for future research to develop methods that can resolve this fundamental limitation.
AI Overview
Our new overview generator adds more detail and page citations
Problem Statement and Motivation
Information retrieval has increasingly shifted from traditional sparse methods like BM25 toward dense retrieval systems that use neural language models to encode queries and documents into fixed-dimension vector embeddings. These single-vector embedding models have demonstrated impressive performance across various benchmarks and are now being deployed for increasingly complex tasks involving instruction-following, reasoning, and multi-step inference. However, despite their empirical success, fundamental questions remain about the theoretical limits of what these models can represent.

This work addresses a critical gap in understanding: while the community has focused extensively on how to improve embedding models through better training data, larger architectures, and more sophisticated learning objectives, little attention has been paid to what cannot be achieved by single-vector embeddings due to inherent mathematical constraints. The authors tackle this fundamental question by connecting information retrieval to established results in communication complexity theory and geometric algebra.
Theoretical Framework
The authors formalize information retrieval as the problem of constructing a score matrix , where contains -dimensional query embeddings and contains -dimensional document embeddings. The goal is for to accurately reflect a ground-truth binary relevance matrix , where if document is relevant to query .
They introduce three increasingly strict definitions of representational capacity:
- Row-wise Order-Preserving Rank: The minimum dimension such that preserves the relative ordering of relevant versus irrelevant documents for each query
- Row-wise Thresholdable Rank: The minimum such that each query has a threshold separating its relevant from irrelevant documents
- Globally Thresholdable Rank: The minimum such that a single global threshold separates all relevant from irrelevant pairs
The key theoretical insight connects these measures to the sign rank of matrices. For a matrix , the sign rank is the smallest dimension such that there exists a rank- matrix whose entries have the same sign pattern as . The authors prove:
This establishes that the required embedding dimension is fundamentally bounded by the sign rank of the transformed relevance matrix. Since matrices can have arbitrarily high sign rank, this proves that for any fixed dimension , there exist retrieval tasks that cannot be perfectly represented by -dimensional embeddings.
Empirical Validation Through "Free Embeddings"
To validate these theoretical limits under ideal conditions, the authors conduct experiments with "free embeddings" - directly optimizable query and document vectors unconstrained by natural language. They create synthetic datasets where queries represent all possible top- combinations of documents, then optimize embeddings using standard contrastive learning objectives.

The experiments reveal a "critical-n point" - the maximum number of documents for which perfect accuracy can be achieved at a given dimension. The relationship follows a polynomial curve (), demonstrating that even under optimal conditions, representational capacity grows polynomially with dimension while combinatorial complexity grows exponentially.
The LIMIT Dataset: A Real-World Stress Test
To bridge theory and practice, the authors develop LIMIT (LImitations of eMbedding-based reTireval), a dataset that instantiates theoretical limitations in natural language. The dataset uses simple "person likes attribute" statements with queries asking "who likes X?". Despite this apparent simplicity, LIMIT is designed to test all possible pairwise combinations among a small set of relevant documents within a larger corpus.
The dataset's key properties include:
- Simple, unambiguous natural language
- Dense relevance patterns that maximize combinatorial complexity
- Comprehensive coverage of document combinations rather than sparse sampling
Experimental Results on State-of-the-Art Models
Testing reveals that current state-of-the-art single-vector embedding models perform poorly on LIMIT despite the simple language involved. On the full 50,000 document version, models struggle to achieve even 20% Recall@100. Even on the smaller 46-document version containing only relevant documents, the best models achieve less than 60% Recall@20.


Several key patterns emerge:
Dimension Dependency: Performance consistently improves with higher embedding dimensions, supporting the theoretical predictions. Models using Matryoshka Representation Learning show significant degradation when truncated to lower dimensions.
Architecture Matters: Alternative architectures significantly outperform single-vector embeddings:
- Cross-encoders (Gemini 2.5 Pro) achieve perfect performance
- Sparse methods (BM25) perform nearly perfectly
- Multi-vector models (ColBERT variants) substantially outperform single-vector approaches
Not a Domain Shift Issue: Fine-tuning experiments show that the difficulty persists even when models are adapted to the LIMIT domain, indicating that the problem stems from fundamental representational limitations rather than unfamiliarity with the task domain.
Impact of Relevance Pattern Density
Ablation studies using different relevance patterns provide crucial insights into what makes certain retrieval tasks fundamentally difficult for single-vector models.

The "dense" pattern, which maximizes the number of document combinations that must be represented, proves significantly more challenging than random, cycle, or disjoint patterns. This confirms that combinatorial complexity - the number of different relevance relationships that must be simultaneously encoded - is the critical factor driving the observed limitations.
Limited Correlation with Existing Benchmarks
A striking finding is the lack of correlation between model performance on LIMIT and established benchmarks like BEIR. This suggests that current evaluation practices may not capture the fundamental representational constraints that become apparent when testing comprehensive combinatorial coverage.

Models that perform well on standard benchmarks show no systematic advantage on LIMIT, indicating that existing evaluation frameworks may inadvertently mask these theoretical limitations by sampling only sparse subsets of possible query-document relationships.
Implications for Future Research
This work establishes several important implications for the information retrieval community:
Theoretical Boundaries: The results demonstrate that single-vector embedding models face fundamental mathematical constraints that cannot be overcome through scaling model size or training data alone. As retrieval tasks become more complex - particularly those involving instruction-following and reasoning - these limitations become increasingly relevant.
Architectural Considerations: The superior performance of cross-encoders, multi-vector models, and sparse methods suggests that future advances in complex retrieval may require moving beyond the single-vector paradigm. This represents a significant shift from current trends focused on scaling dense retrievers.
Evaluation Framework Gaps: Current benchmarks may systematically underestimate the difficulty of comprehensive retrieval tasks by sampling only small fractions of possible query-document relationships. This has implications for how the community evaluates progress and allocates research resources.
Resource Allocation: Understanding these theoretical limits can guide more efficient research investment, suggesting that efforts to make single-vector models solve inherently impossible problems may be better directed toward architectures that can overcome these fundamental constraints.
The work provides both a theoretical foundation for understanding embedding limitations and practical evidence that these constraints manifest in realistic scenarios, even with simple natural language. This dual contribution makes it a significant reference point for future research in information retrieval architecture and evaluation methodology.
Communication complexity
This paper introduced the field of communication complexity, from which the main paper draws its core theoretical results. The authors use concepts like sign-rank, developed in this field, to prove the fundamental limitations of vector embedding models based on their dimensionality.
C. H. Papadimitriou and M. Sipser. Communication complexity. In Proceedings of the fourteenth annual ACM symposium on Theory of computing, pages 196–200, 1982.
Okapi at trec-3
This is the seminal paper describing the BM25 ranking function, a sparse retrieval method. BM25 is used as a critical baseline in the main paper's experiments and its strong performance on the LIMIT dataset demonstrates a practical alternative that circumvents the theoretical limitations of dense, single-vector embeddings.
S. E. Robertson, S. Walker, S. Jones, M. M. Hancock-Beaulieu, M. Gatford, et al. Okapi at trec-3. Nist Special Publication Sp, 109:109, 1995.
Colbert: Efficient and effective passage search via contextualized late interaction over bert
This paper introduces ColBERT, a foundational multi-vector model that is more expressive than single-vector embeddings. Multi-vector models are evaluated and discussed as a key alternative architecture that can overcome the representational limitations proven in the main paper, as demonstrated by their superior performance on the LIMIT dataset.
O. Khattab and M. Zaharia. Colbert: Efficient and effective passage search via contextualized late interaction over bert. In Proceedings of the 43rd International ACM SIGIR conference on research and development in Information Retrieval, pages 39–48, 2020.
Quest: A retrieval dataset of entity-seeking queries with implicit set operations
The QUEST dataset is cited as a primary example of modern instruction-following benchmarks that push embedding models to handle increasingly complex queries. This serves as a key motivation for the main paper's work, as such benchmarks implicitly require models to represent a vast number of document combinations, a task the paper proves is fundamentally limited by embedding dimension.
C. Malaviya, P. Shaw, M.-W. Chang, K. Lee, and K. Toutanova. Quest: A retrieval dataset of entity-seeking queries with implicit set operations. arXiv preprint arXiv:2305.11694, 2023.
Audio
Similar papers
Discussion
3