Challenge: Dense retrieval models adopt vectors from the last hidden layer of the document encoder to represent a document, which is in contrast to the fact that representations in different layers of a pre-trained language model contain different kinds of linguistic knowledge and behave differently during fine-tuning.
Approach: They propose to utilize representations from multiple encoder layers to make up the representation of a document, which they denote Multi-layer Representations (MLR).
Outcome: The proposed model outperforms dual encoder, ME-BERT and ColBERT in the single-vector retrieval setting and with other advanced training techniques.

Similar Papers

Pseudo-Relevance for Enhancing Document Representation (2022.emnlp-main)

Copied to clipboard

Challenge: a novel approach to document retrieval can be used to encode documents as vectors . a few query-relevant terms can be pruned out to reduce index overhead .
Approach: They propose to enhance the document representation for the bi-encoder approach in dense document retrieval.
Outcome: The proposed solution reduces latency and memory footprint up to 8- and 3-fold . it is validated on MSMARCO and real-world search query logs .
Multi-View Document Representation Learning for Open-Domain Dense Retrieval (2022.acl-long)

Copied to clipboard

Challenge: Existing methods for dense retrieval are hard to match with multiple views.
Approach: They propose a multi-view document representation learning framework to generate multiple embeddings through viewers to represent documents and enforce them to align with different queries.
Outcome: The proposed method outperforms recent works and achieves state-of-the-art results.
Sparse, Dense, and Attentional Representations for Text Retrieval (2021.tacl-1)

Copied to clipboard

Challenge: Dual encoders perform retrieval by encoding documents and queries into dense low-dimensional vectors, scoring each document by its inner product with the query.
Approach: They propose a dual-encoder-based neural model that combines the efficiency of dual encoders with expressiveness of more costly attentional architectures.
Outcome: The proposed model outperforms strong alternatives in large-scale retrieval.
Improving Document Representations by Generating Pseudo Query Embeddings for Dense Retrieval (2021.acl-long)

Copied to clipboard

Challenge: Existing retrieval models based on dense representations show better performance than sparse representations.
Approach: They propose a method to mimic the queries to each of the documents by an iterative clustering process and represent the documents using multiple pseudo queries.
Outcome: The proposed model achieves state-of-the-art results on a large dataset while remaining high efficiency.
GNN-encoder: Learning a Dual-encoder Architecture via Graph Neural Networks for Dense Passage Retrieval (2022.findings-emnlp)

Copied to clipboard

Challenge: Existing approaches to perform large-scale query-passage retrieval are term-based, but they lose interaction between query-pastage pairs.
Approach: They propose to fuse query (passage) information into query representations via graph neural networks that are constructed by queries and their top retrieved passages.
Outcome: The proposed model outperforms existing models on MSMARCO, Natural Questions and TriviaQA datasets and achieves the new state-of-the-art on these datasets.
Augmenting Document Representations for Dense Retrieval with Interpolation and Perturbation (2022.acl-short)

Copied to clipboard

Challenge: Existing sparse retrieval models rely on term-based matching to retrieve relevant documents.
Approach: They propose a framework which augments the representations of documents with interpolation and perturbation.
Outcome: The proposed framework significantly outperforms baselines on the dense retrieval of both the labeled and unlabeled documents.
Decoding Dense Embeddings: Sparse Autoencoders for Interpreting and Discretizing Dense Retrieval (2025.emnlp-main)

Copied to clipboard

Challenge: Existing sparse retrieval methods suffer from a lack of interpretability . we propose a new interpretability framework that decomposes dense embeddings into distinct, interpretable latent concepts.
Approach: They propose a new interpretability framework that leveragesSparse Autoencoders to decompose uninterpretable dense embeddings fromDPR models into distinct, interpretable latent concepts.
Outcome: The proposed interpretability framework achieves high index-space and computational efficiency while maintaining robust performance across vocabulary and semantic mismatches.
Typo-Robust Representation Learning for Dense Retrieval (2023.acl-short)

Copied to clipboard

Challenge: Dense retrieval is a fundamental building block of information retrieval applications.
Approach: They propose a method that aligns misspelled queries with their pristine counterparts to improve contrast between each query and its surrounding queries.
Outcome: The proposed method outperforms the competitors in all cases with misspelled queries.
Extremely efficient online query encoding for dense retrieval (2024.findings-naacl)

Copied to clipboard

Challenge: Existing dense retrieval systems use the same model architecture for encoding both passages and queries, even though queries are much shorter and simpler than passages.
Approach: They propose a small efficient RNN query encoder that can reduce latency by 12 with only a minor decrease in quality.
Outcome: The proposed solution reduces latency by up to 12 while achieving 35.5 MRR@10 score.
What Are You Token About? Dense Retrieval as Distributions Over the Vocabulary (2023.acl-long)

Copied to clipboard

Challenge: Dense retrieval models based on text representations have proven very effective, but when applied off-the-shelf they often experience a severe drop in performance.
Approach: They propose to interpret the vector representations produced by dual encoders by projecting them into the model’s vocabulary space.
Outcome: The proposed model significantly improves on the BEIR benchmark and in zero-shot settings.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations