English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

LLM-Based Query Expansion with Gaussian Kernel Semantic Enhancement for Dense Retrieval (MDPI Electronics, Mar 2025)

Forum topic · 小凯 · 2026-07-05

Summary

This forum post on zhichai.net curates an academic paper titled 'LLM-Based Query Expansion with Gaussian Kernel Semantic Enhancement for Dense Retrieval,' published in MDPI Electronics (volume 14, issue 9, article 1744, March 2025). The work addresses query understanding in information retrieval, combining large language model (LLM)-based query expansion with Gaussian kernel-based semantic enhancement to improve dense retrieval. The forum entry situates the paper within the broader evolution of neural IR—from BM25 and dense dual-tower retrievers to cross-encoders, generative retrieval, and agentic search—and discusses how LLM-era systems redistribute responsibilities among retrieval, ranking, generation, and tool calling. It outlines typical method components (input representation, retrievers, rerankers, learning strategies, inference pipelines), common evaluation protocols (MS MARCO, BEIR, nDCG@10, MRR, Recall@k), and an engineering checklist covering latency, data privacy, safety, and cost. Cross-referenced related entries include aligned query expansion, multi-query LLM training for expansion, conversational query rewriting, and hypothetical-document-based expansion. Readers should consult the original PDF for exact quantitative results, as the post is based on metadata and abstract-level information.

LLM-Based Query Expansion with Gaussian Kernel Semantic Enhancement for Dense Retrieval (MDPI Electronics, Mar 2025)

Overview

This post introduces an academic paper published in MDPI Electronics (vol. 14, issue 9, article 1744, March 2025):

  • Title: LLM-Based Query Expansion with Gaussian Kernel Semantic Enhancement for Dense Retrieval
  • Source: https://www.mdpi.com/2079-9292/14/9/1744
  • Topic area: Query Understanding / Information Retrieval
  • The paper combines LLM-based query expansion with Gaussian kernel semantic enhancement to improve dense retrieval quality.

    Context in Neural Information Retrieval

    The post situates the work within the evolution of neural IR:

  • BM25 → sparse lexical retrieval baseline
  • Dense dual-tower retrievers → millisecond-level ANN recall, but sensitive to domain shift and long-tail queries
  • Cross-encoders → higher accuracy, but document representations cannot be precomputed
  • Generative retrieval and LLM agents → reduce cascade errors, but face index-update challenges
  • In the LLM era, key new variables are the inference budget and action space (whether to retrieve, how many times, and which tools to call). Query expansion via LLMs is one way to bridge the vocabulary/semantic gap between short user queries and documents in dense embedding space.

    Typical Method Pipeline

    Following the paper's area, methods of this type generally follow:

    1. Input & representation — encode queries, documents, and user context into dense/sparse representations or structured prompts 2. Core modules — retriever, reranker, expansion module, memory, tool interfaces 3. Learning strategy — supervised fine-tuning, contrastive learning, distillation, RL, or synthetic data bootstrapping 4. Inference strategy — single-pass retrieval, iterative retrieval, parallel sub-queries, early stopping with budget control

    Evaluation Practice

    Common setups in this research line include:

  • Datasets: MS MARCO, BEIR, Natural Questions, domain-specific corpora
  • Metrics: nDCG@10, MRR, Recall@k, Hit@k, latency and token cost
  • Baselines: BM25, dense retrieval, cross-encoder reranking, retrieval-free LLMs
  • Practical Considerations for Deployment

    | Concern | Recommendation | |---------|----------------| | Data | PII scrubbing, versioned indexes, rollback-capable embeddings | | Latency | Cascade + early stopping, query caching, async reranking | | Quality | Interleaving experiments, human audits, citation verification | | Safety | Source whitelisting, adversarial detection, output filtering | | Cost | Small-model routing, distillation, hybrid sparse+dense retrieval |

    Note

    The post is compiled from the paper's metadata and abstract; exact quantitative results should be verified against the original PDF.

    Related Entries

  • Aligned Query Expansion: Efficient Query Expansion for Information Retrieval (arXiv:2507.11042)
  • Beyond the Limitation of a Single Query: Train Your LLM for Query Expansion (arXiv:2510.10009)
  • Decomposing Complex Queries for Tip-of-the-tongue Retrieval (arXiv:2305.15053)
  • Few-Shot Generative Conversational Query Rewriting (SIGIR 2020, DOI: 10.1145/3397271.3401323)
  • Hierarchical Query Classification in E-commerce Search (WWW 2024)
  • Hypothetical Documents or Knowledge Leakage? Rethinking LLM-based Query Expansion (arXiv:2504.14175)

Tags

#information-retrieval#dense-retrieval#query-expansion#llm#gaussian-kernel#search#nlp#query-understanding

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178208809