MultiWikiQA
收藏资源简介:
MultiWikiQA是一个包含306种语言的阅读理解数据集,数据来源于维基百科文章。问题由大型语言模型(LLM)生成,答案直接取自文章。通过众包对30多种语言的生成问题进行了流畅性评估,证明问题质量良好。对6种不同大小的解码器和编码器语言模型进行了评估,结果显示该基准足够困难,不同语言之间存在较大的性能差异。
MultiWikiQA is a reading comprehension dataset covering 306 languages, with data sourced from Wikipedia articles. Questions are generated by Large Language Models (LLMs), and the answers are directly extracted from the articles. A fluency evaluation of the generated questions in over 30 languages was conducted via crowdsourcing, which verified the good quality of the questions. Six decoder and encoder language models of varying sizes were evaluated, and the results demonstrated that this benchmark is sufficiently challenging, with considerable performance gaps across different languages.
数据集概述
基本信息
- 数据集名称: multi-wiki-qa
- 存储位置: https://huggingface.co/datasets/alexandrainst/multi-wiki-qa
- 配置数量: 60种语言配置
数据结构
所有配置包含相同特征:
- id: 字符串类型标识符
- title: 字符串类型标题
- context: 字符串类型上下文
- question: 字符串类型问题
- answers: 结构体类型答案,包含:
- answer_start: int64序列类型答案起始位置
- text: 字符串序列类型答案文本
配置详情
各语言配置均包含训练集分割,具体包括:
主要语言配置示例
- ab: 1,625样本,12.59MB大小
- ace: 2,210样本,7.00MB大小
- ady: 380样本,2.47MB大小
- af: 5,001样本,22.42MB大小
- als: 5,000样本,18.71MB大小
- alt: 5,000样本,50.86MB大小
- am: 5,007样本,56.78MB大小
- ami: 2,920样本,28.16MB大小
- an: 5,006样本,16.73MB大小
- ang: 3,376样本,10.24MB大小
- anp: 3,667样本,49.49MB大小
- ar: 5,003样本,37.86MB大小
- arc: 251样本,0.94MB大小
- ary: 5,005样本,21.21MB大小
- arz: 5,001样本,12.11MB大小
- as: 4,999样本,50.76MB大小
- ast: 5,000样本,34.10MB大小
- atj: 1,064样本,2.84MB大小
- av: 4,375样本,32.39MB大小
- avk: 5,002样本,9.18MB大小
- awa: 1,385样本,12.87MB大小
- ay: 5,004样本,11.52MB大小
- az: 5,002样本,23.70MB大小
- azb: 5,001样本,27.20MB大小
- ba: 4,998样本,38.79MB大小
- ban: 5,007样本,13.85MB大小
- bar: 5,000样本,18.71MB大小
- bcl: 5,006样本,17.27MB大小
- be: 5,000样本,28.75MB大小
- bg: 5,002样本,37.83MB大小
- bi: 149样本,0.34MB大小
- bjn: 5,000样本,17.46MB大小
- blk: 5,000样本,68.58MB大小
- bm: 663样本,2.44MB大小
- bn: 4,995样本,49.33MB大小
- bo: 5,001样本,229.87MB大小
- bpy: 2,561样本,13.97MB大小
- br: 5,001样本,13.77MB大小
- bs: 5,002样本,20.20MB大小
- bug: 119样本,0.62MB大小
- bxr: 5,005样本,33.01MB大小
- ca: 5,006样本,21.12MB大小
- cdo: 1,780样本,7.68MB大小
- ce: 5,000样本,25.05MB大小
- ceb: 5,002样本,7.66MB大小
- ch: 135样本,0.32MB大小
- chr: 185样本,2.83MB大小
- chy: 25样本,0.05MB大小
- ckb: 5,004样本,37.54MB大小
- co: 配置信息不完整
数据规模
- 总样本量: 超过20万个问答对
- 数据格式: 标准化问答对结构
- 语言覆盖: 涵盖60种不同语言变体

- 1MultiWikiQA: A Reading Comprehension Benchmark in 300+ Languages丹麦亚历山大研究所 · 2025年



