Search papers, labs, and topics across Lattice.
The authors introduce AD-Bench, a new benchmark for evaluating LLM agents in real-world advertising and marketing analytics scenarios, addressing the limitations of existing benchmarks that rely on idealized simulations. AD-Bench is constructed from real user marketing analysis requests, categorized into three difficulty levels, and includes expert-provided reference answers and tool-call trajectories. Experiments using AD-Bench reveal that even advanced models like Gemini-3-Pro exhibit significant performance drops on the most complex tasks, highlighting capability gaps in multi-round, multi-tool collaboration within this domain.
LLMs still struggle with real-world advertising analytics, with even Gemini-3-Pro dropping to 49.4% accuracy on the most complex tasks in the new AD-Bench benchmark.
While Large Language Model (LLM) agents have achieved remarkable progress in complex reasoning tasks, evaluating their performance in real-world environments has become a critical problem. Current benchmarks, however, are largely restricted to idealized simulations, failing to address the practical demands of specialized domains like advertising and marketing analytics. In these fields, tasks are inherently more complex, often requiring multi-round interaction with professional marketing tools. To address this gap, we propose AD-Bench, a benchmark designed based on real-world business requirements of advertising and marketing platforms. AD-Bench is constructed from real user marketing analysis requests, with domain experts providing verifiable reference answers and corresponding reference tool-call trajectories. The benchmark categorizes requests into three difficulty levels (L1-L3) to evaluate agents' capabilities under multi-round, multi-tool collaboration. Experiments show that on AD-Bench, Gemini-3-Pro achieves Pass@1 = 68.0% and Pass@3 = 83.0%, but performance drops significantly on L3 to Pass@1 = 49.4% and Pass@3 = 62.1%, with a trajectory coverage of 70.1%, indicating that even state-of-the-art models still exhibit substantial capability gaps in complex advertising and marketing analysis scenarios. AD-Bench provides a realistic benchmark for evaluating and improving advertising marketing agents, the leaderboard and code can be found at https://github.com/Emanual20/adbench-leaderboard.