paper-with-me

홈 › Papers

Decomposing Queries into Tool Calls for Long-Video Keyframe Retrieval

2026-05-22 · Michal Shlapentokh-Rothman, Prachi Garg, Yu-Xiong Wang, Derek Hoiem arxiv

Keyframe selection is a direct way to provide verifiable visual evidence for long-video question answering (QA). Queries differ in what they require, and finding the right frames depends on knowing what to look for. Existing keyframe selectors either score every frame against a single query, or decompose the query into a fixed schema evaluated by a single visual tool. We propose ToolMerge, a keyframe retrieval method based on decomposition and merging: an Large Language Model (LLM) based planner decomposes the query into tool calls and specifies how their per-tool rankings are merged using boolean operators. To evaluate retrieval directly, we construct Molmo-2 Moments (M2M), a benchmark in which every question is anchored to a specific time interval by construction. Across QA, question retrieval, and caption retrieval, ToolMerge is competitive with prior keyframe selectors, most notably on caption retrieval, outperforming other methods by 5%. Code and data can be found at https://github.com/michalsr/ToolMerge .

📄 PDF Abstract BibTeX arXiv:2605.23826

Code (0)

등록된 구현이 없습니다.

Tasks

Video Question Answering

Similar Papers 제목 키워드 기반

Weaver: Interweaving SQL and LLM for Table Reasoning

2025-05-25 · Rohit Khoja, Devanshu Gupta, Yanjie Fu, Dan Roth 외

Querying tables with unstructured data is challenging due to the presence of text (or image), either embedded in the table or in external paragraphs, which traditional SQL struggles to process, especially for tasks requi…

Question AnsweringTable-based Question Answering

Learning When Not to Act: Mitigating Tool Abuse in Agentic Reinforcement Learning

2026-06-01 · Liuji Chen, Dianxing Tang, Xing Shi, Dingshuo Chen 외 arxiv

Agentic reinforcement learning can induce tool abuse, where models overuse external tools even for queries solvable by internal reasoning. Existing approaches mitigate this issue with uniform tool-use penalties or hard l…

Reinforcement Learning

Knowing When to Ask: Segment-Level Credit Assignment for LLM Tool Use

2026-05-27 · Abhijit Kumar, Zoey Wu, Mohit Suley arxiv

Humans know when to reach for help e.g. $347 \times 28$ warrants a calculator while $2+2$ does not. Language models do not. Prompt-based approaches can instruct a model when to invoke tools, but this scaffolding does not…

Efficient Multimodal Planning Agent for Visual Question-Answering

2026-01-28 · Zhuo Chen, Xinyu Geng, Xinyu Wang, Yong Jiang 외 arxiv

Visual Question-Answering (VQA) is a challenging multimodal task that requires integrating visual and textual information to generate accurate responses. While multimodal Retrieval-Augmented Generation (mRAG) has shown p…

IntentKV: Cross-Turn Intent-Aware KV Cache Pruning for Agent Inference

2026-06-06 · Junjie Li, Jiong Lou, Jie Li arxiv

Multi-turn LLM agents fan short queries into long trajectories of tool calls, search results, and intermediate reasoning. Both KV memory and KV read bandwidth grow by orders of magnitude across a single trajectory, makin…