Transfer Learning Enhanced Single-choice Decision for Multi-choice Question Answering
Chenhao Cui, Yufan Jiang, Shuangzhi Wu, Zhoujun Li

TL;DR
This paper introduces a transfer learning approach that converts multi-choice question answering into a single-choice binary classification task, leveraging resources from other MRC tasks to improve performance.
Contribution
It reconstructs multi-choice MRC as a single-choice binary classification, enabling transfer learning from other MRC tasks and achieving state-of-the-art results.
Findings
Outperforms existing multi-choice methods on RACE and DREAM datasets.
Achieves state-of-the-art results with transfer learning from other MRC tasks.
Effective in both single and ensemble model settings.
Abstract
Multi-choice Machine Reading Comprehension (MMRC) aims to select the correct answer from a set of options based on a given passage and question. The existing methods employ the pre-trained language model as the encoder, share and transfer knowledge through fine-tuning.These methods mainly focus on the design of exquisite mechanisms to effectively capture the relationships among the triplet of passage, question and answers. It is non-trivial but ignored to transfer knowledge from other MRC tasks such as SQuAD due to task specific of MMRC.In this paper, we reconstruct multi-choice to single-choice by training a binary classification to distinguish whether a certain answer is correct. Then select the option with the highest confidence score as the final answer. Our proposed method gets rid of the multi-choice framework and can leverage resources of other tasks. We construct our model based…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Expert finding and Q&A systems · Text and Document Classification Technologies
MethodsSparse Evolutionary Training · Focus
