ShopSimulator: Evaluating and Exploring RL-Driven LLM Agent for Shopping Assistants
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
TL;DR
ShopSimulator introduces a large-scale Chinese shopping sandbox that unifies evaluation and training for RL-driven LLM agents. It combines a Taobao-based catalog, task generation, and synthetic user profiles to support personalized, multi-turn shopping interactions with fine-grained product discrimination. Empirical results reveal that state-of-the-art LLMs struggle to act as reliable shopping assistants, especially in multi-turn and personalized settings, but a combination of supervised fine-tuning and reinforcement learning with a bottleneck-like strict reward significantly improves performance. The work provides practical guidance on reward design and training strategies, highlighting the challenges of long-horizon dialogue and personalization, and proposes ShopSimulator as a valuable platform for future RL-driven shopping agents.
Abstract
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.
