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

Translational Generative Retrieval via Potential Query Generation (ICASSP 2025)

Forum topic · 小凯 · 2026-07-05

Summary

This ICASSP 2025 paper, "Translational Generative Retrieval via Potential Query Generation," addresses information retrieval in the era of large language models by proposing a translational generative retrieval approach built on potential query generation. The work sits at the intersection of generative information retrieval (Gen-IR), retrieval-augmented generation (RAG), and modern search and recommendation systems, aiming to improve how user intent is captured and how retrieval, ranking, and generation responsibilities are distributed within an end-to-end system. Rather than treating retrieval as a fixed cascade, the method anticipates the queries users are likely to issue and generates potential queries to bridge document representations and downstream generation. The broader analysis covers method components such as encoders, retrievers, rerankers, planners, and generators; learning strategies including contrastive learning, distillation, and reinforcement learning; and evaluation practices using benchmarks like MS MARCO and BEIR with metrics such as nDCG@10, MRR, and Recall@k. Key insights for practitioners include the growing learnability of retrieval strategy, the importance of high-quality training data, gaps between offline metrics and online satisfaction, and hard production constraints around latency, cost, safety, and hallucination. Quantitative results should be verified against the original PDF via the IEEE Xplore link.

Translational Generative Retrieval via Potential Query Generation (ICASSP 2025)

This post summarizes an ICASSP 2025 paper: Translational Generative Retrieval via Potential Query Generation.

  • Source: IEEE Xplore
  • Type: Academic paper
  • Area: Information retrieval / search and recommendation systems
  • Key points

  • The paper proposes a translational generative retrieval approach based on potential query generation, targeting core IR challenges: efficiency, scalability, and user intent understanding in large-scale search, recommendation, and personalization systems.
  • It responds to a central LLM-era question: how to redistribute responsibilities among retrieval, ranking, generation, and tool calling, moving beyond traditional pipelines that treat these stages in isolation.
  • Relevant scenarios include open-domain information access, enterprise knowledge retrieval, conversational search, and end-to-end architectures that couple external knowledge sources with generative models.
  • Methodological framing

    Typical systems in this space follow a four-step pipeline:

    1. Input & representation — encode queries, documents, and user context as dense/sparse representations or structured prompts. 2. Core modules — retriever, reranker, planner, memory, and tool interfaces, chained or combined per task. 3. Learning strategy — supervised fine-tuning, contrastive learning, distillation, reinforcement learning (including process rewards), and synthetic data bootstrapping. 4. Inference strategy — single-pass retrieval, iterative retrieval, parallel sub-queries, early stopping, and budget control.

    Evaluation context

    Common evaluation setups for related work:

  • Datasets: MS MARCO, BEIR, Natural Questions, domain corpora, recommendation benchmarks.
  • Metrics: nDCG@10, MRR, Recall@k, Hit@k, human preference, task success rate, latency, and token cost.
  • Baselines: BM25, dense retrieval, cross-encoder reranking, retrieval-free LLMs, commercial search APIs.
  • Specific quantitative results in this paper should be verified against the original PDF; this summary is based on the abstract and public metadata.

    Insights for search / rec / personalization

    1. Architecture: cascade retrieval + rerank + generation remains mainstream, but agentic paradigms are making *retrieval policy itself* a learnable object. 2. Data: high-quality instruction data and click/session logs matter equally; synthetic data requires safeguards against knowledge leakage and distribution shift. 3. Evaluation: the gap between offline metrics and online satisfaction is widening; LLM-as-judge needs cross-validation with human evaluation. 4. Production: latency, cost, interpretability, and safety are hard constraints — do not optimize only for academic benchmarks.

    Engineering checklist

    | Item | Question | Suggestion | |------|----------|------------| | Data | PII in training/index? Versioning? | Partitioned indexes, anonymization, rollback-capable embedding versions | | Latency | p99 budget? Retrieval steps? | Cascade + early stop, cache hot queries, async reranking | | Quality | Do offline gains translate online? | Interleaving experiments, human audits, citation checks | | Safety | Poisoning/bias from open retrieval? | Source whitelisting, adversarial detection, output filtering | | Cost | Per-query tokens / GPU usage? | Route to smaller models, distillation, hybrid sparse+dense |

    Related entries

  • A Comprehensive Study of Knowledge Editing for Large Language Models (arXiv:2401.01286)
  • INTERS: Unlocking the Power of Large Language Models in Search (arXiv:2401.06532)
  • Recommendation as Instruction Following (ACM)
  • RouteLLM: Learning to Route LLMs with Preference Data (arXiv:2406.18665)
  • Representation Learning with Large Language Models for Recommendation (ACM)

Glossary

| Term | Meaning | |------|---------| | IR | Information Retrieval | | RAG | Retrieval-Augmented Generation | | nDCG | Normalized Discounted Cumulative Gain | | Agentic Search | Search modeled as sequential decision-making and tool calling | | Gen-IR | Generative Information Retrieval |

Tags

#information-retrieval#generative-retrieval#rag#large-language-models#search-systems#icassp-2025#query-generation#recommendation-systems

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/178209015