PulseAugur
EN
LIVE 15:11:54

New research explores static pruning and LLM-based query expansion for retrieval systems

Two new research papers explore methods to improve information retrieval systems. The first paper, "Static Pruning Across Sparse Retrieval Regimes," investigates how static pruning techniques can be applied across different retrieval engines, finding that index-side pruning consistently reduces latency and index size, while query pruning is often internalized by modern systems. The second paper, "Dense Expands, Sparse Anchors," introduces DESA, a channel-asymmetric query expansion method that uses LLMs to generate complementary passages, improving retrieval effectiveness and reducing access depths in hybrid retrieval systems. AI

IMPACT These papers offer advancements in retrieval efficiency and effectiveness, potentially impacting search engine performance and LLM integration.

RANK_REASON Two distinct research papers published on arXiv detailing novel approaches to information retrieval.

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 4 sources. How we write summaries →

New research explores static pruning and LLM-based query expansion for retrieval systems

COVERAGE [4]

  1. arXiv cs.AI TIER_1 English(EN) · Zirui Song, Yuye Zhu, Yang Yang ·

    Static Pruning Across Sparse Retrieval Regimes: What Transfers, What Breaks, and What Still Helps

    arXiv:2608.16309v1 Announce Type: cross Abstract: Static pruning is widely used to accelerate sparse neural retrieval, yet existing studies each validate their conclusions within a single custom pipeline, leaving it unclear which findings transfer to modern engines with different…

  2. arXiv cs.CL TIER_1 English(EN) · Chunran Zhang ·

    Dense Expands, Sparse Anchors: Channel-Asymmetric Query Expansion for Hybrid Retrieval

    arXiv:2608.15851v1 Announce Type: cross Abstract: LLM-based query expansion improves retrieval by generating document-like passages. In hybrid retrieval, however, most evaluations fuse fixed top-$L$ dense and sparse rankings. Because the cutoff controls both which cross-channel c…

  3. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Yang Yang ·

    Static Pruning Across Sparse Retrieval Regimes: What Transfers, What Breaks, and What Still Helps

    Static pruning is widely used to accelerate sparse neural retrieval, yet existing studies each validate their conclusions within a single custom pipeline, leaving it unclear which findings transfer to modern engines with different index organizations and dynamic pruning mechanism…

  4. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Chunran Zhang ·

    Dense Expands, Sparse Anchors: Channel-Asymmetric Query Expansion for Hybrid Retrieval

    LLM-based query expansion improves retrieval by generating document-like passages. In hybrid retrieval, however, most evaluations fuse fixed top-$L$ dense and sparse rankings. Because the cutoff controls both which cross-channel contributions enter fusion and how much of each ran…