paper-with-me

Papers

Self-Augmenting Retrieval for Diffusion Language Models

2026-06-04 · Paul Jünger, Justin Lovelace, Linxi Zhao, Dongyoung Go, Kilian Q. Weinberger arxiv

Discrete diffusion language models generate text by iteratively denoising an entire response in parallel. At each step, they predict tentative tokens for every masked position, committing the confident predictions to the output and discarding the unconfident ones. We show that the discarded tokens are in fact a useful lookahead signal for retrieval-augmented generation: even low-confidence tokens often surface salient entities early in the denoising trajectory, enabling retrieval of stronger evidence before the output is finalized. We exploit this through Self-Augmenting Retrieval for Diffusion Language Models (SARDI), a dynamic RAG framework that uses these lookahead tokens to guide retrieval during denoising. SARDI is training-free, retriever-agnostic, and applicable to any reasoning-capable discrete diffusion language model. Across five multi-hop QA benchmarks, SARDI outperforms current training-free diffusion and autoregressive retrieval baselines at up to $8\times$ higher throughput.

📄 PDF Abstract BibTeX arXiv:2606.06474

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DiPOD: Diffusion Policy Optimization without Drifting Apart

2026-06-11 · Haozhe Jiang, Haiwen Feng, Pieter Abbeel, Jiantao Jiao 외 arxiv

RL post-training has become increasingly pivotal for improving diffusion policies, but existing diffusion policy-gradient methods are often unstable and cannot achieve reliable policy improvement. We identify the cause a…

Learning When to Retrieve, What to Rewrite, and How to Respond in Conversational QA

2024-09-23 · Nirmal Roy, Leonardo F. R. Ribeiro, Rexhina Blloshmi, Kevin Small

Augmenting Large Language Models (LLMs) with information retrieval capabilities (i.e., Retrieval-Augmented Generation (RAG)) has proven beneficial for knowledge-intensive tasks. However, understanding users' contextual s…

Conversational Question AnsweringInformation RetrievalPassage RetrievalQuestion Answering+4

Boosting Conversational Question Answering with Fine-Grained Retrieval-Augmentation and Self-Check

2024-03-27 · Linhao Ye, Zhikai Lei, Jianghao Yin, Qin Chen 외

Retrieval-Augmented Generation (RAG) aims to generate more reliable and accurate responses, by augmenting large language models (LLMs) with the external vast and dynamic knowledge. Most previous work focuses on using RAG…

Conversational Question AnsweringQuestion AnsweringRAGRetrieval+1

Contextualized Sparse Representations for Real-Time Open-Domain Question Answering

2019-11-07 · ACL 2020 6 · Jinhyuk Lee, Minjoon Seo, Hannaneh Hajishirzi, Jaewoo Kang

Open-domain question answering can be formulated as a phrase retrieval problem, in which we can expect huge scalability and speed benefit but often suffer from low accuracy due to the limitation of existing phrase repres…

Information RetrievalOpen-Domain Question AnsweringQuestion AnsweringRetrieval

On-The-Fly Information Retrieval Augmentation for Language Models

2020-07-03 · WS 2020 7 · Hai Wang, David Mcallester

Here we experiment with the use of information retrieval as an augmentation for pre-trained language models. The text corpus used in information retrieval can be viewed as form of episodic memory which grows over time. B…

Information RetrievalRetrieval