paper-with-me

홈 › Papers

ChatGPT Asks, BLIP-2 Answers: Automatic Questioning Towards Enriched Visual Descriptions

2023-03-12 · Deyao Zhu, Jun Chen, Kilichbek Haydarov, Xiaoqian Shen, Wenxuan Zhang, Mohamed Elhoseiny

Asking insightful questions is crucial for acquiring knowledge and expanding our understanding of the world. However, the importance of questioning has been largely overlooked in AI research, where models have been primarily developed to answer questions. With the recent advancements of large language models (LLMs) like ChatGPT, we discover their capability to ask high-quality questions when provided with a suitable prompt. This discovery presents a new opportunity to develop an automatic questioning system. In this paper, we introduce ChatCaptioner, a novel automatic-questioning method deployed in image captioning. Here, ChatGPT is prompted to ask a series of informative questions about images to BLIP-2, a strong vision question-answering model. By keeping acquiring new visual information from BLIP-2's answers, ChatCaptioner is able to generate more enriched image descriptions. We conduct human-subject evaluations on common image caption datasets such as COCO, Conceptual Caption, and WikiArt, and compare ChatCaptioner with BLIP-2 as well as ground truth. Our results demonstrate that ChatCaptioner's captions are significantly more informative, receiving three times as many votes from human evaluators for providing the most image information. Besides, ChatCaptioner identifies 53% more objects within the image than BLIP-2 alone measured by WordNet synset matching. Code is available at https://github.com/Vision-CAIR/ChatCaptioner

📄 PDF Abstract BibTeX arXiv:2303.06594

Code (1)

vision-cair/chatcaptioner 공식 구현 pytorch

Tasks

Image CaptioningQuestion AnsweringVisual Reasoning

Similar Papers 제목 키워드 기반

Instruction-tuned Self-Questioning Framework for Multimodal Reasoning

2025-09-25 · You-Won Jang, Yu-Jung Heo, Jaeseok Kim, Minsu Lee 외 arxiv

The field of vision-language understanding has been actively researched in recent years, thanks to the development of Large Language Models~(LLMs). However, it still needs help with problems requiring multi-step reasonin…

Multimodal Reasoning

ChatGPT: Beginning of an End of Manual Linguistic Data Annotation? Use Case of Automatic Genre Identification

2023-03-07 · Taja Kuzman, Igor Mozetič, Nikola Ljubešić

ChatGPT has shown strong capabilities in natural language generation tasks, which naturally leads researchers to explore where its abilities end. In this paper, we examine whether ChatGPT can be used for zero-shot text c…

Language ModelingLanguage Modellingtext-classificationText Classification+2

BianQue: Balancing the Questioning and Suggestion Ability of Health LLMs with Multi-turn Health Conversations Polished by ChatGPT

2023-10-24 · YiRong Chen, Zhenyu Wang, Xiaofen Xing, huimin zheng 외

Large language models (LLMs) have performed well in providing general and extensive health suggestions in single-turn conversations, exemplified by systems such as ChatGPT, ChatGLM, ChatDoctor, DoctorGLM, and etc. Howeve…

Automatic Generation of Socratic Subquestions for Teaching Math Word Problems

2022-11-23 · Kumar Shridhar, Jakub Macina, Mennatallah El-Assady, Tanmay Sinha 외

Socratic questioning is an educational method that allows students to discover answers to complex problems by asking them a series of thoughtful questions. Generation of didactically sound questions is challenging, requi…

MathMath Word Problem SolvingQuestion GenerationQuestion-Generation

ChatGPT as a Math Questioner? Evaluating ChatGPT on Generating Pre-university Math Questions

2023-12-04 · Phuoc Pham Van Long, Duc Anh Vu, Nhat M. Hoang, Xuan Long Do 외

Mathematical questioning is crucial for assessing students problem-solving skills. Since manually creating such questions requires substantial effort, automatic methods have been explored. Existing state-of-the-art model…

Arithmetic ReasoningMathQuestion Answering