Multilingual MCQ Consistency Dataset
Multilingual factual multiple-choice QA dataset across 12 languages.
Each example contains:
fact_id
property_id
subject, relation, object
langs: dict of language-specific QA
Each language entry:
question
answer_text
options
{
"fact_id": "...",
"property_id": "...",
"langs": {
"en": { "question": "...", "answer_text": "...", "options": [...] },
...
}
}
Designed for:
RL training… See the full description on the dataset page:
https://huggingface.co/datasets/jvonrad/WIKI-FACT.