Dataset Viewer
Auto-converted to Parquet
version
string
data
list
1.3
[{"title":"广州","id":"1001","paragraphs":[{"context":"2010年引进的广州快速公交运输系(...TRUNCATED)

DRCD Simplified Chinese Version

This dataset is a Simplified Chinese adaptation of the Delta Reading Comprehension Dataset (DRCD), originally written in Traditional Chinese.

Dataset Structure

The dataset is in JSON format and follows a hierarchical SQuAD-like structure, with some customizations. The top-level keys are version and data.

JSON Format Example

{
    "version": "1.3",
    "data": [
        {
            "title": "梵文",
            "id": "1147",
            "paragraphs": [
                {
                    "context": "在欧洲,梵语的学术研究,由德国学者陆特和汉斯雷顿开创。后来威廉·琼斯发现印欧语系,也要归功于对梵语的研究。此外,梵语研究,也对西方文字学及历史语言学的发展,贡献不少。1786年2月2日,亚洲协会在加尔各答举行。会中,威廉·琼斯发表了下面这段著名的言论:“梵语尽管非常古老,构造却精妙绝伦:比希腊语还完美,比拉丁语还丰富,精致之处同时胜过此两者,但在动词词根和语法形式上,又跟此两者无比相似,不可能是巧合的结果。这三种语言太相似了,使任何同时稽考三者的语文学家都不得不相信三者同出一源,出自一种可能已经消逝的语言。基于相似的原因,尽管缺少同样有力的证据,我们可以推想哥德语和凯尔特语,虽然混入了迥然不同的语汇,也与梵语有着相同的起源;而古波斯语可能也是这一语系的子裔。”",
                    "id": "1147-5",
                    "qas": [
                        {
                            "id": "1147-5-1",
                            "question": "陆特和汉斯雷顿开创了哪一地区对梵语的学术研究?",
                            "answers": [
                                {
                                    "id": "1",
                                    "text": "欧洲",
                                    "answer_start": 1
                                },
                                {
                                    "id": "2",
                                    "text": "欧洲",
                                    "answer_start": 1
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ]
}

License

This dataset is distributed under the Creative Commons Attribution-ShareAlike 3.0 License (CC BY-SA 3.0). You are free to use, modify, and redistribute the data, provided you give appropriate credit and share derivative works under the same license.

Acknowledgments

Original dataset provided by Delta Electronics. This repository only provides a Simplified Chinese version of the same content.

Downloads last month
2