Fine-Tuning BART for Question Answering with Passage Data
Hi Team, I had a question regarding fine-tuning the BART or any generator model for question answering tasks. In (Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks paper)they use a dataset with question-and-answer pairs for fine-tuning the BART generator model(correct me if I am wrong here). and All the resources I went through had question-and-answer pairs for fine tuning. If I only have data with questions and their corresponding passages, how can I fine-tune the generator model to improve answers for my custom data? I would greatly appreciate your guidance on this. Looking forward to your response.
