{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2608-30730","title":"E-Commerce Bench: Evaluating LLM Agents on Long-Horizon Autonomous Business Operation","arxiv_id":"2608.30730","date":"2026-08-31","proceeding":null,"authors":["Wei Fan","Xinjie Shen","Xudong Guo","Jianhong Tu","Yang Su","Yinger Zhang","Lianghao Deng","Fengyu Wang","Baohua Dong","Yangqiu Song","Dayiheng Liu"],"abstract":"Long-horizon agentic tasks go beyond chaining short tasks over more interaction turns. Their evolving dynamic environments and long-range dependencies require Large Language Models (LLMs) to continually explore, learn from experience, and adapt their policies over thousands of steps. We introduce E-Commerce Bench, the first open-source benchmark that integrates multi-round counterpart negotiation and dynamic events into a year-long business operation. Over a 365-day year, an LLM agent concurrently runs multiple online stores, researching the market, negotiating with suppliers to source inventory, optimizing sales strategies, fulfilling orders, handling returns, and managing cash flow to maximize its end-of-year total assets. To construct a realistic merchant-side operating environment, the product and supplier data are derived from a real e-commerce platform, while a year-long calendar of promotions, natural disasters, and supply-chain shocks continually reshapes demand. For reproducibility, both sides of the market are deterministic: customer purchases and returns follow a fixed demand model, while a negotiation kernel determines supplier pricing, concessions, and decisions, with an LLM used only to verbalize them. We evaluate 18 frontier models across seven dimensions, including year-end assets, and find that no single model dominates. GPT-5.6 Sol earns the most, growing the 100,000 opening stake into 1,431,425, yet it ranks 16th of 18 on fraud avoidance and trails Fable5 in operational efficiency. Among open-weight models, Qwen3.8-Max-Preview leads with 416,252, 38% above GLM 5.2 (high), and achieves the strongest learning over the horizon, progressively bargaining down prices across repeated orders. Our code is available at https://github.com/QwenLM/E-CommerceBench.","url_abs":"https://arxiv.org/abs/2608.30730","url_pdf":"https://arxiv.org/pdf/2608.30730","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2608.30730","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2608.30730"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/QwenLM/E-CommerceBench","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"unverified":11},"by_repo_kind":{"found_in_text":{"samples":11,"ran":0,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"637c03b1e78515df","entry":"apply_context_editing","repo":"QwenLM/E-CommerceBench","repo_kind":"found_in_text","path":"context_manager/context_editor.py","file_url":"https://github.com/QwenLM/E-CommerceBench/blob/HEAD/context_manager/context_editor.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"637c03b1e78515df"}},{"code_sha256_prefix":"95510d45d9d56276","entry":"clean_for_json_parse","repo":"QwenLM/E-CommerceBench","repo_kind":"found_in_text","path":"evaluation/extract_chatbox.py","file_url":"https://github.com/QwenLM/E-CommerceBench/blob/HEAD/evaluation/extract_chatbox.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"95510d45d9d56276"}},{"code_sha256_prefix":"47b042345453fd7f","entry":"expand","repo":"QwenLM/E-CommerceBench","repo_kind":"found_in_text","path":"agent/providers.py","file_url":"https://github.com/QwenLM/E-CommerceBench/blob/HEAD/agent/providers.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"47b042345453fd7f"}},{"code_sha256_prefix":"7d50d8b5d3a3b8f9","entry":"extract_chatbox_conversations","repo":"QwenLM/E-CommerceBench","repo_kind":"found_in_text","path":"evaluation/extract_chatbox.py","file_url":"https://github.com/QwenLM/E-CommerceBench/blob/HEAD/evaluation/extract_chatbox.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"7d50d8b5d3a3b8f9"}},{"code_sha256_prefix":"f2536c3954f93c38","entry":"infer_provider","repo":"QwenLM/E-CommerceBench","repo_kind":"found_in_text","path":"agent/providers.py","file_url":"https://github.com/QwenLM/E-CommerceBench/blob/HEAD/agent/providers.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"f2536c3954f93c38"}},{"code_sha256_prefix":"0689ace8dddc59c2","entry":"plot_balance_overlay","repo":"QwenLM/E-CommerceBench","repo_kind":"found_in_text","path":"evaluation/plot_daily_balance.py","file_url":"https://github.com/QwenLM/E-CommerceBench/blob/HEAD/evaluation/plot_daily_balance.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0689ace8dddc59c2"}},{"code_sha256_prefix":"e1f71343ced471a8","entry":"plot_compare_models","repo":"QwenLM/E-CommerceBench","repo_kind":"found_in_text","path":"evaluation/plot_daily_balance.py","file_url":"https://github.com/QwenLM/E-CommerceBench/blob/HEAD/evaluation/plot_daily_balance.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e1f71343ced471a8"}},{"code_sha256_prefix":"ec863d6d16411a4b","entry":"plot_csv","repo":"QwenLM/E-CommerceBench","repo_kind":"found_in_text","path":"evaluation/plot_daily_balance.py","file_url":"https://github.com/QwenLM/E-CommerceBench/blob/HEAD/evaluation/plot_daily_balance.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ec863d6d16411a4b"}},{"code_sha256_prefix":"e10dd4dd544fa2d9","entry":"resolve","repo":"QwenLM/E-CommerceBench","repo_kind":"found_in_text","path":"agent/providers.py","file_url":"https://github.com/QwenLM/E-CommerceBench/blob/HEAD/agent/providers.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e10dd4dd544fa2d9"}},{"code_sha256_prefix":"6bf20c427a0acabf","entry":"resolve_model_config","repo":"QwenLM/E-CommerceBench","repo_kind":"found_in_text","path":"agent/ecommerce_agent.py","file_url":"https://github.com/QwenLM/E-CommerceBench/blob/HEAD/agent/ecommerce_agent.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"6bf20c427a0acabf"}},{"code_sha256_prefix":"1c08409b73510f71","entry":"retry_with_exponential_backoff","repo":"QwenLM/E-CommerceBench","repo_kind":"found_in_text","path":"agent/llm_client.py","file_url":"https://github.com/QwenLM/E-CommerceBench/blob/HEAD/agent/llm_client.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"1c08409b73510f71"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_daily_20260901.json"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9581,"papers_checked":6264},"entries":[],"not_placed":{"boards":0,"rejected_by_independent_check":0,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}