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

29 Oct 2022  ·  Deepanway Ghosal, Navonil Majumder, Rada Mihalcea, Soujanya Poria ·

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 leaderboards for these tasks. The source code of the proposed approach is available at https://github.com/declare-lab/TEAM.

PDF Abstract

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Sentence Completion HellaSwag DeBERTa-Large 304M (classification-based) Accuracy 95.6 # 2
Sentence Completion HellaSwag DeBERTa-Large 304M Accuracy 94.7 # 5
Question Answering PIQA DeBERTa-Large 304M (classification-based) Accuracy 85.9 # 5
Question Answering PIQA DeBERTa-Large 304M Accuracy 87.4 # 3
Question Answering SIQA DeBERTa-Large 304M (classification-based) Accuracy 79.9 # 5
Question Answering SIQA DeBERTa-Large 304M Accuracy 80.2 # 4

Methods