paper-with-me

Papers

Hypergraph Embedding Indexing for Efficient Dense Vector Retrieval

2026-08-24 · Kishore Konda arxiv

Dense vector retrieval has become the foundation of modern semantic search, yet existing approximate nearest neighbor (ANN) indexes treat an embedding as an indivisible point in a high-dimensional space. In this work, we propose the Hypergraph Embedding Index (HEI), a framework that instead organizes documents according to combinations of highly activated latent embedding dimensions. This formulation enables inverted-index style candidate generation while preserving the semantic ranking capabilities of dense embeddings. We further demonstrate that constructing multiple complementary hypergraphs substantially improves retrieval coverage without the combinatorial growth associated with increasing the dimensionality of a single hypergraph. Finally, we establish that the statistical properties of embedding activations strongly influence coordinate-inverted indexing efficiency, introducing \emph{activation diversity} as a diagnostic metric governing embedding indexability in coordinate-inverted frameworks.

📄 PDF Abstract BibTeX arXiv:2608.22980

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

No More K-means: Single-Stage Sparse Coding for Efficient Multi-Vector Retrieval

2026-05-28 · Lixuan Guo, Yifei Wang, Tiansheng Wen, Aosong Feng 외 arxiv

Multi-vector retrieval (MVR) models, exemplified by ColBERT, have established new benchmarks in retrieval accuracy by preserving fine-grained token-level interactions. However, this granularity imposes prohibitive storag…

EHRAG: Bridging Semantic Gaps in Lightweight GraphRAG via Hybrid Hypergraph Construction and Retrieval

2026-04-19 · Yifan Song, Xingjian Tao, Zhicheng Yang, Yihong Luo 외 arxiv

Graph-based Retrieval-Augmented Generation (GraphRAG) enhances LLMs by structuring corpus into graphs to facilitate multi-hop reasoning. While recent lightweight approaches reduce indexing costs by leveraging Named Entit…

Semantic Retrieval

SHIFT: Semantic Harmonization via Index-side Feature Transformation for Multilingual Information Retrieval

2026-06-17 · Youngjoon Jang, Seongtae Hong, Hyeonseok Moon, Heuiseok Lim arxiv

With the rapid expansion of massive multilingual corpora, Multilingual Information Retrieval (MLIR) has emerged as a critical technology for global information access. MLIR enables users to retrieve semantically relevant…

Information Retrieval

Jina-ColBERT-v2: A General-Purpose Multilingual Late Interaction Retriever

2024-08-29 · Rohan Jha, Bo wang, Michael Günther, Georgios Mastrapas 외

Multi-vector dense models, such as ColBERT, have proven highly effective in information retrieval. ColBERT's late interaction scoring approximates the joint query-document attention seen in cross-encoders while maintaini…

Information RetrievalRetrieval

MetaEmbed: Scaling Multimodal Retrieval at Test-Time with Flexible Late Interaction

2025-09-22 · Zilin Xiao, Qi Ma, Mengting Gu, Chun-cheng Jason Chen 외 arxiv

Universal multimodal embedding models have achieved great success in capturing semantic relevance between queries and candidates. However, current methods either condense queries and candidates into a single vector, pote…