Research IdeaRe: Section 4
How does RAG interact with instruction-tuned models?
The original paper evaluates on seq2seq models (BART/T5). With instruction-tuned LLMs the retrieved context is injected as part of a prompt rather than a direct encoder input. Do the retrieval quality thresholds from Section 4 still hold, or does the model's instruction-following shift the trade-off? Specifically: can a sufficiently capable generator recover from low-recall retrieval by relying more on parametric knowledge?