TabAgent: A Framework for Replacing Agentic Generative Components with Tabular-Textual Classifiers
AI 摘要
TabAgent用轻量级分类器替代Agent中耗时的LLM决策组件,显著降低延迟和成本。
主要贡献
- 提出了TabAgent框架,替换Agent中的生成式决策组件
- 使用文本表格分类器,减少延迟和成本
- 通过TabSchema和TabSynth增强模型覆盖
方法论
从执行轨迹提取特征,使用schema-aligned合成数据增强,训练轻量级分类器来替代LLM调用。
原文摘要
Agentic systems, AI architectures that autonomously execute multi-step workflows to achieve complex goals, are often built using repeated large language model (LLM) calls for closed-set decision tasks such as routing, shortlisting, gating, and verification. While convenient, this design makes deployments slow and expensive due to cumulative latency and token usage. We propose TabAgent, a framework for replacing generative decision components in closed-set selection tasks with a compact textual-tabular classifier trained on execution traces. TabAgent (i) extracts structured schema, state, and dependency features from trajectories (TabSchema), (ii) augments coverage with schema-aligned synthetic supervision (TabSynth), and (iii) scores candidates with a lightweight classifier (TabHead). On the long-horizon AppWorld benchmark, TabAgent maintains task-level success while eliminating shortlist-time LLM calls, reducing latency by approximately 95% and inference cost by 85-91%. Beyond tool shortlisting, TabAgent generalizes to other agentic decision heads, establishing a paradigm for learned discriminative replacements of generative bottlenecks in production agent architectures.