CLJun 1, 2023

How Many Answers Should I Give? An Empirical Study of Multi-Answer Reading Comprehension

Peking U
arXiv:2306.00435v1225 citationsh-index: 52
Originality Synthesis-oriented
AI Analysis

This work addresses the multi-answer problem in machine reading comprehension, which is incremental as it builds on existing paradigms without introducing a new method.

The paper tackles the challenge of multi-answer reading comprehension by designing a taxonomy to categorize instances and analyzing datasets and models, finding that generation models can effectively incorporate different paradigms.

The multi-answer phenomenon, where a question may have multiple answers scattered in the document, can be well handled by humans but is challenging enough for machine reading comprehension (MRC) systems. Despite recent progress in multi-answer MRC, there lacks a systematic analysis of how this phenomenon arises and how to better address it. In this work, we design a taxonomy to categorize commonly-seen multi-answer MRC instances, with which we inspect three multi-answer datasets and analyze where the multi-answer challenge comes from. We further analyze how well different paradigms of current multi-answer MRC models deal with different types of multi-answer instances. We find that some paradigms capture well the key information in the questions while others better model the relationship between questions and contexts. We thus explore strategies to make the best of the strengths of different paradigms. Experiments show that generation models can be a promising platform to incorporate different paradigms. Our annotations and code are released for further research.

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