paper-with-me

홈 › Papers

Multiple-Question Multiple-Answer Text-VQA

2023-11-15 · Peng Tang, Srikar Appalaraju, R. Manmatha, Yusheng Xie, Vijay Mahadevan

We present Multiple-Question Multiple-Answer (MQMA), a novel approach to do text-VQA in encoder-decoder transformer models. The text-VQA task requires a model to answer a question by understanding multi-modal content: text (typically from OCR) and an associated image. To the best of our knowledge, almost all previous approaches for text-VQA process a single question and its associated content to predict a single answer. In order to answer multiple questions from the same image, each question and content are fed into the model multiple times. In contrast, our proposed MQMA approach takes multiple questions and content as input at the encoder and predicts multiple answers at the decoder in an auto-regressive manner at the same time. We make several novel architectural modifications to standard encoder-decoder transformers to support MQMA. We also propose a novel MQMA denoising pre-training task which is designed to teach the model to align and delineate multiple questions and content with associated answers. MQMA pre-trained model achieves state-of-the-art results on multiple text-VQA datasets, each with strong baselines. Specifically, on OCR-VQA (+2.5%), TextVQA (+1.4%), ST-VQA (+0.6%), DocVQA (+1.1%) absolute improvements over the previous state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:2311.08622

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderDenoisingOptical Character Recognition (OCR)TextVQAVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

CNN for Text-Based Multiple Choice Question Answering

2018-07-01 · ACL 2018 7 · Akshay Chaturvedi, P, Onkar it, Utpal Garain

The task of Question Answering is at the very core of machine comprehension. In this paper, we propose a Convolutional Neural Network (CNN) model for text-based multiple choice question answering where questions are base…

Multiple-choiceQuestion AnsweringReading ComprehensionSentiment Analysis

A Multi-answer Multi-task Framework for Real-world Machine Reading Comprehension

2018-10-01 · EMNLP 2018 10 · Jiahua Liu, Wan Wei, Maosong Sun, Hao Chen 외

The task of machine reading comprehension (MRC) has evolved from answering simple questions from well-edited text to answering real questions from users out of web data. In the real-world setting, full-body text from mul…

Information RetrievalMachine Reading ComprehensionQuestion AnsweringReading Comprehension+1

Question Answering with Long Multiple-Span Answers

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Ming Zhu, Aman Ahuja, Da-Cheng Juan, Wei Wei 외

Answering questions in many real-world applications often requires complex and precise information excerpted from texts spanned across a long document. However, currently no such annotated dataset is publicly available, …

Question AnsweringSentence

NEWSKVQA: Knowledge-Aware News Video Question Answering

2022-02-08 · Pranay Gupta, Manish Gupta

Answering questions in the context of videos can be helpful in video indexing, video retrieval systems, video summarization, learning management systems and surveillance video analysis. Although there exists a large body…

Common Sense ReasoningManagementMultiple-choiceQuestion Answering+6

CMQA: A Dataset of Conditional Question Answering with Multiple-Span Answers

2022-10-01 · COLING 2022 10 · Yiming Ju, Weikang Wang, Yuanzhe Zhang, Suncong Zheng 외

Forcing the answer of the Question Answering (QA) task to be a single text span might be restrictive since the answer can be multiple spans in the context. Moreover, we found that multi-span answers often appear with two…

Question Answering