paper-with-me

Papers

ElimiNet: A Model for Eliminating Options for Reading Comprehension with Multiple Choice Questions

2019-04-04 · ICLR 2018 1 · Soham Parikh, Ananya B. Sai, Preksha Nema, Mitesh M. Khapra

The task of Reading Comprehension with Multiple Choice Questions, requires a human (or machine) to read a given passage, question pair and select one of the n given options. The current state of the art model for this task first computes a question-aware representation for the passage and then selects the option which has the maximum similarity with this representation. However, when humans perform this task they do not just focus on option selection but use a combination of elimination and selection. Specifically, a human would first try to eliminate the most irrelevant option and then read the passage again in the light of this new information (and perhaps ignore portions corresponding to the eliminated option). This process could be repeated multiple times till the reader is finally ready to select the correct option. We propose ElimiNet, a neural network-based model which tries to mimic this process. Specifically, it has gates which decide whether an option can be eliminated given the passage, question pair and if so it tries to make the passage representation orthogonal to this eliminated option (akin to ignoring portions of the passage corresponding to the eliminated option). The model makes multiple rounds of partial elimination to refine the passage representation and finally uses a selection module to pick the best option. We evaluate our model on the recently released large scale RACE dataset and show that it outperforms the current state of the art model on 7 out of the $13$ question types in this dataset. Further, we show that taking an ensemble of our elimination-selection based method with a selection based method gives us an improvement of 3.1% over the best-reported performance on this dataset.

📄 PDF Abstract BibTeX arXiv:1904.02651

Code (1)

sohamparikh94/ElimiNet 공식 구현

Tasks

Multiple-choiceReading Comprehension

Similar 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…

Answer GenerationMachine Reading ComprehensionMultiple-choiceReading Comprehension

Assessing Distractors in Multiple-Choice Tests

2023-11-08 · Vatsal Raina, Adian Liusie, Mark Gales

Multiple-choice tests are a common approach for assessing candidates' comprehension skills. Standard multiple-choice reading comprehension exams require candidates to select the correct answer option from a discrete set …

DiversityMultiple-choiceReading Comprehension

Option Comparison Network for Multiple-choice Reading Comprehension

2019-03-07 · Qiu Ran, Peng Li, Weiwei Hu, Jie zhou

Multiple-choice reading comprehension (MCRC) is the task of selecting the correct answer from multiple options given a question and an article. Existing MCRC models typically either read each option independently or comp…

Multiple-choiceQuestion AnsweringReading Comprehension

HRCA+: Advanced Multiple-choice Machine Reading Comprehension Method

2022-06-01 · LREC 2022 6 · Yuxiang Zhang, Hayato Yamana

Multiple-choice question answering (MCQA) for machine reading comprehension (MRC) is challenging. It requires a model to select a correct answer from several candidate options related to text passages or dialogue. To sel…

Machine Reading ComprehensionMultiple-choiceMultiple Choice Question Answering (MCQA)Question Answering+2

Evaluating the Rationale Understanding of Critical Reasoning in Logical Reading Comprehension

2023-11-30 · Akira Kawabata, Saku Sugawara

To precisely evaluate a language model's capability for logical reading comprehension, we present a dataset for testing the understanding of the rationale behind critical reasoning. For questions taken from an existing m…

Multiple-choiceReading Comprehension