issai/RAGBench_Kazakh
RAGBench_Kazakh Summary RAGBench_Kazakh is a machine-translated Kazakh version of the original RAGBench benchmark. It is designed to evaluate retrieval-augmented generation (RAG) systems, focusing on how well models use retrieved context to produce grounded answers. The dataset is built from the test splits of multiple RAGBench subsets covering domains such as biomedical research, general knowledge, legal documents, customer support, and finance. Each example… See the full description on the dataset page: https://huggingface.co/datasets/issai/RAGBench_Kazakh.
RAGBench_Kazakh
Summary
RAGBench_Kazakh is a machine-translated Kazakh version of the original RAGBench benchmark. It is designed to evaluate retrieval-augmented generation (RAG) systems, focusing on how well models use retrieved context to produce grounded answers.
The dataset is built from the test splits of multiple RAGBench subsets covering domains such as biomedical research, general knowledge, legal documents, customer support, and finance. Each example includes a question, retrieved documents, and a reference answer translated into Kazakh, while preserving the original structure for cross-lingual comparison.
All samples come from test splits only. Each example may include multiple retrieved documents, and the batch_key field allows grouping samples by their original subset for more detailed evaluation.
Dataset Structure and Subset Coverage
The dataset is a single merged test split combining all 12 RAGBench subsets. In total, it contains 11,431 examples. Each sample includes a question, a set of retrieved documents, and a reference answer, along with an identifier indicating its original subset.
These subsets correspond to broader domains such as biomedical research, general knowledge, legal, customer support, and finance.
Data Fields
Example
{
"batch_key": "covidqa__1421",
"question": "Антивирустық тазартудың күшті индукциясының арқасында ұзаққа созылған қабынуды тудырмауы мүмкін вирустар?",
"documents": [
"Title: ...",
"Title: ...",
"Title: ..."
],
"response": "Антивирустық тазартудың күшті индукциясының арқасында ұзаққа созылған қабынуды тудырмауы мүмкін вирустар - ..."
}Funding
This dataset was developed as part of the project funded by the Ministry of Science and Higher Education of the Republic of Kazakhstan under Grant No. BR24993001, “Creation of a Large Language Model (LLM) to Support the Kazakh Language and Advance Technological Development.”
