paper-with-me

Papers

GenNet : Reading Comprehension with Multiple Choice Questions using Generation and Selection model

2020-03-03 · Vaishali Ingale, Pushpender Singh

Multiple-choice machine reading comprehension is difficult task as its required machines to select the correct option from a set of candidate or possible options using the given passage and question.Reading Comprehension with Multiple Choice Questions task,required a human (or machine) to read a given passage, question pair and select the best one option from n given options. There are two different ways to select the correct answer from the given passage. Either by selecting the best match answer to by eliminating the worst match answer. Here we proposed GenNet model, a neural network-based model. In this model first we will generate the answer of the question from the passage and then will matched the generated answer with given answer, the best matched option will be our answer. For answer generation we used S-net (Tan et al., 2017) model trained on SQuAD and to evaluate our model we used Large-scale RACE (ReAding Comprehension Dataset From Examinations) (Lai et al.,2017).

📄 PDF Abstract BibTeX arXiv:2003.04360

Code (0)

등록된 구현이 없습니다.

Tasks

Answer GenerationMachine Reading ComprehensionMultiple-choiceReading Comprehension

Similar Papers 제목 키워드 기반

Analyzing Multiple-Choice Reading and Listening Comprehension Tests

2023-07-03 · Vatsal Raina, Adian Liusie, Mark Gales

Multiple-choice reading and listening comprehension tests are an important part of language assessment. Content creators for standard educational tests need to carefully curate questions that assess the comprehension abi…

Multiple-choiceReading ComprehensionWorld Knowledge

STARC: Structured Annotations for Reading Comprehension

2020-04-30 · ACL 2020 6 · Yevgeni Berzak, Jonathan Malmaud, Roger Levy

We present STARC (Structured Annotations for Reading Comprehension), a new annotation framework for assessing reading comprehension with multiple choice questions. Our framework introduces a principled structure for the …

Multiple-choiceReading Comprehension

DREAM: A Challenge Dataset and Models for Dialogue-Based Reading Comprehension

2019-02-01 · Kai Sun, Dian Yu, Jianshu Chen, Dong Yu 외

We present DREAM, the first dialogue-based multiple-choice reading comprehension dataset. Collected from English-as-a-foreign-language examinations designed by human experts to evaluate the comprehension level of Chinese…

Dialogue UnderstandingMultiple-choiceReading ComprehensionSentence+1

DREAM: A Challenge Data Set and Models for Dialogue-Based Reading Comprehension

2019-03-01 · TACL 2019 3 · Kai Sun, Dian Yu, Jianshu Chen, Dong Yu 외

We present DREAM, the first dialogue-based multiple-choice reading comprehension data set. Collected from English as a Foreign Language examinations designed by human experts to evaluate the comprehension level of Chines…

Dialogue UnderstandingMultiple-choiceReading ComprehensionSentence+1

An Experimental Study of Deep Neural Network Models for Vietnamese Multiple-Choice Reading Comprehension

2020-08-20 · Son T. Luu, Kiet Van Nguyen, Anh Gia-Tuan Nguyen, Ngan Luu-Thuy Nguyen

Machine reading comprehension (MRC) is a challenging task in natural language processing that makes computers understanding natural language texts and answer questions based on those texts. There are many techniques for …

Machine Reading ComprehensionMultiple-choiceReading ComprehensionWord Embeddings