From the 1 of 16 linked papers with an AI index.
4 papers · 1 filter
DataClawEval: A Benchmark for Data Engineering Agents in Real Industrial Harness
Debin Meng, Jiaming Yang, Zefang Zong +4
The paper introduces DataClawEval, a benchmark that tests autonomous LLM agents on end-to-end data engineering tasks across multiple production-grade SQL and Spark engines using de…
PATS: Policy-Aware Training Scaffolding for Agentic Reinforcement Learning
Yipeng Shi, Zhipeng Ma, Yue Wang +4
In long-horizon LLM agent reinforcement learning, weak policies often repeat similar failures, producing uninformative rollout trajectories and limiting effective policy optimizati…
ATOD: Annealed Turn-Aware On-Policy Distillation for Multi-Turn Agentic Tasks
Qitai Tan, Zefang Zong, Yang Li +3
Training small language-model agents for long-horizon interactive tasks requires both fast imitation and reward-driven improvement. On-policy distillation (OPD) provides dense teac…
SIRIUS-SQL: Anchoring Multi-Candidate Text-to-SQL in Execution Feedback
Leo Luo, Haining Xie, Siqi Shen +8
Text-to-SQL on complex schemas is unreliable on a single pass, so recent systems generate multiple SQL candidates and let voting filter out errors. Yet voting alone is not enough,…