SOTAVerified

Unifying Text, Tables, and Images for Multimodal Question Answering

2023-12-10Findings of the Association for Computational Linguistics: EMNLP 2023Code Available0· sign in to hype

Haohao Luo, Ying Shen, Yang Deng

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Multimodal question answering (MMQA), which aims to derive the answer from multiple knowledge modalities (e.g., text, tables, and images), has received increasing attention due to its board applications. Current approaches to MMQA often rely on single-modal or bi-modal QA models, which limits their ability to effectively integrate information across all modalities and leverage the power of pre-trained language models. To address these limitations, we propose a novel framework called UniMMQA, which unifies three different input modalities into a text-to-text format by employing position-enhanced table linearization and diversified image captioning techniques. Additionally, we enhance cross-modal reasoning by incorporating a multimodal rationale generator, which produces textual descriptions of cross-modal relations for adaptation into the text-to-text generation process. Experimental results on three MMQA benchmark datasets show the superiority of UniMMQA in both supervised and unsupervised settings.

Tasks

Reproductions