Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Clues Before Answers: Generation-Enhanced Multiple-Choice QA

About

A trending paradigm for multiple-choice question answering (MCQA) is using a text-to-text framework. By unifying data in different tasks into a single text-to-text format, it trains a generative encoder-decoder model which is both powerful and universal. However, a side effect of twisting a generation target to fit the classification nature of MCQA is the under-utilization of the decoder and the knowledge that can be decoded. To exploit the generation capability and underlying knowledge of a pre-trained encoder-decoder model, in this paper, we propose a generation-enhanced MCQA model named GenMC. It generates a clue from the question and then leverages the clue to enhance a reader for MCQA. It outperforms text-to-text models on multiple MCQA datasets.

Zixian Huang, Ao Wu, Jiaying Zhou, Yu Gu, Yue Zhao, Gong Cheng• 2022

Related benchmarks

TaskDatasetResultRank
Question AnsweringOpenBookQA (OBQA) (test)
OBQA Accuracy66.87
130
Commonsense Question AnsweringCSQA (test)
Accuracy0.7267
127
Multiple-choice Question AnsweringARC Easy (test)
Accuracy0.6901
50
Multiple-choice Question AnsweringARC Challenge (test)
Accuracy47.41
26
Multiple-choice Question AnsweringOBQA (dev)
Accuracy71.6
17
Multiple-choice Question AnsweringQASC (test)
Accuracy58.06
16
Question AnsweringOpenBookQA Official Leaderboard
Accuracy92
14
Multiple-choice Question AnsweringCSQA (dev)
Accuracy71.1
10
Multiple-choice Question AnsweringARC Easy (dev)
Accuracy72.49
10
Multiple-choice Question AnsweringQASC (dev)
Accuracy67.61
10
Showing 10 of 12 rows

Other info

Code

Follow for update