REVIEW 3 major objections 4 minor
Keyframe retrieval for long-video QA works better when an LLM turns each query into tool calls and boolean merges of their rankings.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.5
2026-07-12 16:07 UTC pith:NGF6LUR4
load-bearing objection Clean systems idea—LLM-planned multi-tool keyframe retrieval with boolean rank merges—plus a retrieval-first benchmark; the 5% caption gain is the claim to verify, not a foundational leap. the 3 major comments →
Decomposing Queries into Tool Calls for Long-Video Keyframe Retrieval
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper shows that decomposing a long-video query into tool calls whose per-tool rankings are merged by boolean operators produces keyframe rankings that are competitive with prior selectors and about five percent better on caption retrieval, while a new interval-anchored benchmark (M2M) makes that retrieval quality measurable without relying only on downstream QA accuracy.
What carries the argument
ToolMerge: an LLM planner that emits a set of visual-tool calls together with a boolean expression for merging their rankings into a single keyframe order.
Load-bearing premise
An off-the-shelf language model, given a fixed tool inventory, will produce tool calls and boolean merge expressions that correctly capture what diverse long-video queries actually need to see.
What would settle it
On M2M or a similar interval-anchored set, replace the LLM planner with random or fixed tool plans and check whether the five-percent caption-retrieval gain and overall competitiveness disappear; if they do, planning quality was load-bearing.
If this is right
- Keyframe evidence for long-video QA can be improved without training a new end-to-end scorer, by routing each query through existing visual tools and a boolean merge.
- Caption-style and compositional queries benefit most from query-specific tool plans rather than a single global similarity score.
- Benchmarks that anchor every question to a known time interval allow retrieval methods to be judged directly, not only through final QA accuracy.
- Adding or swapping visual tools becomes a planning change rather than a full system redesign.
Where Pith is reading between the lines
- If planner quality is the main lever, cheaper or distilled planners could preserve most of the gain while cutting inference cost.
- Boolean merge operators may transfer to other multi-tool multimodal retrieval settings beyond video keyframes.
- Failure modes will likely cluster on queries whose visual requirements cannot be expressed as a short boolean combination of the available tools.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes ToolMerge, a keyframe retrieval pipeline for long-video QA in which an LLM planner decomposes each natural-language query into a set of visual tool calls and emits a boolean expression that merges the resulting per-tool rankings. To support direct retrieval evaluation, the authors introduce Molmo-2 Moments (M2M), a benchmark whose questions are constructed to be anchored to specific temporal intervals. Empirically, ToolMerge is reported to be competitive with prior keyframe selectors on QA, question retrieval, and caption retrieval, with a roughly 5% absolute gain on caption retrieval. Code and data are released.
Significance. If the reported gains are real and attributable to the planner-plus-boolean-merge design rather than to stronger single-tool scorers or hyperparameter choices, ToolMerge is a useful systems contribution: it replaces fixed schemas and single-query scoring with a more flexible, query-adaptive retrieval interface. The M2M benchmark is a concrete evaluation asset that addresses a genuine gap (retrieval metrics that are not confounded by downstream QA models). Public code and data further raise the work’s value for follow-on research. The contribution is empirical and systems-oriented rather than theoretical; its lasting impact depends on whether the decomposition–merge benefit can be isolated and reproduced.
major comments (3)
- The central design claim is that LLM-driven decomposition into tool calls plus boolean ranking merge improves keyframe retrieval over single-query or fixed-schema baselines. End-task metrics (QA / question retrieval / caption retrieval) alone do not isolate this claim: there are no reported planner validity rates (fraction of tool calls and merge expressions that correctly capture the query’s visual requirements), no human or automatic audit of merge expressions, and no ablation that holds the tool inventory fixed while removing multi-tool boolean fusion (e.g., single best tool, score sum/max without boolean structure, or a fixed schema). Without those measurements, the ~5% caption-retrieval edge cannot be attributed to the proposed mechanism rather than to stronger scorers or prompt engineering. This is load-bearing for the paper’s title and abstract framing.
- The free parameters of the system—LLM planner model and prompt, visual tool inventory and per-tool scorers, top-k / merge thresholds, and number of keyframes returned—are not subjected to a systematic sensitivity or leave-one-component-out analysis in the reported results. Because the method is defined by the interaction of these choices, competitiveness on M2M and related sets could be driven by a favorable tool set or cutoff rather than by decomposition-and-merging per se. A minimal set of ablations (planner model swap, tool-set ablation, merge-operator ablation, k-sweep) is needed to support the claim that the architecture, not a particular configuration, is responsible for the gains.
- M2M is presented as the primary direct-retrieval benchmark, yet the manuscript does not fully specify construction details that determine its difficulty and leakage risk: how intervals are chosen relative to video length, how questions are generated or filtered to avoid trivial lexical matches, inter-annotator agreement on anchors, and whether any training or few-shot material for the planner overlaps M2M sources. Without these, it is hard to judge whether the reported ranking improvements generalize beyond the benchmark’s construction process.
minor comments (4)
- The provided full-text rendering is heavily corrupted (garbled Unicode blocks), which obscures section numbering, table contents, and equation-level detail. A clean, machine-readable PDF/source is required for a complete line-by-line audit of results tables and method pseudocode.
- Abstract and method sketch use “boolean operators” without a precise formal definition of how ranked lists are combined under AND/OR/NOT (e.g., rank fusion, score thresholding, set intersection of top-k). Clarifying the merge semantics would aid reproducibility.
- Related-work positioning against fixed-schema multi-tool systems and pure LLM-as-retriever baselines could be tightened so that the novelty of learned/planned boolean merge is clearer.
- Report variance or multiple seeds for the LLM planner where stochastic decoding is used; single-run point estimates make the 5% caption-retrieval margin hard to interpret.
Circularity Check
Empirical systems paper with no derivation that reduces predictions to fitted inputs or self-definitional claims.
full rationale
ToolMerge is a systems method (LLM planner decomposes a query into tool calls; per-tool rankings are merged with boolean operators) evaluated on external retrieval and QA metrics, including the authors' M2M benchmark. The abstract and method frame results as competitive empirical performance (notably ~5% on caption retrieval), not as first-principles predictions or uniqueness theorems. M2M's design note that questions are 'anchored to a specific time interval by construction' defines evaluation ground truth; it does not make ToolMerge's rankings true by definition. There is no fitted parameter renamed as a prediction, no load-bearing uniqueness claim imported from overlapping authors, and no ansatz smuggled in via self-citation that forces the reported numbers. Design choices (tool inventory, merge operators, planner) are free parameters of a system, not circular reductions. Circularity burden is zero under the stated criteria.
Axiom & Free-Parameter Ledger
free parameters (4)
- LLM planner model and prompt
- Visual tool inventory and per-tool scoring models
- Top-k / ranking cutoffs and merge thresholds
- Number of selected keyframes returned to the QA model
axioms (4)
- domain assumption An LLM can decompose natural-language video queries into a small set of tool calls plus boolean merge operators that reflect the query's visual logic.
- domain assumption Per-tool frame rankings are sufficiently calibrated that boolean combination of ranks (AND/OR-style) yields a useful joint ranking.
- domain assumption M2M questions are anchored to specific time intervals by construction, so interval-based retrieval metrics measure the intended evidence frames.
- domain assumption Keyframe selection is a sufficient interface for providing verifiable visual evidence to long-video QA.
invented entities (2)
-
ToolMerge planner-merge pipeline
no independent evidence
-
Molmo-2 Moments (M2M) benchmark
no independent evidence
read the original abstract
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 .
Figures
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.