CLAILGApr 13, 2021

MultiModalQA: Complex Question Answering over Text, Tables and Images

arXiv:2104.06039v1235 citations
Originality Incremental advance
AI Analysis

This addresses the need for multi-modal reasoning in AI systems, though it is incremental as it builds on existing QA frameworks by adding cross-modal complexity.

The authors tackled the problem of complex question answering requiring joint reasoning across text, tables, and images by introducing MultiModalQA, a dataset of 29,918 questions, and demonstrated that their multi-hop model achieved 51.7 F1, outperforming a baseline at 38.2 F1 but lagging behind human performance at 90.1 F1.

When answering complex questions, people can seamlessly combine information from visual, textual and tabular sources. While interest in models that reason over multiple pieces of evidence has surged in recent years, there has been relatively little work on question answering models that reason across multiple modalities. In this paper, we present MultiModalQA(MMQA): a challenging question answering dataset that requires joint reasoning over text, tables and images. We create MMQA using a new framework for generating complex multi-modal questions at scale, harvesting tables from Wikipedia, and attaching images and text paragraphs using entities that appear in each table. We then define a formal language that allows us to take questions that can be answered from a single modality, and combine them to generate cross-modal questions. Last, crowdsourcing workers take these automatically-generated questions and rephrase them into more fluent language. We create 29,918 questions through this procedure, and empirically demonstrate the necessity of a multi-modal multi-hop approach to solve our task: our multi-hop model, ImplicitDecomp, achieves an average F1of 51.7 over cross-modal questions, substantially outperforming a strong baseline that achieves 38.2 F1, but still lags significantly behind human performance, which is at 90.1 F1

Foundations

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

Your Notes