ElimiNet: A Model for Eliminating Options for Reading Comprehension with Multiple Choice Questions
Soham Parikh, Ananya B. Sai, Preksha Nema, Mitesh M. Khapra

TL;DR
ElimiNet is a neural network model that mimics human elimination strategies in multiple-choice reading comprehension, iteratively removing irrelevant options to improve question-answering accuracy.
Contribution
It introduces a novel elimination mechanism with orthogonalization to refine passage representations, outperforming existing models on the RACE dataset.
Findings
Outperforms state-of-the-art on 7 out of 13 question types
Ensemble with existing models improves accuracy by 3.1%
Uses iterative elimination to enhance comprehension understanding
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
