CLApr 30, 2022

Clues Before Answers: Generation-Enhanced Multiple-Choice QA

arXiv:2205.00274v1631 citationsh-index: 42
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in MCQA models, offering an incremental improvement for researchers and practitioners in natural language processing.

The paper tackles the under-utilization of decoder knowledge in text-to-text models for multiple-choice question answering by proposing GenMC, which generates clues to enhance a reader, resulting in improved performance on multiple datasets.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes