paper-with-me

홈 › Papers

ShopSimulator: Evaluating and Exploring RL-Driven LLM Agent for Shopping Assistants

2026-01-26 · Pei Wang, Yanan Wu, Xiaoshuai Song, Weixun Wang, Gengru Chen, Zhongwen Li, Kezhong Yan, Ken Deng, Qi Liu, Shuaibing Zhao, Shaopan Xiong, Xuepeng Liu, Xuefeng Chen, Wanxi Deng, Wenbo Su, Bo Zheng arxiv

Large language model (LLM)-based agents are increasingly deployed in e-commerce shopping. To perform thorough, user-tailored product searches, agents should interpret personal preferences, engage in multi-turn dialogues, and ultimately retrieve and discriminate among highly similar products. However, existing research has yet to provide a unified simulation environment that consistently captures all of these aspects, and always focuses solely on evaluation benchmarks without training support. In this paper, we introduce ShopSimulator, a large-scale and challenging Chinese shopping environment. Leveraging ShopSimulator, we evaluate LLMs across diverse scenarios, finding that even the best-performing models achieve less than 40% full-success rate. Error analysis reveals that agents struggle with deep search and product selection in long trajectories, fail to balance the use of personalization cues, and to effectively engage with users. Further training exploration provides practical guidance for overcoming these weaknesses, with the combination of supervised fine-tuning (SFT) and reinforcement learning (RL) yielding significant performance improvements. Code and data will be released at https://github.com/ShopAgent-Team/ShopSimulator.

📄 PDF Abstract BibTeX arXiv:2601.18225

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

AgenticShop: Benchmarking Agentic Product Curation for Personalized Web Shopping

2026-02-12 · Sunghwan Kim, Ryang Heo, Yongsik Seo, Jinyoung Yeo 외 arxiv

The proliferation of e-commerce has made web shopping platforms key gateways for customers navigating the vast digital marketplace. Yet this rapid expansion has led to a noisy and fragmented information environment, incr…

ShoppingComp: Are LLMs Really Ready for Your Shopping Cart?

2025-11-28 · Huaixiao Tou, Ying Zeng, Yuemeng Li, Cong Ma 외 arxiv

We present ShoppingComp, a challenging real-world benchmark for comprehensively evaluating LLM-powered shopping agents on three core capabilities: precise product retrieval, expert-level report generation, and safety cri…

Decision Making

WebMall -- A Multi-Shop Benchmark for Evaluating Web Agents

2025-08-18 · Ralph Peeters, Aaron Steiner, Luca Schwarz, Julian Yuya Caspary 외 arxiv

LLM-based web agents have the potential to automate long-running web tasks, such as searching for products in multiple e-shops and subsequently ordering the cheapest products that meet the users needs. Benchmarks for eva…

Shopping Companion: Benchmarking and Training LLM Agents for Long-Horizon Preference-Grounded E-Commerce Tasks

2026-03-16 · Zijian Yu, Kejun Xiao, Huaipeng Zhao, Tao Luo 외 arxiv

In e-commerce, LLM agents show promise for shopping tasks such as recommendations, budget management, and bundle deals, where accurately capturing user preferences from long-horizon conversations is critical. However, pr…

Build, Judge, Optimize: A Blueprint for Continuous Improvement of Multi-Agent Consumer Assistants

2026-03-03 · Alejandro Breen Herrera, Aayush Sheth, Steven G. Xu, Zhucheng Zhan 외 arxiv

Conversational shopping assistants (CSAs) represent a compelling application of agentic AI, but moving from prototype to production reveals two underexplored challenges: how to evaluate multi-turn interactions and how to…