paper-with-me

Papers

MultiModalQA: Complex Question Answering over Text, Tables and Images

2021-04-13 · ICLR 2021 1 · Alon Talmor, Ori Yoran, Amnon Catav, Dan Lahav, Yizhong Wang, Akari Asai, Gabriel Ilharco, Hannaneh Hajishirzi, Jonathan Berant

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

📄 PDF Abstract BibTeX arXiv:2104.06039

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

DeALOG: Decentralized Multi-Agents Log-Mediated Reasoning Framework

2026-02-01 · Abhijit Chakraborty, Ashish Raj Shekhar, Shiven Agarwal, Vivek Gupta arxiv

Complex question answering across text, tables and images requires integrating diverse information sources. A framework supporting specialized processing with coordination and interpretability is needed. We introduce DeA…

Question Answering

MMHQA-ICL: Multimodal In-context Learning for Hybrid Question Answering over Text, Tables and Images

2023-09-09 · Weihao Liu, Fangyu Lei, Tongxu Luo, Jiahe Lei 외

In the real world, knowledge often exists in a multimodal and heterogeneous form. Addressing the task of question answering with hybrid data types, including text, tables, and images, is a challenging task (MMHQA). Recen…

In-Context LearningQuestion AnsweringWorld Knowledge

An Entailment Tree Generation Approach for Multimodal Multi-Hop Question Answering with Mixture-of-Experts and Iterative Feedback Mechanism

2024-12-08 · Qing Zhang, Haocheng Lv, Jie Liu, Zhiyun Chen 외

With the rise of large-scale language models (LLMs), it is currently popular and effective to convert multimodal information into text descriptions for multimodal multi-hop question answering. However, we argue that the …

Mixture-of-ExpertsMulti-hop Question AnsweringMulti-Task LearningQuestion Answering

Unified Language Representation for Question Answering over Text, Tables, and Images

2023-06-29 · Bowen Yu, Cheng Fu, Haiyang Yu, Fei Huang 외

When trying to answer complex questions, people often rely on multiple sources of information, such as visual, textual, and tabular data. Previous approaches to this problem have focused on designing input features or mo…

Question AnsweringRetrieval

FM2DS: Few-Shot Multimodal Multihop Data Synthesis with Knowledge Distillation for Question Answering

2024-12-09 · Amirhossein Abaskohi, Spandana Gella, Giuseppe Carenini, Issam H. Laradji

Multimodal multihop question answering (MMQA) requires reasoning over images and text from multiple sources. Despite advances in visual question answering, this multihop setting remains underexplored due to a lack of qua…

Knowledge DistillationQuestion AnsweringVisual Question Answering