What Do Agents Learn from Trajectory-SFT: Semantics or Interfaces?
Weizheng Gu, Chengze Li, Zhuohao Yu, Mengyuan Sun, Zhibang Yang, Wei Wang, Hongrui Jia, Shikun Zhang, Wei Ye
TL;DR
The paper tackles the ambiguity in evaluating trajectory-based tuning for LLM agents by showing that improved benchmark scores can arise from semantic learning or from exploiting training-time interface shortcuts. It introduces PIPE, a minimal, semantics-preserving interface perturbation protocol, and Interface Reliance (IR), a geometric-mean metric, to diagnose the extent to which agents rely on interface surface forms. Across 16 environments from AgentBench and AgentGym, PIPE reveals that trajectory-SFT often induces brittle interface shortcutting, with performance gaps widening under perturbations. The work demonstrates that combining PIPE and IR yields a more faithful assessment of true semantic tool-use, guiding training practices toward robust, interface-agnostic capabilities and stressing the need for interface-aware evaluation in agent benchmarks.
Abstract
Large language models are increasingly evaluated as interactive agents, yet standard agent benchmarks conflate two qualitatively distinct sources of success: semantic tool-use and interface-specific interaction pattern memorization. Because both mechanisms can yield identical task success on the original interface, benchmark scores alone are not identifiable evidence of environment-invariant capability. We propose PIPE, a protocol-level evaluation augmentation for diagnosing interface reliance by minimally rewriting environment interfaces while preserving task semantics and execution behavior. Across 16 environments from AgentBench and AgentGym and a range of open-source and API-based agents, PIPE reveals that trajectory-SFT substantially amplifies interface shortcutting: trained agents degrade sharply under minimal interface rewrites, while non-trajectory-trained models remain largely stable. We further introduce Interface Reliance (IR), a counterbalanced alias-based metric that quantifies preference for training-time interfaces, and show that interface shortcutting exhibits environment-dependent, non-monotonic training dynamics that remain invisible under standard evaluation. Our code is available at https://anonymous.4open.science/r/What-Do-Agents-Learn-from-Trajectory-SFT-Semantics-or-Interfaces--0831/.
