English

Differentiating Choices via Commonality for Multiple-Choice Question Answering

Computation and Language 2024-08-22 v1 Artificial Intelligence

Abstract

Multiple-choice question answering (MCQA) becomes particularly challenging when all choices are relevant to the question and are semantically similar. Yet this setting of MCQA can potentially provide valuable clues for choosing the right answer. Existing models often rank each choice separately, overlooking the context provided by other choices. Specifically, they fail to leverage the semantic commonalities and nuances among the choices for reasoning. In this paper, we propose a novel MCQA model by differentiating choices through identifying and eliminating their commonality, called DCQA. Our model captures token-level attention of each choice to the question, and separates tokens of the question attended to by all the choices (i.e., commonalities) from those by individual choices (i.e., nuances). Using the nuances as refined contexts for the choices, our model can effectively differentiate choices with subtle differences and provide justifications for choosing the correct answer. We conduct comprehensive experiments across five commonly used MCQA benchmarks, demonstrating that DCQA consistently outperforms baseline models. Furthermore, our case study illustrates the effectiveness of the approach in directing the attention of the model to more differentiating features.

Keywords

Cite

@article{arxiv.2408.11554,
  title  = {Differentiating Choices via Commonality for Multiple-Choice Question Answering},
  author = {Wenqing Deng and Zhe Wang and Kewen Wang and Shirui Pan and Xiaowang Zhang and Zhiyong Feng},
  journal= {arXiv preprint arXiv:2408.11554},
  year   = {2024}
}

Comments

9 pages, accepted to ECAI 2024

R2 v1 2026-06-28T18:19:23.329Z