retrieval ·
retrieval-augmented-generationGround answers in retrieved documents
Retrieve relevant documents and generate from them, with the model deciding when retrieval is needed.
Retrieve passages for the query and generate an answer that cites them. Self-RAG extends this with reflection tokens so the model decides when to retrieve and checks whether each passage supports what it wrote.
Contexts: Retrieval-augmented QA, Chat assistant
Does it work?
supported so far2 supporting · 0 contesting sources · last moved 2026-09-04
Efficacy claims — what this technique actually moves, under which conditions, and whether that has been contested.
Code
- https://github.com/AkariAsai/self-rag — Self-RAG training and inference code.verified 2026-09-02