paper-with-me

홈 › Papers

Knowledge Base Index Compression via Dimensionality and Precision Reduction

2022-04-06 · SpaNLP (ACL) 2022 5 · Vilém Zouhar, Marius Mosbach, Miaoran Zhang, Dietrich Klakow

Recently neural network based approaches to knowledge-intensive NLP tasks, such as question answering, started to rely heavily on the combination of neural retrievers and readers. Retrieval is typically performed over a large textual knowledge base (KB) which requires significant memory and compute resources, especially when scaled up. On HotpotQA we systematically investigate reducing the size of the KB index by means of dimensionality (sparse random projections, PCA, autoencoders) and numerical precision reduction. Our results show that PCA is an easy solution that requires very little data and is only slightly worse than autoencoders, which are less stable. All methods are sensitive to pre- and post-processing and data should always be centered and normalized both before and after dimension reduction. Finally, we show that it is possible to combine PCA with using 1bit per dimension. Overall we achieve (1) 100$\times$ compression with 75%, and (2) 24$\times$ compression with 92% original retrieval performance.

📄 PDF Abstract BibTeX arXiv:2204.02906

Code (1)

zouharvi/kb-shrink 공식 구현 pytorch

Tasks

Dimensionality ReductionQuestion AnsweringRetrieval

Methods 이 논문이 사용한 방법론

BASE 설명 없음
PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

Knowledge Base Index Compression via Dimensionality and Precision Reduction

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Recently neural network based approaches to knowledge-intensive NLP tasks, such as question answering, started to rely heavily on the combination of neural retrievers and readers. Retrieval is typically performed over a …

Dimensionality ReductionQuestion AnsweringRetrieval

PCA-RAG: Principal Component Analysis for Efficient Retrieval-Augmented Generation

2025-04-11 · Arman Khaledian, Amirreza Ghadiridehkordi, Nariman Khaledian

Retrieval-Augmented Generation (RAG) has emerged as a powerful paradigm for grounding large language models in external knowledge sources, improving the precision of agents responses. However, high-dimensional language m…

Dimensionality ReductionRAGRetrievalRetrieval-augmented Generation

Kernel Quantization for Efficient Network Compression

2020-03-11 · Zhongzhi Yu, Yemin Shi, Tiejun Huang, Yizhou Yu

This paper presents a novel network compression framework Kernel Quantization (KQ), targeting to efficiently convert any pre-trained full-precision convolutional neural network (CNN) model into a low-precision version wi…

Quantization

Optimization of embeddings storage for RAG systems using quantization and dimensionality reduction techniques

2025-04-30 · Naamán Huerga-Pérez, Rubén Álvarez, Rubén Ferrero-Guillén, Alberto Martínez-Gutiérrez 외

Retrieval-Augmented Generation enhances language models by retrieving relevant information from external knowledge bases, relying on high-dimensional vector embeddings typically stored in float32 precision. However, stor…

Dimensionality ReductionMTEB BenchmarkQuantizationRAG+1

Dimension vs. Precision: A Comparative Analysis of Autoencoders and Quantization for Efficient Vector Retrieval on BEIR SciFact

2025-11-17 · Satyanarayan Pati arxiv

Dense retrieval models have become a standard for state-of-the-art information retrieval. However, their high-dimensional, high-precision (float32) vector embeddings create significant storage and memory challenges for r…

Dimensionality ReductionInformation Retrieval