Datasets › Finetune-RAG

Finetune-RAG

Introduced by Zhan Peng Lee et al. in Finetune-RAG: Fine-Tuning Language Models to Resist Hallucination in Retrieval-Augmented Generation16 May 2025 archive 2025-07-28

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": "<correct content chunk retrieved>",
  "filename": "<original document filename>",
  "fictitious_filename1": "<filename of fake doc 1>",
  "fictitious_content1": "<misleading content chunk 1>",
  "fictitious_filename2": "<filename of fake doc 2>",
  "fictitious_content2": "<misleading content chunk 2>",
  "question": "<user query>",
  "answer": "<GPT-4o answer based only on correct content>",
  "content_before": "<optional preceding content>",
  "content_after": "<optional succeeding content>"
}

Note that the documents contain answers generated by GPT-4o. Additionally, the prompts used to generate the selected answers do not involve any ficticious data, ensuring that the answers are not contaminated when used for fine-tuning.

Benchmarks archive 2025-07-28

No leaderboard in the archive resolves to this dataset.

Papers archive 2025-07-28

No paper in the archive has a leaderboard row on this dataset; the archive counts 1 paper for it but never published that list.

Dataset loaders archive 2025-07-28

No loader listed in the archive.

Tasks archive 2025-07-28

No task tagged in the archive.

License archive 2025-07-28

No licence recorded in the archive. Absence here is not a statement about the dataset's terms.

Modalities archive 2025-07-28

No modality tagged.

Languages archive 2025-07-28

No language tagged.

Variants archive 2025-07-28

  • Finetune-RAG

1 variant name, as the archive lists them.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections