paper-with-me

Papers

Query Expansion Should Be Coordinated: Dense Expands, Sparse Anchors

2026-08-16 · Chunran Zhang arxiv

Retrieval-augmented generation (RAG) systems rely on retrieval modules to ground large language model (LLM) outputs. LLM-based query expansion enriches retrieval with document-like passages, but evaluations of hybrid retrieval often fuse fixed top-L prefixes of dense and sparse rankings. Because L controls cross-channel contributions and ranking access, it can alter measured expansion gains. We therefore evaluate complete-list effectiveness and record per-channel replay stopping depths required to certify the ordered top-K. This changes the design: because both rankings determine the fused result, their query constructions should be coordinated rather than designed independently. We present DESA (Dense Expansion and Sparse Anchoring), which shares generated references across channels but specializes their integration. Orthogonal residual expansion adds new semantic directions to the dense query, whereas score-product anchoring reorders the original sparse support without admitting expansion-only matches. The same references thus play complementary roles: Dense expands; Sparse anchors. Across seven BEIR datasets, DESA improves nDCG@10 and Recall@20 over the unexpanded query by 3.82% and 2.38%, while reducing dense and sparse replay stopping depths by 36.90% and 36.56%.

📄 PDF Abstract BibTeX arXiv:2608.15851

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Query2doc: Query Expansion with Large Language Models

2023-03-14 · Liang Wang, Nan Yang, Furu Wei

This paper introduces a simple yet effective query expansion approach, denoted as query2doc, to improve both sparse and dense retrieval systems. The proposed method first generates pseudo-documents by few-shot prompting …

MemorizationRetrieval

Progressive Query Expansion for Retrieval Over Cost-constrained Data Sources

2024-06-11 · Muhammad Shihab Rashid, Jannat Ara Meem, Yue Dong, Vagelis Hristidis

Query expansion has been employed for a long time to improve the accuracy of query retrievers. Earlier works relied on pseudo-relevance feedback (PRF) techniques, which augment a query with terms extracted from documents…

HallucinationRetrieval

CAPSTONE: Curriculum Sampling for Dense Retrieval with Document Expansion

2022-12-18 · Xingwei He, Yeyun Gong, A-Long Jin, Hang Zhang 외

The dual-encoder has become the de facto architecture for dense retrieval. Typically, it computes the latent representations of the query and document independently, thus failing to fully capture the interactions between…

Passage RetrievalRetrieval

SeedER: Seed-and-Expand Retrieval from Knowledge Graphs

2026-05-22 · Hamed Shirzad, Frederik Wenkel, Dominique Beaini, Danica J. Sutherland 외 arxiv

Knowledge graphs (KGs) offer a rich representation for relational knowledge, but their irregular structure makes retrieval challenging: ego-graph expansion grows rapidly, and dense embedding methods struggle with multi-h…

Reinforcement LearningKnowledge Graphs

DEPT: Document Embedding Preservation Tuning for Unified Query Expansion and Retrieval

2026-08-18 · Jingyuan Wang, Richong Zhang, Zhijie Nie, Mingxin Li 외 arxiv

Large language models (LLMs) can both expand underspecified queries and encode text as dense representations, suggesting a unified model for query expansion and retrieval. Existing systems usually rely on prompted expans…