CoolFace
Datasetpublic

Expotion/russian-facts-qa

RU Wikipedia QA Facts This dataset is based on articles from the Russian Wikipedia (CC BY-SA 4.0).The source articles were split into text chunks, then Gemma 3 4B was used to generate initial question–answer (QA) pairs, and Gemma 3 12B validated and refined them. Data Format Each record is stored in JSONL format (.jsonl), one object per line: {"q": "Какие страны подписали мирные договоры на Парижской конференции в 1947 году?", "a": "Италия, Румыния, Болгария… See the full description on the dataset page: https://huggingface.co/datasets/Expotion/russian-facts-qa.

sourceHugging Facecc-by-sa-4.0updated 1y agoView on Hugging Face
1likes13downloads
Dataset Card

RU Wikipedia QA Facts

This dataset is based on articles from the Russian Wikipedia (CC BY-SA 4.0). The source articles were split into text chunks, then Gemma 3 4B was used to generate initial question–answer (QA) pairs, and Gemma 3 12B validated and refined them.


Data Format

Each record is stored in JSONL format (.jsonl), one object per line:

json
{"q": "Какие страны подписали мирные договоры на Парижской конференции в 1947 году?", "a": "Италия, Румыния, Болгария, Венгрия и Финляндия"}
  • —q — question about the context;
  • —a — answer derived strictly from the context.