Challenge: Verbatim queries that do not adequately express the user's search intent are often lexical inadequacies.
Approach: They propose a contrastive weighting model that learns to select the most useful expansion embeddings for semantic search.
Outcome: The proposed model outperforms existing methods while maintaining its efficiency.

Similar Papers

Unsupervised Dense Retrieval with Relevance-Aware Contrastive Pre-Training (2023.findings-acl)

Copied to clipboard

Challenge: Dense retrievers have impressive performance, but their demand for abundant training data limits their application scenarios.
Approach: They propose a method which uses unlabeled data to construct pseudo-positive examples from unlabelled data and then contrastively weighs the contrastive loss of different pairs according to the estimated relevance.
Outcome: The proposed method beats the SOTA unsupervised Contriever model on BEIR and open-domain QA retrieval benchmarks and is a good few-shot learner.
Corpus-Steered Query Expansion with Large Language Models (2024.eacl-short)

Copied to clipboard

Challenge: Recent studies show query expansions generate hypothetical documents that answer queries as expansions.
Approach: They propose a corpus-steered query expansion to promote incorporation of knowledge embedded within the corpus.
Outcome: et al. analyzed corpus-based Query Expansion (CSQE) using LLMs to generate hypothetical documents that answer the query.
ExpandR: Teaching Dense Retrievers Beyond Queries with LLM Guidance (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods for enhancing dense retrieval with query augmentation ignore the alignment between generation and ranking objectives.
Approach: They propose a unified LLM-augmented dense retrieval framework that jointly optimizes both the LLM and the retriever.
Outcome: Experimental results show that ExpandR outperforms strong baselines, achieving more than 5% improvement in retrieval performance.
Learning to Select: Query-Aware Adaptive Dimension Selection for Dense Retrieval (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for dense retrieval use pseudo-relevance feedback to model dimension importance . however, they learn global transformations shared across queries and do not model dimension-aware dimension importance.
Approach: They propose a Query-Aware Adaptive Dimension Selection framework that learns to predict per-dimension importance directly from query embedding.
Outcome: The proposed framework improves retrieval effectiveness over the full-dimensional and PRF-based models.
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.
Query2doc: Query Expansion with Large Language Models (2023.emnlp-main)

Copied to clipboard

Challenge: Existing methods for sparse and dense retrieval have limited success on popular datasets.
Approach: They propose a query expansion approach that generates pseudo-documents by few-shot prompting large language models and then expands the query with generated pseudo-docs.
Outcome: The proposed method boosts the performance of BM25 on ad-hoc IR datasets by 3% to 15% without any model fine-tuning.
DVD: Dynamic Contrastive Decoding for Knowledge Amplification in Multi-Document Question Answering (2024.emnlp-main)

Copied to clipboard

Challenge: Large language models (LLMs) generate information with hallucinations due to uneven retrieval quality and irrelevant contents.
Approach: They propose a decoding strategy which dynamically amplifies knowledge from selected documents during the generation phase.
Outcome: The proposed method outperforms other decoding strategies on ALCE-ASQA, NQ, TQA and PopQA benchmarks.
NPRF: A Neural Pseudo Relevance Feedback Framework for Ad-hoc Information Retrieval (D18-1)

Copied to clipboard

Challenge: Existing neural IR models do not have a mechanism for treating expansion terms differently from the original query terms, making it difficult to combine them with existing PRF approaches.
Approach: They propose an end-to-end neural PRF framework that can be used with existing neural IR models by embedding different neural models as building blocks.
Outcome: Extensive experiments on two standard test collections confirm the effectiveness of the proposed framework in improving the performance of two state-of-the-art neural IR models.
BERT-QE: Contextualized Query Expansion for Document Re-ranking (2020.findings-emnlp)

Copied to clipboard

Challenge: Existing methods to expand query use pseudo relevance feedback (PRF) but they are under-equipped to evaluate the relevance of information pieces used for expansion.
Approach: They propose a query expansion model that leverages the BERT model to select relevant document chunks for expansion.
Outcome: The proposed model significantly outperforms existing models on the TREC Robust04 and GOV2 test collections.
Enhancing Lexicon-Based Text Embeddings with Large Language Models (2025.acl-long)

Copied to clipboard

Challenge: Recent large language models (LLMs) have demonstrated exceptional performance on general-purpose text embedding tasks.
Approach: They introduce the first lexicon-based embeddings that consolidates the vocabulary space through token embeddation clustering to handle the issue of token redundancy in LLM vocabularies.
Outcome: The proposed model outperforms dense embeddings on the Massive Text Embedding Benchmark (MTEB) it also supports efficient dimension pruning without any specialized objectives like Matryoshka Representation Learning.

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