procedure
The Retrieval-augmented generation (RAG) process involves retrieving relevant text and integrating it into the generation pipeline through methods such as concatenation to the original input (Asai et al., 2023), integration into intermediate Transformer layers (Izacard et al., 2023; Borgeaud et al., 2022), and interpolation of token distributions of retrieved text and generated text (Yogatama et al., 2021).

Authors

Sources

Referenced by nodes (1)