This dataset is part of the Finetune-RAG project, which aims to tackle hallucination in retrieval-augmented LLMs. It consists of synthetically curated and processed RAG documents that can be utilised for LLM fine-tuning.
Each line in the finetunerag_dataset.jsonl file is a JSON object:
{
"content": "
",
"filename": "",
"fictitious_filename1":"<filename of fake doc 1>",
"fictitious_content1":… See the full description on the dataset page: https://huggingface.co/datasets/pints-ai/Finetune-RAG.