2000 character limit reached
Fine-tune the Entire RAG Architecture (including DPR retriever) for Question-Answering (2106.11517v1)
Published 22 Jun 2021 in cs.IR, cs.CL, and cs.AI
Abstract: In this paper, we illustrate how to fine-tune the entire Retrieval Augment Generation (RAG) architecture in an end-to-end manner. We highlighted the main engineering challenges that needed to be addressed to achieve this objective. We also compare how end-to-end RAG architecture outperforms the original RAG architecture for the task of question answering. We have open-sourced our implementation in the HuggingFace Transformers library.