paper-with-me

Papers

ToolVQA: A Dataset for Multi-step Reasoning VQA with External Tools

2025-08-05 · Shaofeng Yin, Ting Lei, Yang Liu arxiv

Integrating external tools into Large Foundation Models (LFMs) has emerged as a promising approach to enhance their problem-solving capabilities. While existing studies have demonstrated strong performance in tool-augmented Visual Question Answering (VQA), recent benchmarks reveal significant gaps in real-world tool-use proficiency, particularly in functionally diverse multimodal settings requiring multi-step reasoning. In this work, we introduce ToolVQA, a large-scale multimodal dataset comprising 23K instances, designed to bridge this gap. Unlike previous datasets that rely on synthetic scenarios and simplified queries, ToolVQA features real-world visual contexts and challenging implicit multi-step reasoning tasks, better aligning with real user interactions. To construct this dataset, we propose ToolEngine, a novel data generation pipeline that employs Depth-First Search (DFS) with a dynamic in-context example matching mechanism to simulate human-like tool-use reasoning. ToolVQA encompasses 10 multimodal tools across 7 diverse task domains, with an average inference length of 2.78 reasoning steps per instance. The fine-tuned 7B LFMs on ToolVQA not only achieve impressive performance on our test set but also surpass the large close-sourced model GPT-3.5-turbo on various out-of-distribution (OOD) datasets, demonstrating strong generalizability to real-world tool-use scenarios.

📄 PDF Abstract BibTeX arXiv:2508.03284

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Question Answering

Similar Papers 제목 키워드 기반

A Stepwise-Enhanced Reasoning Framework for Large Language Models Based on External Subgraph Generation

2025-12-29 · Xin Zhang, Yang Cao, Baoxing Wu, Xinyi Chen 외 arxiv

Large Language Models (LLMs) have achieved strong performance across a wide range of natural language processing tasks in recent years, including machine translation, text generation, and question answering. As their app…

Machine TranslationQuestion AnsweringText Generation

SGR: A Stepwise Reasoning Framework for LLMs with External Subgraph Generation

2026-05-15 · Xin Zhang, Yang Cao, Baoxing Wu, Kai Song 외 arxiv

Large Language Models (LLMs) have demonstrated strong capabilities across diverse NLP applications, such as translation, text generation, and question answering. Nevertheless, they remain limited in complex settings that…

Question AnsweringText Generation

Stepwise Reasoning Enhancement for LLMs via External Subgraph Generation

2026-06-03 · Xin Zhang, Yang Cao, Baoxing Wu, Kai Song 외 arxiv

Large language models have shown strong performance in natural language generation and downstream reasoning tasks, but they still struggle with logical consistency, factual grounding, and interpretability in complex mult…

Knowledge Graphs

MathFimer: Enhancing Mathematical Reasoning by Expanding Reasoning Steps through Fill-in-the-Middle Task

2025-02-17 · Yuchen Yan, Yongliang Shen, Yang Liu, Jin Jiang 외

Mathematical reasoning represents a critical frontier in advancing large language models (LLMs). While step-by-step approaches have emerged as the dominant paradigm for mathematical problem-solving in LLMs, the quality o…

Code CompletionGSM8KMathMathematical Problem-Solving+1

Learning From Correctness Without Prompting Makes LLM Efficient Reasoner

2024-03-28 · Yuxuan Yao, Han Wu, Zhijiang Guo, Biyan Zhou 외

Large language models (LLMs) have demonstrated outstanding performance across various tasks, yet they still exhibit limitations such as hallucination, unfaithful reasoning, and toxic content. One potential approach to mi…

Hallucination