paper-with-me

홈 › Papers

IDK-MRC: Unanswerable Questions for Indonesian Machine Reading Comprehension

2022-10-25 · Rifki Afina Putri, Alice Oh

Machine Reading Comprehension (MRC) has become one of the essential tasks in Natural Language Understanding (NLU) as it is often included in several NLU benchmarks (Liang et al., 2020; Wilie et al., 2020). However, most MRC datasets only have answerable question type, overlooking the importance of unanswerable questions. MRC models trained only on answerable questions will select the span that is most likely to be the answer, even when the answer does not actually exist in the given passage (Rajpurkar et al., 2018). This problem especially remains in medium- to low-resource languages like Indonesian. Existing Indonesian MRC datasets (Purwarianti et al., 2007; Clark et al., 2020) are still inadequate because of the small size and limited question types, i.e., they only cover answerable questions. To fill this gap, we build a new Indonesian MRC dataset called I(n)don'tKnow- MRC (IDK-MRC) by combining the automatic and manual unanswerable question generation to minimize the cost of manual dataset construction while maintaining the dataset quality. Combined with the existing answerable questions, IDK-MRC consists of more than 10K questions in total. Our analysis shows that our dataset significantly improves the performance of Indonesian MRC models, showing a large improvement for unanswerable questions.

📄 PDF Abstract BibTeX arXiv:2210.13778

Code (1)

rifkiaputri/idk-mrc 공식 구현

Tasks

Machine Reading ComprehensionNatural Language UnderstandingQuestion GenerationReading Comprehension

Similar Papers 제목 키워드 기반

Learning to Ask Unanswerable Questions for Machine Reading Comprehension

2019-06-14 · ACL 2019 7 · Haichao Zhu, Li Dong, Furu Wei, Wenhui Wang 외

Machine reading comprehension with unanswerable questions is a challenging task. In this work, we propose a data augmentation technique by automatically generating relevant unanswerable questions according to an answerab…

Data AugmentationMachine Reading ComprehensionQuestion GenerationQuestion-Generation+1

Revealing Weaknesses of Vietnamese Language Models Through Unanswerable Questions in Machine Reading Comprehension

2023-03-16 · Son Quoc Tran, Phong Nguyen-Thuan Do, Kiet Van Nguyen, Ngan Luu-Thuy Nguyen

Although the curse of multilinguality significantly restricts the language abilities of multilingual models in monolingual settings, researchers now still have to rely on multilingual models to develop state-of-the-art s…

Machine Reading ComprehensionReading ComprehensionVietnamese Language ModelsVietnamese Machine Reading Comprehension

To Answer or Not to Answer? Improving Machine Reading Comprehension Model with Span-based Contrastive Learning

2022-08-02 · Findings (NAACL) 2022 7 · Yunjie Ji, Liangyu Chen, Chenxiao Dou, Baochang Ma 외

Machine Reading Comprehension with Unanswerable Questions is a difficult NLP task, challenged by the questions which can not be answered from passages. It is observed that subtle literal changes often make an answerable …

Contrastive LearningMachine Reading ComprehensionReading Comprehension

U-Net: Machine Reading Comprehension with Unanswerable Questions

2018-10-12 · Fu Sun, Linyang Li, Xipeng Qiu, Yang Liu

Machine reading comprehension with unanswerable questions is a new challenging task for natural language processing. A key subtask is to reliably predict whether the question is unanswerable. In this paper, we propose a …

Machine Reading ComprehensionQuestion AnsweringReading Comprehension

Retrospective Reader for Machine Reading Comprehension

2020-01-27 · Zhuosheng Zhang, Junjie Yang, Hai Zhao

Machine reading comprehension (MRC) is an AI challenge that requires machine to determine the correct answers to questions based on a given passage. MRC systems must not only answer question when necessary but also disti…

Machine Reading ComprehensionQuestion AnsweringReading Comprehension