paper-with-me

Papers

USimAgent: Large Language Models for Simulating Search Users

2024-03-14 · Erhan Zhang, Xingzhu Wang, Peiyuan Gong, Yankai Lin, Jiaxin Mao

Due to the advantages in the cost-efficiency and reproducibility, user simulation has become a promising solution to the user-centric evaluation of information retrieval systems. Nonetheless, accurately simulating user search behaviors has long been a challenge, because users' actions in search are highly complex and driven by intricate cognitive processes such as learning, reasoning, and planning. Recently, Large Language Models (LLMs) have demonstrated remarked potential in simulating human-level intelligence and have been used in building autonomous agents for various tasks. However, the potential of using LLMs in simulating search behaviors has not yet been fully explored. In this paper, we introduce a LLM-based user search behavior simulator, USimAgent. The proposed simulator can simulate users' querying, clicking, and stopping behaviors during search, and thus, is capable of generating complete search sessions for specific search tasks. Empirical investigation on a real user behavior dataset shows that the proposed simulator outperforms existing methods in query generation and is comparable to traditional methods in predicting user clicks and stopping behaviors. These results not only validate the effectiveness of using LLMs for user simulation but also shed light on the development of a more robust and generic user simulators. The code and data are accessible at https://github.com/Meow-E/USimAgent.

📄 PDF Abstract BibTeX arXiv:2403.09142

Code (1)

meow-e/usimagent 공식 구현

Tasks

Information RetrievalUser Simulation

Similar Papers 제목 키워드 기반

Simulating Social Media Using Large Language Models to Evaluate Alternative News Feed Algorithms

2023-10-05 · Petter Törnberg, Diliara Valeeva, Justus Uitermark, Christopher Bail

Social media is often criticized for amplifying toxic discourse and discouraging constructive conversations. But designing social media platforms to promote better conversations is inherently challenging. This paper asks…

Articles

HumanLM: Simulating Users with State Alignment Beats Response Imitation

2026-02-07 · Shirley Wu, Evelyn Choi, Arpandeep Khatua, Zhanghan Wang 외 arxiv

Large Language Models (LLMs) are increasingly used to simulate how specific users respond to a given context, enabling more user-centric applications that rely on user feedback. However, existing user simulators mostly i…

Reinforcement Learning

Personas within Parameters: Fine-Tuning Small Language Models with Low-Rank Adapters to Mimic User Behaviors

2025-08-18 · Himanshu Thakur, Eshani Agrawal, Smruthi Mukund arxiv

A long-standing challenge in developing accurate recommendation models is simulating user behavior, mainly due to the complex and stochastic nature of user interactions. Towards this, one promising line of work has been …

Unveiling the Truth and Facilitating Change: Towards Agent-based Large-scale Social Movement Simulation

2024-02-26 · Xinyi Mou, Zhongyu Wei, Xuanjing Huang

Social media has emerged as a cornerstone of social movements, wielding significant influence in driving societal change. Simulating the response of the public and forecasting the potential impact has become increasingly…

User Simulation

Exploring Human-Like Thinking in Search Simulations with Large Language Models

2025-04-10 · Erhan Zhang, Xingzhu Wang, Peiyuan Gong, Zixuan Yang 외

Simulating user search behavior is a critical task in information retrieval, which can be employed for user behavior modeling, data augmentation, and system evaluation. Recent advancements in large language models (LLMs)…

Data AugmentationInformation RetrievalUser Simulation