The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

A new benchmark of 8,000+ executable enterprise APIs finds top LLMs reach ~70% on single-hop API queries but fall to ~50% on compositional multi-hop chains and collapse on policy-constrained or unanswerable tasks, revealing language-mediated grounding—not invocation mechanics—as the primary bottleneck.

VAKRA: Evaluating Multi-Hop Reasoning Across APIs and Retrieval Under Tool-Use Policies
Ankita Rajaram Naik, Anupama Murthi, Benjamin Elder, Siyu Huo, Raavi Gupta, Abhinav Jain, Praveen Venkateswaran, Abdulhamid Adebayo, Danish Contractor · August 12, 2026
arxiv descriptive high evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Ankita Rajaram Naik unresolved corpus identity
  2. Anupama Murthi unresolved corpus identity
  3. Benjamin Elder unresolved corpus identity
  4. Siyu Huo unresolved corpus identity
  5. Raavi Gupta unresolved corpus identity
  6. Abhinav Jain unresolved corpus identity
  7. Praveen Venkateswaran unresolved corpus identity
  8. Abdulhamid Adebayo unresolved corpus identity
  9. Danish Contractor unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Ankita Rajaram Naik provider ID
  2. Anupama Murthi provider ID
  3. Benjamin Elder provider ID
  4. Siyu Huo provider ID
  5. Raavi Gupta provider ID
  6. Abhinav Jain provider ID
  7. Praveen Venkateswaran provider ID
  8. Abdulhamid A. Adebayo provider ID
  9. Danish Contractor provider ID
VAKRA is a large, self-hosted benchmark evaluating multi-hop reasoning across structured APIs and retrieval under tool-use policies and shows that even top models degrade sharply with compositional depth and policy constraints.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Agents deployed in enterprise settings must reason across structured APIs and document collections, yet existing benchmarks evaluate these capabilities in isolation. We introduce VAKRA (e\textbf{V}aluating \textbf{A}PI and \textbf{K}nowledge \textbf{R}etrieval \textbf{A}gents), a benchmark of over $8{,}000$ executable APIs across $62$ domains with tasks spanning three settings of increasing difficulty: diverse API interaction styles, multi-hop reasoning over structured APIs, and multi-source reasoning with natural-language tool-use policy constraints. Correctness is verified by re-executing predicted tool calls against live APIs, accommodating multiple valid paths. Using a fixed ReAct harness to isolate model capabilities from agent architecture, we evaluate frontier and open-weight models and find that even the best model achieves only 70.4\% on single-hop endpoint-style tasks and drops to 50--51\% on compositional APIs; performance degrades by over 50\% as reasoning depth increases, and policy-constrained questions expose severe failures (as low as 2.4\% on unanswerable queries). Trace analysis shows failures concentrate at language-mediated reasoning - entity disambiguation, cross-source grounding, rather than tool invocation mechanics. Code is available https://github.com/IBM/VAKRA. Dataset is available https://huggingface.co/datasets/ibm-research/VAKRA

Summary

Main Finding

VAKRA is a large, tool-grounded benchmark showing that state-of-the-art LLMs still struggle with compositional, multi-hop reasoning across heterogeneous APIs and document collections under realistic tool‑use policies. Even the best model (GPT‑5.5) reaches 70.4% on simple endpoint-style (single‑hop) tasks but drops to ~50% on compositional BI APIs, degrades by over 50% as hop depth increases, and catastrophically fails on policy-constrained / unanswerable queries (as low as 2.4%). Errors concentrate in language-mediated steps (entity disambiguation, cross‑source grounding, schema/parameter alignment), not in the mechanics of invoking tools.

Key Points

  • Benchmark scope
    • 8,000 executable APIs derived from real BIRD‑SQL databases across 62 domains.

    • Tasks span three difficulty tiers: (a) diverse API interaction styles (SLOT, SEL, Dashboard), (b) multi‑hop reasoning (2–5 hops) over structured APIs, and (c) multi‑source multi‑hop reasoning combining APIs and retrieval with natural‑language tool‑use policies.
    • Test set is large (≈5k queries in test split across settings).
  • Evaluation approach
    • Executable, self‑hosted tool environment (Docker containers) with deterministic, re‑executable APIs + ChromaDB retrieval indices (ClapNQ and Wikidata5M).
    • Trajectory‑level verification: re‑execute predicted tool calls and compare responses (programmatic containment + LLM judge) to allow multiple valid execution paths.
    • Three‑stage waterfall evaluation: tool‑sequence verification → final response evaluation (LLM judge) → deterministic policy adherence check.
  • Agent setup
    • Single, fixed ReAct harness (LangGraph/REACT) used to isolate model reasoning capabilities from agent architecture and planning hacks.
    • Tools surfaced as structured LangChain tools; agents never given task metadata (e.g., hop count).
  • Dataset construction & quality
    • Multi‑hop queries generated by LLM‑assisted pipeline linking API outputs → inputs and injecting retrieval links; retrieval indices filtered to ensure source separation.
    • Human quality assessment: sampled items for multi‑hop and multi‑source settings; inter‑annotator agreement 77% and 90%; high‑quality rates 87% (multi‑hop) and 96% (multi‑source).
  • Empirical findings (high level)
    • API style matters: Dashboard (endpoint) APIs easier than BI-style (SLOT/SEL). GPT‑5.5 best across styles.
    • Compositionality & depth cost: performance drops sharply with more hops; models lose >50% accuracy as depth increases.
    • Policy adherence weak: models often violate natural‑language tool‑use policies, and fail to identify unanswerable queries.
    • Failure modes localize to language tasks: entity disambiguation, cross‑source grounding, schema/parameter alignment—not tool invocation errors.
  • Resources
    • Code: https://github.com/IBM/VAKRA
    • Dataset: https://huggingface.co/datasets/ibm-research/VAKRA

Data & Methods

  • Tool & environment
    • Based on Elder et al. (2026) API generation pipeline; exposes >8k executable Python functions backed by SQLite/BIRD‑SQL.
    • Retrieval: domain‑specific ChromaDB indices built from ClapNQ and Wikidata5M; LLM‑based filtering applied to keep RAG/APIs separable.
    • Self‑hosted Docker image(s) that run per‑capability containers; agents interact via Model Context Protocol (MCP) over stdio.
  • Task design
    • API Styles:
      • SLOT: compositional, small set of generic operations (9 tools).
      • SEL: expanded function interfaces (26 tools).
      • Dashboard: endpoint‑style, many specific endpoints (≈116 candidate tools/sample).
    • Multi‑hop reasoning: 1–5 hop chains where earlier outputs parameterize later calls (entity resolution, schema alignment required).
    • Multi‑source multi‑hop: interleaving structured API calls with unstructured document retrieval; some queries include natural‑language policies restricting allowed tools/sources.
  • Query generation
    • Four‑stage LLM pipeline: extract entities, build connectivity graphs, traverse to make chains, inject retrieval passages, produce combined API+RAG queries.
    • Cross‑source answerability filtering ensures tasks require joint reasoning (can't be fully solved via only APIs or only retrieval).
  • Evaluation mechanics
    • Re‑execution of predicted tool sequences against live API environment; programmatic containment checks plus GPT‑OSS‑120B LLM judge for ambiguous matches.
    • Final responses judged by GPT‑OSS‑120B (temperature 0) for groundedness and correctness.
    • Policy adherence checked deterministically for constrained tasks.
  • Models evaluated
    • Frontier proprietary and open models (e.g., GPT‑5.5, Claude Opus, Gemini, Claude Sonnet, Qwen variants, GPT‑OSS‑120B, LLaMA family, etc.) under identical ReAct harness to ensure apples‑to‑apples comparisons.
  • Human validation
    • Annotator study on a stratified sample across domains and clusters; rubric scored across faithfulness, logical consistency, leakiness, context sufficiency, cross‑source consistency.

Implications for AI Economics

  • Enterprise deployment risk & cost
    • Compositional reasoning failures (entity disambiguation, grounding, schema alignment) imply: higher error rates in automated workflows, increased need for human oversight, and thus higher operational costs than naive claims from single‑step benchmarks suggest.
    • Policy noncompliance and inability to detect unanswerable queries create legal/compliance risks (sensitive data leaks, incorrect actions) with potential liability costs.
  • Product & vendor differentiation
    • Models that appear similar on single‑hop or endpoint tasks can invert in rankings on compositional tasks—buyers should benchmark vendors on multi‑hop, multi‑source tasks, not just simple APIs.
    • There is a market opportunity for middleware and tooling (schema translators, robust entity resolvers, grounding/verification layers) that reduce language‑to‑API friction and produce audit trails; such middleware may capture significant value in enterprise pipelines.
  • Procurement, pricing, and ROI
    • Procurement decisions should incorporate compositional performance, policy‑adherence metrics, and costs of necessary human‑in‑the‑loop monitoring; total cost of ownership (TCO) models must account for degradation with hop depth.
    • Vendors offering guarantees (SLAs) on multi‑step correctness or policy adherence could command premiums; conversely, buyers should price in mitigation costs when models fail at scale.
  • Labor market and task automation
    • The limited reliability on multi‑hop, cross‑source reasoning suggests partial, not full, automation for complex workflows—roles that require schema mapping, data reconciliation, and policy interpretation remain resilient in the near term.
    • Investments in employee upskilling toward supervision, verification, and tooling integration will likely yield higher returns than attempts at outright substitution.
  • Standardization & regulation
    • Standardized API schemas, richer metadata, and machine‑readable policy representations would reduce alignment friction and improve economic returns from automation; incentives for standardization (industry consortia, procurement requirements) could accelerate adoption.
    • Benchmarks like VAKRA provide practical evaluation primitives for regulators and auditors to assess agent behavior under compositional and policy constraints.
  • Research & investment priorities
    • Economic value from improved LLMs on this front comes from targeted advances: entity disambiguation, robust cross‑source grounding, schema alignment, and formal policy‑adherence mechanisms—areas where incremental technical improvements yield outsized operational cost savings.
    • Funding/priority signals: R&D, applied engineering on grounded verification, and tool‑use policy formalization (machine‑readable policies, verifiable traces) should be prioritized for enterprise ROI.

If you want, I can: - Extract a compact checklist for enterprise procurement (metrics to require from vendors). - Produce visual figures or a slide‑ready summary of the key quantitative results (drop by hop, policy failure rates).

Assessment

Paper Typedescriptive Evidence Strengthhigh — The paper presents a large, deterministic, tool-grounded benchmark (8,000+ executable APIs across 62 domains) with trajectory-level re-execution to verify correctness, multi-model evaluation, and human validation of generated multi-hop queries; these elements provide strong empirical evidence about model capabilities on the benchmark, albeit not causal inference about economic outcomes. Methods Rigorhigh — Design uses locally-hosted, SQL-backed APIs and document indices for deterministic evaluation, trajectory re-execution to permit alternative valid paths, stratified sampling and human annotation for data quality, and a fixed ReAct harness to isolate model reasoning; remaining limitations include LLM-based query generation and LLM-as-judge dependency which can introduce artifacts and judge bias. SampleBenchmark of >8,000 executable Python API functions derived from BIRD-SQL across 62 domains, plus domain-aligned document collections (Wikidata5M and ClapNQ) indexed in ChromaDB; tasks organized into API styles (SLOT, SEL, Dashboard), multi-hop (2–5 step) reasoning, and multi-source multi-hop with natural-language tool-use policies; dataset splits and per-setting sample counts provided; multi-hop queries generated via an LLM pipeline with human quality annotations on sampled items; evaluated with a fixed ReAct harness against multiple closed and open models with trajectory re-execution and LLM-based judging. Themeshuman_ai_collab adoption GeneralizabilityResults are conditional on the fixed ReAct harness; other agent architectures or planners may perform differently., APIs originate from BIRD-SQL domains and locally-hosted endpoints—may not capture all real-world API behaviors, third-party failures, latency, or security constraints in deployed enterprise systems., Multi-hop queries were generated and filtered using LLMs, which can introduce generation artifacts despite human audits., Evaluation uses LLM-as-judge (GPT-OSS-120B) which could bias scoring and under/over-estimate some model capabilities., Retrieval stack (ChromaDB, chosen embeddings) and the specific document corpora constrain applicability to other retrieval setups or languages (English-centric).

Claims (8)

ClaimDirectionOutcomeConfidence & EvidenceDetails
VAKRA contains more than 8,000 executable APIs spanning 62 domains and evaluates API interaction, multi-hop reasoning, and multi-source reasoning under natural-language tool-use policies. Other positive Benchmark scope and task coverage
Reading fidelity high
Study strength medium
n=8000
0.18
GPT-5.5 achieved 70.4% on single-hop endpoint-style Dashboard API tasks. Task Allocation positive Agent task completion rate on endpoint-style API tasks
Reading fidelity high
Study strength medium
n=1597
70.4%
0.18
GPT-5.5 achieved approximately 50–51% on compositional BI API tasks, specifically 51.0% on SEL APIs and 50.04% on SLOT APIs. Task Allocation negative Agent task completion rate on compositional BI API tasks
Reading fidelity high
Study strength medium
n=1946
50–51%
0.18
Most evaluated models lost more than 50% accuracy as reasoning depth increased. Decision Quality negative Accuracy as the number of reasoning hops increases
Reading fidelity high
Study strength medium
n=869
over 50% decrease
0.18
Policy-constrained questions were especially difficult: accuracy on unanswerable queries fell as low as 2.4%. Governance And Regulation negative Accuracy on unanswerable policy-constrained queries
Reading fidelity high
Study strength medium
n=244
2.4%
0.18
The benchmark's trace analysis found that failures concentrated in language-mediated reasoning steps—entity disambiguation, cross-source grounding, and schema alignment—rather than in tool invocation mechanics. Ai Safety And Ethics negative Location and type of agent reasoning failures
Reading fidelity high
Study strength low
not reported
0.09
Human annotators rated 87% of sampled Multi-hop Reasoning questions and 96% of sampled Multi-hop Multi-Source Reasoning questions as high-quality under the study's quality threshold. Training Effectiveness positive Quality of automatically generated benchmark questions
Reading fidelity high
Study strength low
n=120
87% and 96%
0.09
VAKRA evaluates complete tool-use trajectories by re-executing predicted tool calls against live APIs and allows multiple valid execution paths rather than requiring an exact sequence match. Ai Safety And Ethics positive Validity and correctness of agent tool-use trajectories
Reading fidelity high
Study strength medium
not reported
0.18

Notes