CoolFace
Datasetpublic

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.

sourceHugging Facecc-by-4.0updated 1mo agoView on Hugging Face
0likes28downloads
Dataset Card

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.

SubsetDescriptionNumber of examples
covidqaBiomedical QA focused on COVID-19 research244
cuadLegal QA over contract documents322
delucionqaCustomer-support and hallucination-focused QA184
emanualQA over manuals and instructional content132
expertqaExpert-level fact-based questions167
finqaFinancial QA with numerical reasoning2,144
hagridGenerative retrieval and general knowledge QA1,287
hotpotqaMulti-hop reasoning over multiple documents374
msmarcoOpen-domain web search QA413
pubmedqaBiomedical QA over scientific abstracts2,438
tatqaFinancial QA with mixed text and table reasoning3,258
techqaTechnical and IT support QA126

These subsets correspond to broader domains such as biomedical research, general knowledge, legal, customer support, and finance.

Data Fields

FieldDescription
batch_keyUnique identifier of the sample, also encoding the source subset (e.g., covidqa__1421).
questionQuestion text in Kazakh.
documentsRetrieved supporting documents in Kazakh, stored as a serialized list of strings.
responseReference answer in Kazakh.

Example

json
{
  "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.”