paper-with-me

홈 › Papers

IdealGPT: Iteratively Decomposing Vision and Language Reasoning via Large Language Models

2023-05-24 · Haoxuan You, Rui Sun, Zhecan Wang, Long Chen, Gengyu Wang, Hammad A. Ayyubi, Kai-Wei Chang, Shih-Fu Chang

The field of vision-and-language (VL) understanding has made unprecedented progress with end-to-end large pre-trained VL models (VLMs). However, they still fall short in zero-shot reasoning tasks that require multi-step inferencing. To achieve this goal, previous works resort to a divide-and-conquer pipeline. In this paper, we argue that previous efforts have several inherent shortcomings: 1) They rely on domain-specific sub-question decomposing models. 2) They force models to predict the final answer even if the sub-questions or sub-answers provide insufficient information. We address these limitations via IdealGPT, a framework that iteratively decomposes VL reasoning using large language models (LLMs). Specifically, IdealGPT utilizes an LLM to generate sub-questions, a VLM to provide corresponding sub-answers, and another LLM to reason to achieve the final answer. These three modules perform the divide-and-conquer procedure iteratively until the model is confident about the final answer to the main question. We evaluate IdealGPT on multiple challenging VL reasoning tasks under a zero-shot setting. In particular, our IdealGPT outperforms the best existing GPT-4-like models by an absolute 10% on VCR and 15% on SNLI-VE. Code is available at https://github.com/Hxyou/IdealGPT

📄 PDF Abstract BibTeX arXiv:2305.14985

Code (2)

hxyou/idealgpt 공식 구현
hamzakhalil798/IdealGPT

Similar Papers 제목 키워드 기반

Successive Prompting for Decomposing Complex Questions

2022-12-08 · Dheeru Dua, Shivanshu Gupta, Sameer Singh, Matt Gardner

Answering complex questions that require making latent decisions is a challenging task, especially when limited supervision is available. Recent works leverage the capabilities of large language models (LMs) to perform c…

Question Answering

VisTIRA: Closing the Image-Text Modality Gap in Visual Math Reasoning via Structured Tool Integration

2026-01-20 · Saeed Khaki, Ashudeep Singh, Nima Safaei, Kamal Ginotra arxiv

Vision-language models (VLMs) lag behind text-only language models on mathematical reasoning when the same problems are presented as images rather than text. We empirically characterize this as a modality gap: the same q…

Mathematical Reasoning

DeepRAG: Thinking to Retrieval Step by Step for Large Language Models

2025-02-03 · Xinyan Guan, Jiali Zeng, Fandong Meng, Chunlei Xin 외

Large Language Models (LLMs) have shown remarkable potential in reasoning while they still suffer from severe factual hallucinations due to timeliness, accuracy, and coverage of parametric knowledge. Meanwhile, integrati…

RAGRetrievalRetrieval-augmented Generation

Vision-Language Models Can Self-Improve Reasoning via Reflection

2024-10-30 · Kanzhi Cheng, Yantao Li, Fangzhi Xu, Jianbing Zhang 외

Chain-of-thought (CoT) has proven to improve the reasoning capability of large language models (LLMs). However, due to the complexity of multimodal scenarios and the difficulty in collecting high-quality CoT data, CoT re…

CT-Flow: Orchestrating CT Interpretation Workflow with Model Context Protocol Servers

2026-02-23 · Yannian Gu, Xizhuo Zhang, Linjie Mu, Yongrui Yu 외 arxiv

Recent advances in Large Vision-Language Models (LVLMs) have shown strong potential for multi-modal radiological reasoning, particularly in tasks like diagnostic visual question answering (VQA) and radiology report gener…

Visual Question AnsweringNatural Language Queries