Pith. sign in

REVIEW 7 cited by

Bridging the Gap Between Indexing and Retrieval for Differentiable Search Index with Query Generation

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2206.10128 v3 pith:CFBKVCDR submitted 2022-06-21 cs.IR cs.CL

Bridging the Gap Between Indexing and Retrieval for Differentiable Search Index with Query Generation

classification cs.IR cs.CL
keywords retrievalindexingdocumentsqueriescurrentdocumentdsi-qgindex
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
Share X Bluesky LinkedIn Reddit HN
read the original abstract

The Differentiable Search Index (DSI) is an emerging paradigm for information retrieval. Unlike traditional retrieval architectures where index and retrieval are two different and separate components, DSI uses a single transformer model to perform both indexing and retrieval. In this paper, we identify and tackle an important issue of current DSI models: the data distribution mismatch that occurs between the DSI indexing and retrieval processes. Specifically, we argue that, at indexing, current DSI methods learn to build connections between the text of long documents and the identifier of the documents, but then retrieval of document identifiers is based on queries that are commonly much shorter than the indexed documents. This problem is further exacerbated when using DSI for cross-lingual retrieval, where document text and query text are in different languages. To address this fundamental problem of current DSI models, we propose a simple yet effective indexing framework for DSI, called DSI-QG. When indexing, DSI-QG represents documents with a number of potentially relevant queries generated by a query generation model and re-ranked and filtered by a cross-encoder ranker. The presence of these queries at indexing allows the DSI models to connect a document identifier to a set of queries, hence mitigating data distribution mismatches present between the indexing and the retrieval phases. Empirical results on popular mono-lingual and cross-lingual passage retrieval datasets show that DSI-QG significantly outperforms the original DSI model.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 7 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Beyond Matching: Category-Guided Latent Intent Reasoning for Generative Retrieval in E-Commerce

    cs.IR 2026-06 unverdicted novelty 7.0

    CaLIR learns continuous latent intent states guided by product category hierarchies for generative retrieval, combining hierarchical reasoning and dynamic prefix tries to balance effectiveness and low-latency inferenc...

  2. KuaiSearch: An E-Commerce Search Dataset with Authentic Queries and Product Texts for Recall, Ranking, and Relevance

    cs.IR 2026-02 conditional novelty 7.0

    KuaiSearch is a new large-scale, plaintext e-commerce search dataset from Kuaishou spanning recall, ranking, and relevance tasks.

  3. From Standalone LLMs to Integrated Intelligence: A Survey of Compound Al Systems

    cs.MA 2025-06 accept novelty 7.0

    A survey that defines Compound AI Systems, proposes a multi-dimensional taxonomy based on component roles and orchestration strategies, reviews four foundational paradigms, and identifies key challenges for future research.

  4. Generative Chinese Statute Retrieval

    cs.IR 2026-07 conditional novelty 6.0

    A generative retriever with multi-granularity structured statute IDs and multi-task training outperforms strong sparse, dense, and legal baselines on the STARD Chinese statute benchmark.

  5. Adaptive Inverted-Index Routing for Granular Mixtures-of-Experts

    cs.LG 2026-05 unverdicted novelty 6.0

    AIR-MoE introduces a two-stage inverted-index routing method based on vector quantization that approximates optimal expert selection for granular MoE models at lower cost and with empirical performance gains.

  6. Revisiting Text Ranking in Deep Research

    cs.IR 2026-02 conditional novelty 6.0

    In deep-research agents, passage-level BM25 retrieval plus re-ranking beats larger neural rankers, and converting agent queries into natural questions (Q2Q) improves neural ranking.

  7. Why These Documents? Explainable Generative Retrieval with Hierarchical Category Paths

    cs.IR 2024-11 unverdicted novelty 6.0

    HyPE improves generative retrieval by first generating hierarchical category paths for explainability and then using path-aware ranking to boost performance.