SYNTHESIS NOTE
TopicsRAGthis note

Can a model's partial response guide what to retrieve next?

Does using the model's in-progress output as a retrieval signal reveal information needs better than the original query alone? This explores whether generation itself can diagnose what documents are missing.

Synthesis note · 2026-02-22 · sourced from RAG
RAG How do you navigate synthesis across fragmented research topics?

Standard RAG asks: "what documents are relevant to this query?" before any generation has occurred. The query is the only signal available. For complex tasks, the query is often an inadequate signal — it expresses what was asked but not what is needed to answer it fully.

ITER-RETGEN (Iterative Retrieval-Generation Synergy) demonstrates an alternative: use the model's current response to the task as the retrieval query. The model's response "shows what might be needed to finish the task" — it contains implicit signals about the gaps between what has been answered and what remains unaddressed.

The synergy is iterative: generate a response → use response as retrieval query → retrieve more relevant documents → regenerate with new context → repeat. Each generation round surfaces new implicit information needs that the original query did not express. Performance on multi-hop question answering, fact verification, and commonsense reasoning improves substantially over single-pass RAG.

This reframes what generation is for in RAG pipelines. Generation is not only the terminal output step — it is also a diagnostic step that identifies what retrieval should target next. The generator functions as both an answer producer and an information-need clarifier.

The connection to human information seeking: humans working on complex research do not submit all their queries upfront. They read, understand what they know and don't know, then query for the specific gaps that reading revealed. ITER-RETGEN operationalizes this workflow.

Inquiring lines that read this note 34

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

Can AI-generated outputs constitute genuine knowledge or valid claims? Why do reasoning models fail at systematic problem-solving and search? How can models identify insufficient information and respond appropriately without guessing? How should retrieval systems optimize for multi-step reasoning during inference? When should retrieval-augmented systems decide to fetch new information? What are the consequences of models training on synthetic data? How should dialogue systems best leverage conversation history for retrieval? How can identical external performance mask different internal representations? How do prompt structure and constraints affect model instruction reliability? How should iterative research systems allocate reasoning per search step? What structural advantages do diffusion language models offer over autoregressive methods? What dimensions of recommendation quality do standard metrics miss? Can model routing outperform monolithic scaling as an efficiency strategy? What makes weaker teacher models effective for stronger student training? What determines success in training models on multiple tasks?

Related concepts in this collection 4

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
15 direct connections · 115 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

model response quality is a retrieval signal — the partial answer reveals what information is still needed