paper-with-me

Papers

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

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

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) have opened up new possibilities for generating human-like actions including querying, browsing, and clicking. In this work, we explore the integration of human-like thinking into search simulations by leveraging LLMs to simulate users' hidden cognitive processes. Specifically, given a search task and context, we prompt LLMs to first think like a human before executing the corresponding action. As existing search datasets do not include users' thought processes, we conducted a user study to collect a new dataset enriched with users' explicit thinking. We investigate the impact of incorporating such human-like thinking on simulation performance and apply supervised fine-tuning (SFT) to teach LLMs to emulate both human thinking and actions. Our experiments span two dimensions in leveraging LLMs for user simulation: (1) with or without explicit thinking, and (2) with or without fine-tuning on the thinking-augmented dataset. The results demonstrate the feasibility and potential of incorporating human-like thinking in user simulations, though performance improvements on some metrics remain modest. We believe this exploration provides new avenues and inspirations for advancing user behavior modeling in search simulations.

📄 PDF Abstract BibTeX arXiv:2504.07570

Code (1)

Meow-E/USimAgent2.0 공식 구현

Tasks

Data AugmentationInformation RetrievalUser Simulation

Similar Papers 제목 키워드 기반

Exploring the Intersection of Large Language Models and Agent-Based Modeling via Prompt Engineering

2023-08-14 · Edward Junprung

The final frontier for simulation is the accurate representation of complex, real-world social systems. While agent-based modeling (ABM) seeks to study the behavior and interactions of agents within a larger system, it i…

Prompt Engineering

Meta-Thinking in LLMs via Multi-Agent Reinforcement Learning: A Survey

2025-04-20 · Ahsan Bilal, Muhammad Ahmed Mohsin, Muhammad Umer, Muhammad Awais Khan Bangash 외

This survey explores the development of meta-thinking capabilities in Large Language Models (LLMs) from a Multi-Agent Reinforcement Learning (MARL) perspective. Meta-thinking self-reflection, assessment, and control of t…

Multi-agent Reinforcement LearningSurvey

To think inside the box, or to think out of the box? Scientific discovery via the reciprocation of insights and concepts

2022-12-01 · Yu-Zhe Shi, Manjie Xu, Wenjuan Han, Yixin Zhu

If scientific discovery is one of the main driving forces of human progress, insight is the fuel for the engine, which has long attracted behavior-level research to understand and model its underlying cognitive process. …

Diversityscientific discovery

On the Role of Contextual Information and Ego States in LLM Agent Behavior for Transactional Analysis Dialogues

2025-12-18 · Monika Zamojska, Jarosław A. Chudziak arxiv

LLM-powered agents are now used in many areas, from customer support to education, and there is increasing interest in their ability to act more like humans. This includes fields such as social, political, and psychologi…

Information Retrieval

Do NOT Think That Much for 2+3=? On the Overthinking of o1-Like LLMs

2024-12-30 · Xingyu Chen, Jiahao Xu, Tian Liang, Zhiwei He 외

The remarkable performance of models like the OpenAI o1 can be attributed to their ability to emulate human-like long-time thinking during inference. These models employ extended chain-of-thought (CoT) processes, explori…

GSM8K