Tool-call traces expose extraction failures that source fidelity misses

Logging agent dispatches revealed cases where models produced apparently faithful answers without consulting the datasheet.

PaperIndustrycs.CLarXiv:2608.28439v1
Qing Ye · Meng-Hsuan Lin

Infineon Technologies AG

Research Digest··2 min read
Ye and Lin instrumented an agentic datasheet-extraction benchmark to record every tool call, then built rules for attributing failures and detecting suspicious runs from tool use alone. Their detector flagged all 50 deliberately planted tool-withholding faults while raising no flags across 207 clean, fidelity-passing extractions, although its ability to catch other failure types remains untested.

What they did

The authors evaluated three deployed model stacks on 37 hand-curated datasheet claims spanning four electronic components. Alongside conventional fidelity scoring—whether an extracted value matches the document—they recorded each agent’s tool dispatches and used those traces to build a rule-based failure-attribution classifier and a two-rule silent-failure detector.

They also constructed a separate physical-measurement “causal chamber” to test whether datasheet claims held in practice. The apparatus could directly evaluate only 2 of the 37 claims; a controlled perturbation was used to compare its verdict with document-level fidelity.

Key findings

  • The trace-based detector raised no flags on 207 clean extractions that passed fidelity checks across three model families.
  • It detected all 50 planted faults that deliberately withheld the tools checked by its rules. This recall is guaranteed by the fault design and does not establish performance on unrelated failures.
  • A model could pass fidelity without opening the datasheet after a structured-output constraint silently disabled tool use; the per-tool trace exposed the failure and fabricated source text.
  • Tool use improved portability and observability rather than extraction accuracy, and its overhead became worthwhile only when documents exceeded the model’s context window. One model stack’s instability came from its serving configuration rather than an identified model capability gap.

Why it matters

The study shows that correct-looking outputs are insufficient evidence that a document agent followed a valid retrieval process. Dispatch-level traces can provide operational checks for silent configuration failures and unsupported answers, complementing output-based evaluation without requiring another model to judge the extracted value.

Caveats

The benchmark contains only 37 claims, and the detector’s perfect recovery applies specifically to 50 constructed faults that omit the tools its rules inspect. Detection power is unmeasured for agents that call the expected tools but misuse their outputs or answer incorrectly. The physical oracle covers only 2 claims, so it demonstrates a narrow verifiable envelope rather than broad real-world validation.

§

Analysis

The paper separates three notions that agent evaluations often conflate: matching a document, following a valid extraction process, and being physically correct. Its main contribution is not a more accurate extractor but an observability layer that makes some otherwise invisible failures diagnosable.

A larger follow-up would need naturally occurring failures, more document types, and detectors that inspect tool arguments and returned evidence—not merely whether required tools were called.

newspaper

Research Digest

Articles published under the Zotpaper byline are synthesized from multiple source publications by our AI editor and reviewed by our editorial process. Each story combines reporting from credible outlets to give readers a balanced, comprehensive view.