paper-with-me

Papers

Generalizing Visual Question Answering from Synthetic to Human-Written Questions via a Chain of QA with a Large Language Model

2024-01-12 · Taehee Kim, Yeongjae Cho, Heejun Shin, Yohan Jo, Dongmyung Shin

Visual question answering (VQA) is a task where an image is given, and a series of questions are asked about the image. To build an efficient VQA algorithm, a large amount of QA data is required which is very expensive. Generating synthetic QA pairs based on templates is a practical way to obtain data. However, VQA models trained on those data do not perform well on complex, human-written questions. To address this issue, we propose a new method called {\it chain of QA for human-written questions} (CoQAH). CoQAH utilizes a sequence of QA interactions between a large language model and a VQA model trained on synthetic data to reason and derive logical answers for human-written questions. We tested the effectiveness of CoQAH on two types of human-written VQA datasets for 3D-rendered and chest X-ray images and found that it achieved state-of-the-art accuracy in both types of data. Notably, CoQAH outperformed general vision-language models, VQA models, and medical foundation models with no finetuning.

📄 PDF Abstract BibTeX arXiv:2401.06400

Code (1)

tae2hee/coqah 공식 구현

Tasks

Language ModelingLanguage ModellingLarge Language ModelQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Right this way: Can VLMs Guide Us to See More to Answer Questions?

2024-11-01 · Li Liu, Diji Yang, Sijia Zhong, Kalyana Suma Sree Tholeti 외

In question-answering scenarios, humans can assess whether the available information is sufficient and seek additional information if necessary, rather than providing a forced answer. In contrast, Vision Language Models …

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Training Question Answering Models From Synthetic Data

2020-02-22 · EMNLP 2020 11 · Raul Puri, Ryan Spring, Mostofa Patwary, Mohammad Shoeybi 외

Question and answer generation is a data augmentation method that aims to improve question answering (QA) models given the limited amount of human labeled data. However, a considerable gap remains between synthetic and h…

Answer GenerationData AugmentationQuestion Answering

On the Significance of Question Encoder Sequence Model in the Out-of-Distribution Performance in Visual Question Answering

2021-08-28 · Gouthaman KV, Anurag Mittal

Generalizing beyond the experiences has a significant role in developing practical AI systems. It has been shown that current Visual Question Answering (VQA) models are over-dependent on the language-priors (spurious cor…

Graph AttentionQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

RPDR: A Round-trip Prediction-Based Data Augmentation Framework for Long-Tail Question Answering

2026-02-19 · Yiming Zhang, Siyue Zhang, Junbo Zhao, Chen Zhao arxiv

Long-tail question answering presents significant challenges for large language models (LLMs) due to their limited ability to acquire and accurately recall less common knowledge. Retrieval-augmented generation (RAG) syst…

Synthetic Data GenerationQuestion AnsweringData Augmentation

Can Question Generation Debias Question Answering Models? A Case Study on Question–Context Lexical Overlap

2021-11-01 · EMNLP (MRQA) 2021 11 · Kazutoshi Shinoda, Saku Sugawara, Akiko Aizawa

Question answering (QA) models for reading comprehension have been demonstrated to exploit unintended dataset biases such as question–context lexical overlap. This hinders QA models from generalizing to under-represented…

Data AugmentationQuestion AnsweringQuestion GenerationQuestion-Generation+1