datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
t2-ragbench
Dataset Card for T2-RAGBench
Project Page | Paper | Code
IMPORTANT NOTICE:
We deleted VQAonBD from the dataset due to low quality of the question reformulations. If you still want to use it you will find the data in the previous commit history.
Dataset Description
Dataset Summary
T2-RAGBench is a benchmark dataset designed to evaluate Retrieval-Augmented Generation (RAG) on financial documents containing both text and tables. It consists of 23,088… See the full description on the dataset page: https://huggingface.co/datasets/G4KMU/t2-ragbench.t2-ragbench
Dataset Card for T2-RAGBench
Project Page | Paper | Code
IMPORTANT NOTICE:
We deleted VQAonBD from the dataset due to low quality of the question reformulations. If you still want to use it you will find the data in the previous commit history.
Dataset Description
Dataset Summary
T2-RAGBench is a benchmark dataset designed to evaluate Retrieval-Augmented Generation (RAG) on financial documents containing both text and tables. It consists of 23,088… See the full description on the dataset page: https://huggingface.co/datasets/botay/t2-ragbench.rag-bench
Dataset card for RAG-BENCH
Data Summary
RAG-bench aims to provide results of many commonly used RAG datasets. All the results in this dataset are evaluated by the RAG evaluation tool Rageval, which could be easily reproduced with the tool.
Currently, we have provided the results of ASQA dataset,ELI5 dataset and HotPotQA dataset.
Data Instance
ASQA
{
"ambiguous_question":"Who is the original artist of sound of silence?",
"qa_pairs":[{… See the full description on the dataset page: https://huggingface.co/datasets/golaxy/rag-bench.t2-ragbench
Dataset Card for T2-RAGBench
Project Page | Paper | Code
IMPORTANT NOTICE:
We deleted VQAonBD from the dataset due to low quality of the question reformulations. If you still want to use it you will find the data in the previous commit history.
Dataset Description
Dataset Summary
T2-RAGBench is a benchmark dataset designed to evaluate Retrieval-Augmented Generation (RAG) on financial documents containing both text and tables. It consists of 23,088… See the full description on the dataset page: https://huggingface.co/datasets/grasson/t2-ragbench.t2-ragbench
Dataset Card for T2-RAGBench
Project Page | Paper | Code
IMPORTANT NOTICE:
We deleted VQAonBD from the dataset due to low quality of the question reformulations. If you still want to use it you will find the data in the previous commit history.
Dataset Description
Dataset Summary
T2-RAGBench is a benchmark dataset designed to evaluate Retrieval-Augmented Generation (RAG) on financial documents containing both text and tables. It consists of 23,088… See the full description on the dataset page: https://huggingface.co/datasets/tomsummerfield/t2-ragbench.LIT-RAGBench
LIT-RAGBench
LIT-RAGBench is a benchmark for evaluating generator capabilities in Retrieval-Augmented Generation (RAG). It focuses on whether a model can answer questions correctly given retrieved documents, independent of retrieval quality. The benchmark covers five categories: Integration, Reasoning, Logic, Table, and Abstention.
Dataset Summary
LIT-RAGBench contains:
114 human-constructed Japanese questions
An English version generated by machine translation with… See the full description on the dataset page: https://huggingface.co/datasets/neoai-inc/LIT-RAGBench.ragbench-corpus
RAGBench Corpus
A small, focused document corpus designed for evaluating Retrieval-Augmented Generation (RAG) systems and comparing different retrieval and document chunking strategies.
Dataset Description
RAGBench Corpus contains 20 short documents covering concepts related to modern information retrieval and RAG systems.
The corpus is designed to be used together with the RAGBench Queries dataset to benchmark retrieval performance.
Topics covered include:
Dense… See the full description on the dataset page: https://huggingface.co/datasets/Gul55555/ragbench-corpus.ragbench-queries
RAGBench Queries
A collection of evaluation queries designed for benchmarking Retrieval-Augmented Generation (RAG) systems.
Dataset Description
RAGBench Queries contains test queries used to evaluate different retrieval and chunking strategies in a RAG pipeline.
The dataset was created as part of the RAGBench project, which compares retrieval performance using different document chunking approaches.
Purpose
The queries are designed to evaluate… See the full description on the dataset page: https://huggingface.co/datasets/Gul55555/ragbench-queries.vectara_open_ragbench
Dataset Card for Vectara Open RAGBench
Dataset Description
Dataset Summary
Vectara Open RAGBench is a benchmark dataset designed to evaluate Retrieval-Augmented Generation (RAG) on open-source scientific documents containing text, tables & images. It consists of 3045 questions-answers-triples coming from in total 2301* documents. The dataset is split up into two main parts: text-table questions and image-based questions. The text-table part contains 2062… See the full description on the dataset page: https://huggingface.co/datasets/G4KMU/vectara_open_ragbench.AM-RAGBench
AM-RAGBench
Human-verified Arabic-Malay benchmark for evaluating retrieval-augmented generation (RAG) faithfulness. 1,140 question-answer pairs spanning a specialized domain (Quran, Arabic and Basmeih Malay translation) and a general domain (Arabic and Malay Wikipedia), each with a gold passage, a gold answer, and a verification decision made during construction.
Files
quran_verified.jsonl: specialized-domain records.
wiki_verified.jsonl: general-domain records.… See the full description on the dataset page: https://huggingface.co/datasets/Akram98/AM-RAGBench.RAG-Bench-LegalE2E-v2
Dataset Structure
This dataset contains two subsets:
QA: Question-answer pairs, spanning both single-turn and multi-turn interactions
conversation_id (string): A unique identifier for a conversation session. In multi-turn configurations, multiple rows share the same ID to represent a continuous dialogue.
turn_id (int32): The sequential order of messages within a session (0 represents the first user query).
question (string): The question text.
ground_truth (string): The… See the full description on the dataset page: https://huggingface.co/datasets/QomSSLab/RAG-Bench-LegalE2E-v2.RAG-Bench-ReligiousE2E
Dataset Structure
This dataset contains two subsets:
QA: Question-answer pairs (Single-turn)
question (string): The question text.
ground_truth (string): The reference response.
Documents: Document contents
id (string): Unique document identifier.
content (string): The document text content.
Data Construction
The data is constructed using Real-World System Data;
Queries and their corresponding reference answers are collected from existing system records.… See the full description on the dataset page: https://huggingface.co/datasets/QomSSLab/RAG-Bench-ReligiousE2E.RAG-Bench-GeneralE2E
Dataset Structure
This dataset contains two subsets:
QA: Question-answer pairs, spanning both single-turn and multi-turn interactions
conversation_id (string): A unique identifier for a conversation session. In multi-turn configurations, multiple rows share the same ID to represent a continuous dialogue.
turn_id (int32): The sequential order of messages within a session (0 represents the first user query).
question (string): The question text.
ground_truth (string): The… See the full description on the dataset page: https://huggingface.co/datasets/QomSSLab/RAG-Bench-GeneralE2E.RAG-Bench-Textbook-v2
Dataset Structure
This dataset contains two subsets:
QA: Question-answer pairs with document IDs
question (string): The question text
doc_id (string): Reference ID to the corresponding document
Documents: Document contents referenced by the QA subset
id (string): Unique document identifier
content (string): The document text content
Data Construction
The data is constructed using Official Examination Data;
Questions and their corresponding answers are… See the full description on the dataset page: https://huggingface.co/datasets/QomSSLab/RAG-Bench-Textbook-v2.RAG-Bench-Religious
Dataset Structure
This dataset contains two subsets:
QA: Question-answer pairs with document IDs
question (string): The question text
doc_id (string): Reference ID to the corresponding document
Documents: Document contents referenced by the QA subset
id (string): Unique document identifier
content (string): The document text content
Data Construction
The data is constructed using Real-World System Data;
Queries and their corresponding reference answers are… See the full description on the dataset page: https://huggingface.co/datasets/QomSSLab/RAG-Bench-Religious.RAG-Bench-General-v2
Dataset Structure
This dataset contains two subsets:
QA: Question-answer pairs with document IDs
question (string): The question text
doc_id (string): Reference ID to the corresponding document
Documents: Document contents referenced by the QA subset
id (string): Unique document identifier
content (string): The document text content
Data Construction
The data is constructed using Real-World System Data;
Queries and their corresponding reference answers are… See the full description on the dataset page: https://huggingface.co/datasets/QomSSLab/RAG-Bench-General-v2.RAG-Bench-TextbookE2E-v2
Dataset Structure
This dataset contains two subsets:
QA: Question-answer pairs (Single-turn)
question (string): The question text.
ground_truth (string): The reference response.
Documents: Document contents
id (string): Unique document identifier.
content (string): The document text content.
Data Construction
The data is constructed using LLM-Generated Data;
Questions are synthetically generated by a Large Language Model based on provided reference… See the full description on the dataset page: https://huggingface.co/datasets/QomSSLab/RAG-Bench-TextbookE2E-v2.RAG-Bench-PaperAbstract
Dataset Structure
This dataset contains two subsets:
QA: Question-answer pairs with document IDs
question (string): The question text
doc_id (string): Reference ID to the corresponding document
Documents: Document contents referenced by the QA subset
id (string): Unique document identifier
content (string): The document text content
Data Construction
The data is constructed using LLM-Generated Data;
Questions are synthetically generated by a Large Language… See the full description on the dataset page: https://huggingface.co/datasets/QomSSLab/RAG-Bench-PaperAbstract.RAG-Bench-PaperAbstractE2E
Dataset Structure
This dataset contains two subsets:
QA: Question-answer pairs (Single-turn)
question (string): The question text.
ground_truth (string): The reference response.
Documents: Document contents
id (string): Unique document identifier.
content (string): The document text content.
Data Construction
The data is constructed using LLM-Generated Data;
Questions are synthetically generated by a Large Language Model based on provided reference documents.… See the full description on the dataset page: https://huggingface.co/datasets/QomSSLab/RAG-Bench-PaperAbstractE2E.RAG-Bench-LegalE2E
Dataset Structure
This dataset contains two subsets:
QA: Question-answer pairs, spanning both single-turn and multi-turn interactions
conversation_id (string): A unique identifier for a conversation session. In multi-turn configurations, multiple rows share the same ID to represent a continuous dialogue.
turn_id (int32): The sequential order of messages within a session (0 represents the first user query).
question (string): The question text.
ground_truth (string): The reference… See the full description on the dataset page: https://huggingface.co/datasets/QomSSLab/RAG-Bench-LegalE2E.RAG-Bench-Religious-v2
Dataset Structure
This dataset contains two subsets:
QA: Question-answer pairs with document IDs
question (string): The question text
doc_id (string): Reference ID to the corresponding document
Documents: Document contents referenced by the QA subset
id (string): Unique document identifier
content (string): The document text content
Data Construction
The data is constructed using Real-World System Data;
Queries and their corresponding reference answers are… See the full description on the dataset page: https://huggingface.co/datasets/QomSSLab/RAG-Bench-Religious-v2.RAG-Bench-PaperAbstract-v2
Dataset Structure
This dataset contains two subsets:
QA: Question-answer pairs with document IDs
question (string): The question text
doc_id (string): Reference ID to the corresponding document
Documents: Document contents referenced by the QA subset
id (string): Unique document identifier
content (string): The document text content
Data Construction
The data is constructed using LLM-Generated Data;
Questions are synthetically generated by a Large Language… See the full description on the dataset page: https://huggingface.co/datasets/QomSSLab/RAG-Bench-PaperAbstract-v2.RAG-Bench-PaperAbstractE2E-v2
Dataset Structure
This dataset contains two subsets:
QA: Question-answer pairs (Single-turn)
question (string): The question text.
ground_truth (string): The reference response.
Documents: Document contents
id (string): Unique document identifier.
content (string): The document text content.
Data Construction
The data is constructed using LLM-Generated Data;
Questions are synthetically generated by a Large Language Model based on provided reference… See the full description on the dataset page: https://huggingface.co/datasets/QomSSLab/RAG-Bench-PaperAbstractE2E-v2.RAG-Bench-SyntheticLegal
Dataset Structure
This dataset contains two subsets:
QA: Question-answer pairs with document IDs
question (string): The question text
doc_id (string): Reference ID to the corresponding document
Documents: Document contents referenced by the QA subset
id (string): Unique document identifier
content (string): The document text content
Data Construction
The data is constructed using LLM-Generated Data;
Questions are synthetically generated by a Large Language… See the full description on the dataset page: https://huggingface.co/datasets/QomSSLab/RAG-Bench-SyntheticLegal.RAG-Bench-TextbookE2E
Dataset Structure
This dataset contains two subsets:
QA: Question-answer pairs (Single-turn)
question (string): The question text.
ground_truth (string): The reference response.
Documents: Document contents
id (string): Unique document identifier.
content (string): The document text content.
Data Construction
The data is constructed using LLM-Generated Data;
Questions are synthetically generated by a Large Language Model based on provided reference documents.… See the full description on the dataset page: https://huggingface.co/datasets/QomSSLab/RAG-Bench-TextbookE2E.RAG-Bench-General
Dataset Structure
This dataset contains two subsets:
QA: Question-answer pairs with document IDs
question (string): The question text
doc_id (string): Reference ID to the corresponding document
Documents: Document contents referenced by the QA subset
id (string): Unique document identifier
content (string): The document text content
Data Construction
The data is constructed using Real-World System Data;
Queries and their corresponding reference answers are… See the full description on the dataset page: https://huggingface.co/datasets/QomSSLab/RAG-Bench-General.RAG-Bench-SyntheticLegal-v2
Dataset Structure
This dataset contains two subsets:
QA: Question-answer pairs with document IDs
question (string): The question text
doc_id (string): Reference ID to the corresponding document
Documents: Document contents referenced by the QA subset
id (string): Unique document identifier
content (string): The document text content
Data Construction
The data is constructed using LLM-Generated Data;
Questions are synthetically generated by a Large Language… See the full description on the dataset page: https://huggingface.co/datasets/QomSSLab/RAG-Bench-SyntheticLegal-v2.RAG-Bench-Textbook
Dataset Structure
This dataset contains two subsets:
QA: Question-answer pairs with document IDs
question (string): The question text
doc_id (string): Reference ID to the corresponding document
Documents: Document contents referenced by the QA subset
id (string): Unique document identifier
content (string): The document text content
Data Construction
The data is constructed using LLM-Generated Data;
Questions are synthetically generated by a Large Language… See the full description on the dataset page: https://huggingface.co/datasets/QomSSLab/RAG-Bench-Textbook.
