Logo image
Two is Better than Many? Binary Classification as an Effective Approach to Multi-Choice Question Answering
Conference proceeding

Two is Better than Many? Binary Classification as an Effective Approach to Multi-Choice Question Answering

Deepanway Ghosal, Navonil Majumder, Rada Mihalcea and Soujanya Poria
2022 CONFERENCE ON EMPIRICAL METHODS IN NATURAL LANGUAGE PROCESSING, EMNLP 2022, pp.10158-10166
01/01/2022

Abstract

Computer Science Computer Science, Artificial Intelligence Computer Science, Interdisciplinary Applications Linguistics Science & Technology Social Sciences Technology
We propose a simple refactoring of multi-choice question answering (MCQA) tasks as a series of binary classifications. The MCQA task is generally performed by scoring each (question, answer) pair normalized over all the pairs, and then selecting the answer from the pair that yield the highest score. For n answer choices, this is equivalent to an n-class classification setup where only one class (true answer) is correct. We instead show that classifying (question, true answer) as positive instances and (question, false answer) as negative instances is significantly more effective across various models and datasets. We show the efficacy of our proposed approach in different tasks - abductive reasoning, commonsense question answering, science question answering, and sentence completion. Our DeBERTa binary classification model reaches the top or close to the top performance on public leader-boards for these tasks. The source code of the proposed approach is available at https://github.com/declare-lab/TEAM.

Metrics

1 Record Views

Details

Logo image