paper-with-me

홈 › Papers

Investigating Prompting Techniques for Zero- and Few-Shot Visual Question Answering

2023-06-16 · Rabiul Awal, Le Zhang, Aishwarya Agrawal

In this paper, we explore effective prompting techniques to enhance zero- and few-shot Visual Question Answering (VQA) performance in contemporary Vision-Language Models (VLMs). Central to our investigation is the role of question templates in guiding VLMs to generate accurate answers. We identify that specific templates significantly influence VQA outcomes, underscoring the need for strategic template selection. Another pivotal aspect of our study is augmenting VLMs with image captions, providing them with additional visual cues alongside direct image features in VQA tasks. Surprisingly, this augmentation significantly improves the VLMs' performance in many cases, even though VLMs "see" the image directly! We explore chain-of-thought (CoT) reasoning and find that while standard CoT reasoning causes drops in performance, advanced methods like self-consistency can help recover it. Furthermore, we find that text-only few-shot examples enhance VLMs' alignment with the task format, particularly benefiting models prone to verbose zero-shot answers. Lastly, to mitigate the challenges associated with evaluating free-form open-ended VQA responses using string-matching based VQA metrics, we introduce a straightforward LLM-guided pre-processing technique to adapt the model responses to the expected ground-truth answer distribution. In summary, our research sheds light on the intricacies of prompting strategies in VLMs for VQA, emphasizing the synergistic use of captions, templates, and pre-processing to enhance model efficacy.

📄 PDF Abstract BibTeX arXiv:2306.09996

Code (1)

rabiulcste/vqazero 공식 구현 pytorch

Tasks

Image CaptioningQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Graph-of-Mark: Promote Spatial Reasoning in Multimodal Language Models with Graph-Based Visual Prompting

2026-03-02 · Giacomo Frisoni, Lorenzo Molfetta, Mattia Buzzoni, Gianluca Moro arxiv

Recent advances in training-free visual prompting, such as Set-of-Mark, have emerged as a promising direction for enhancing the grounding capabilities of multimodal language models (MLMs). These techniques operate by par…

Visual Question AnsweringSpatial Reasoning

Enhanced Detection of Conversational Mental Manipulation Through Advanced Prompting Techniques

2024-08-14 · Ivory Yang, Xiaobo Guo, Sean Xie, Soroush Vosoughi

This study presents a comprehensive, long-term project to explore the effectiveness of various prompting techniques in detecting dialogical mental manipulation. We implement Chain-of-Thought prompting with Zero-Shot and …

Can Prompting LLMs Unlock Hate Speech Detection across Languages? A Zero-shot and Few-shot Study

2025-05-09 · Faeze Ghorbanpour, Daryna Dementieva, Alexander Fraser

Despite growing interest in automated hate speech detection, most existing approaches overlook the linguistic diversity of online content. Multilingual instruction-tuned large language models such as LLaMA, Aya, Qwen, an…

DiversityHate Speech Detection

Tab-CoT: Zero-shot Tabular Chain of Thought

2023-05-28 · Ziqi Jin, Wei Lu

The chain-of-though (CoT) prompting methods were successful in various natural language processing (NLP) tasks thanks to their ability to unveil the underlying complex reasoning processes. Such reasoning processes typica…

Navigating Prompt Complexity for Zero-Shot Classification: A Study of Large Language Models in Computational Social Science

2023-05-23 · Yida Mu, Ben P. Wu, William Thorne, Ambrose Robinson 외

Instruction-tuned Large Language Models (LLMs) have exhibited impressive language understanding and the capacity to generate responses that follow specific prompts. However, due to the computational demands associated wi…

zero-shot-classificationZero-Shot Learning