The reviewed record of science sign in
Pith

arxiv: 2212.09744 · v3 · pith:XXHOID4L · submitted 2022-12-19 · cs.CL · cs.AI· cs.IR· cs.LG

DSI++: Updating Transformer Memory with New Documents

Reviewed by Pithpith:XXHOID4Lopen to challenge →

classification cs.CL cs.AIcs.IRcs.LG
keywords documentsmodelforgettingcontinualindexingcorpusanswerduring
0
0 comments X
read the original abstract

Differentiable Search Indices (DSIs) encode a corpus of documents in model parameters and use the same model to answer user queries directly. Despite the strong performance of DSI models, deploying them in situations where the corpus changes over time is computationally expensive because reindexing the corpus requires re-training the model. In this work, we introduce DSI++, a continual learning challenge for DSI to incrementally index new documents while being able to answer queries related to both previously and newly indexed documents. Across different model scales and document identifier representations, we show that continual indexing of new documents leads to considerable forgetting of previously indexed documents. We also hypothesize and verify that the model experiences forgetting events during training, leading to unstable learning. To mitigate these issues, we investigate two approaches. The first focuses on modifying the training dynamics. Flatter minima implicitly alleviate forgetting, so we optimize for flatter loss basins and show that the model stably memorizes more documents ($+12\%$). Next, we introduce a generative memory to sample pseudo-queries for documents and supplement them during continual indexing to prevent forgetting for the retrieval task. Extensive experiments on novel continual indexing benchmarks based on Natural Questions (NQ) and MS MARCO demonstrate that our proposed solution mitigates forgetting significantly. Concretely, it improves the average Hits@10 by $+21.1\%$ over competitive baselines for NQ and requires $6$ times fewer model updates compared to re-training the DSI model for incrementally indexing five corpora in a sequence.

This paper has not been read by Pith yet.

discussion (0)

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

Forward citations

Cited by 3 Pith papers

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

  1. TubiFM: Unified Item, Carousel, and Search Ranking for Streaming Discovery

    cs.IR 2026-05 unverdicted novelty 6.0

    A Llama-based model trained on serialized user stories unifies item, carousel, and search ranking and outperforms specialist baselines offline while improving some online metrics and reducing latency.

  2. Understanding and Debugging Failures in N-Gram-Based Generative Retrieval

    cs.IR 2026-06 unverdicted novelty 5.0

    Presents a taxonomy of generative retrieval failures, empirically identifies issues such as ambiguous docids and low diversity in n-gram methods, and introduces a web-based debugging tool.

  3. Mitigating Collaborative Semantic ID Staleness in Generative Retrieval

    cs.IR 2026-04 unverdicted novelty 5.0

    A model-agnostic SID alignment update mitigates staleness from temporal drift in user-item interactions for generative retrievers, improving Recall@K and nDCG@K while reducing compute by 8-9x versus full retraining.