paper-with-me

Papers

PLAID SHIRTTT for Large-Scale Streaming Dense Retrieval

2024-05-02 · Dawn Lawrie, Efsun Kayi, Eugene Yang, James Mayfield, Douglas W. Oard

PLAID, an efficient implementation of the ColBERT late interaction bi-encoder using pretrained language models for ranking, consistently achieves state-of-the-art performance in monolingual, cross-language, and multilingual retrieval. PLAID differs from ColBERT by assigning terms to clusters and representing those terms as cluster centroids plus compressed residual vectors. While PLAID is effective in batch experiments, its performance degrades in streaming settings where documents arrive over time because representations of new tokens may be poorly modeled by the earlier tokens used to select cluster centroids. PLAID Streaming Hierarchical Indexing that Runs on Terabytes of Temporal Text (PLAID SHIRTTT) addresses this concern using multi-phase incremental indexing based on hierarchical sharding. Experiments on ClueWeb09 and the multilingual NeuCLIR collection demonstrate the effectiveness of this approach both for the largest collection indexed to date by the ColBERT architecture and in the multilingual setting, respectively.

📄 PDF Abstract BibTeX arXiv:2405.00975

Code (1)

hltcoe/colbert-x 공식 구현 pytorch

Tasks

Retrieval

Similar Papers 제목 키워드 기반

PLAID: An Efficient Engine for Late Interaction Retrieval

2022-05-19 · Keshav Santhanam, Omar Khattab, Christopher Potts, Matei Zaharia

Pre-trained language models are increasingly important components across multiple information retrieval (IR) paradigms. Late interaction, introduced with the ColBERT model and recently refined in ColBERTv2, is a popular …

CPUGPUInformation RetrievalRetrieval

Efficient Multi-Vector Dense Retrieval Using Bit Vectors

2024-04-03 · Franco Maria Nardini, Cosimo Rulli, Rossano Venturini

Dense retrieval techniques employ pre-trained large language models to build a high-dimensional representation of queries and passages. These representations compute the relevance of a passage w.r.t. to a query using eff…

QuantizationRetrieval

Physics-Learning AI Datamodel (PLAID) datasets: a collection of physics simulations for machine learning

2025-05-05 · Fabien Casenave, Xavier Roynard, Brian Staber, William Piat 외

Machine learning-based surrogate models have emerged as a powerful tool to accelerate simulation-driven scientific workflows. However, their widespread adoption is hindered by the lack of large-scale, diverse, and standa…

Benchmarking

Continuous Diffusion Scales Competitively with Discrete Diffusion for Language

2026-05-18 · Zhihan Yang, Wei Guo, Shuibai Zhang, Subham Sekhar Sahoo 외 arxiv

While diffusion has drawn considerable recent attention from the language modeling community, continuous diffusion has appeared less scalable than discrete approaches. To challenge this belief we revisit Plaid, a likelih…

Distilled Continuous Diffusion Language Models Can Write Code in Few Steps---or One

2026-09-03 · Fred Zhangzhi Peng, Kaiwen Zheng, Anru R. Zhang arxiv

Language generation is almost universally treated as a sequential process: autoregressive models emit one token at a time, while diffusion language models replace token-level seriality with a long trajectory of iterative…

Code Generation