Papers › EComAgentBench: Benchmarking Shopping Agents on Long-Horizon Tasks with Distributed...

EComAgentBench: Benchmarking Shopping Agents on Long-Horizon Tasks with Distributed Hidden Intent

16 Jun 2026arXiv:2606.17698added by Syntology

Zeyao Du, Tong Li, Yanci Zhang, Haibo Zhang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

As LLM-based shopping agents enter production, existing benchmarks fail to capture how a shopper's requirements arrive: stated implicitly in the query, recorded in a profile, or revealed only when the right question is asked. Benchmarks that expose full intent upfront and grade only the final choice can neither pose this long-horizon challenge nor explain which requirement an agent missed. To address this gap, we introduce EComAgentBench, a benchmark of 662 tasks grounded in real Amazon products and reviews. Each task scatters these requirements across a visible query, a tool-gated profile, and scripted clarification; an agent must uncover hidden intent, verify candidates against attributes and review evidence, and commit to a single product within 100 tool calls. Moreover, typed, source-tagged rubrics grade every task, attributing each failure to a requirement and its source. Construction is automated yet reliable, with every answer fixed in code before any text is generated and every sample validated. Our evaluation of seven models reveals that even the strongest attains only 57.1% overall accuracy, and rubric satisfaction degrades from visible to hidden sources. Overall, we believe EComAgentBench will serve as a reproducible foundation for moving shopping agents from single-query search toward dependable assistance over long horizons.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2606.17698")

Code

Syntology Ran 13 of 14 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 13 ran with no contract checked.

By repository: found in paper text by Syntology: 14 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Morizeyao/EComAgentBench_ found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 13 ran; 0 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

13ran
1unverified

Licence: 14 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Morizeyao/EComAgentBench_. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

compute_metrics Morizeyao/EComAgentBench_/src/evaluation/metrics.py found in paper text by Syntology ran licence not identified · pointer only · 083a8c2a0585cc60 · report
get_intent_generation_rules Morizeyao/EComAgentBench_/src/generation/config.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · f8ea648546e71bdd · report
get_min_implicit_count Morizeyao/EComAgentBench_/src/generation/config.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 1d61350f117a7b6d · report
keyword_tokens Morizeyao/EComAgentBench_/src/generation/utils.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 56213dc70aa96171 · report
load_config Morizeyao/EComAgentBench_/src/generation/pipeline.py found in paper text by Syntology ran licence not identified · pointer only · 712e9612e7685160 · report
normalize_provider Morizeyao/EComAgentBench_/src/llm/utils.py found in paper text by Syntology ran licence not identified · pointer only · fbdb8f679dab41b1 · report
normalize_text Morizeyao/EComAgentBench_/src/generation/utils.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 784e6a3cfa0b903a · report
normalize_token Morizeyao/EComAgentBench_/src/generation/utils.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · cdf09efeaca177ba · report
requires_voucher Morizeyao/EComAgentBench_/src/generation/config.py found in paper text by Syntology ran licence not identified · pointer only · c2c9c976bd3ce915 · report
resolve_api_key Morizeyao/EComAgentBench_/src/llm/utils.py found in paper text by Syntology ran licence not identified · pointer only · f6f07109a044a167 · report
resolve_base_url Morizeyao/EComAgentBench_/src/llm/utils.py found in paper text by Syntology ran licence not identified · pointer only · b9110da85a98be4b · report
resolve_llm_config Morizeyao/EComAgentBench_/src/llm/config.py found in paper text by Syntology ran licence not identified · pointer only · 88b8d1d36c69e34c · report
resolve_prediction_mode_config Morizeyao/EComAgentBench_/src/llm/config.py found in paper text by Syntology ran licence not identified · pointer only · ac45a555f889e079 · report
load_intents Morizeyao/EComAgentBench_/src/generation/pipeline.py found in paper text by Syntology unverified licence not identified · pointer only · 405da4257053353a · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.17698, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections