paper-with-me

홈 › Papers

DuReader: a Chinese Machine Reading Comprehension Dataset from Real-world Applications

2017-11-14 · WS 2018 7 · Wei He, Kai Liu, Jing Liu, Yajuan Lyu, Shiqi Zhao, Xinyan Xiao, Yu-An Liu, Yizhong Wang, Hua Wu, Qiaoqiao She, Xuan Liu, Tian Wu, Haifeng Wang

This paper introduces DuReader, a new large-scale, open-domain Chinese ma- chine reading comprehension (MRC) dataset, designed to address real-world MRC. DuReader has three advantages over previous MRC datasets: (1) data sources: questions and documents are based on Baidu Search and Baidu Zhidao; answers are manually generated. (2) question types: it provides rich annotations for more question types, especially yes-no and opinion questions, that leaves more opportunity for the research community. (3) scale: it contains 200K questions, 420K answers and 1M documents; it is the largest Chinese MRC dataset so far. Experiments show that human performance is well above current state-of-the-art baseline systems, leaving plenty of room for the community to make improvements. To help the community make these improvements, both DuReader and baseline systems have been posted online. We also organize a shared competition to encourage the exploration of more models. Since the release of the task, there are significant improvements over the baselines.

📄 PDF Abstract BibTeX arXiv:1711.05073

Code (3)

PaddlePaddle/PaddleNLP/tree/develop/examples/machine_reading_comprehension/DuReader-robust paddle
PaddlePaddle/PaddleNLP/tree/develop/examples/machine_reading_comprehension/DuReader-yesno paddle
PaddlePaddle/models paddle

Tasks

Machine Reading ComprehensionReading Comprehension

Similar Papers 제목 키워드 기반

DuReader_robust: A Chinese Dataset Towards Evaluating Robustness and Generalization of Machine Reading Comprehension in Real-World Applications

2020-04-23 · Hongxuan Tang, Hongyu Li, Jing Liu, Yu Hong 외

Machine reading comprehension (MRC) is a crucial task in natural language processing and has achieved remarkable advancements. However, most of the neural MRC models are still far from robust and fail to generalize well …

Machine Reading ComprehensionReading Comprehension

DuReader\_robust: A Chinese Dataset Towards Evaluating Robustness and Generalization of Machine Reading Comprehension in Real-World Applications

2021-08-01 · ACL 2021 5 · Hongxuan Tang, Hongyu Li, Jing Liu, Yu Hong 외

Machine reading comprehension (MRC) is a crucial task in natural language processing and has achieved remarkable advancements. However, most of the neural MRC models are still far from robust and fail to generalize well …

Machine Reading ComprehensionReading Comprehension

Multi-Passage Machine Reading Comprehension with Cross-Passage Answer Verification

2018-05-06 · ACL 2018 7 · Yizhong Wang, Kai Liu, Jing Liu, wei he 외

Machine reading comprehension (MRC) on real web data usually requires the machine to answer a question by analyzing multiple passages retrieved by search engine. Compared with MRC on a single passage, multi-passage MRC i…

Machine Reading ComprehensionQuestion AnsweringReading Comprehension

Dataset for the First Evaluation on Chinese Machine Reading Comprehension

2017-09-25 · LREC 2018 5 · Yiming Cui, Ting Liu, Zhipeng Chen, Wentao Ma 외

Machine Reading Comprehension (MRC) has become enormously popular recently and has attracted a lot of attention. However, existing reading comprehension datasets are mostly in English. To add diversity in reading compreh…

Chinese Reading ComprehensionDiversityMachine Reading ComprehensionReading Comprehension

DRCD: a Chinese Machine Reading Comprehension Dataset

2018-06-04 · Chih Chieh Shao, Trois Liu, Yuting Lai, Yiying Tseng 외

In this paper, we introduce DRCD (Delta Reading Comprehension Dataset), an open domain traditional Chinese machine reading comprehension (MRC) dataset. This dataset aimed to be a standard Chinese machine reading comprehe…

ArticlesMachine Reading ComprehensionReading ComprehensionTransfer Learning