Human Choice Prediction in Language-based Persuasion Games: Simulation-based Off-Policy Evaluation
Eilam Shapira, Omer Madmon, Reut Apel, Moshe Tennenholtz, Roi Reichart
TL;DR
This work tackles predicting human decisions in off-policy evaluation for language-based persuasion games by integrating real human-bot interaction data with a simulation-based data augmentation framework. The proposed approach uses a mixture of interpretable DM heuristics (Trustful, Language-based, Random) and an improving oracle to generate additional data, enabling robust OPE for unseen expert bots. Empirical results show that training with combined real and simulated data substantially improves prediction accuracy on hard instances (e.g., LSTM+S up by $7.1\%$ in the top 15% hardest cases) while maintaining performance on easier cases, with EF-based language representations outperforming embedding methods as simulation intensifies. The dataset of 87K decisions and the accompanying code are publicly released, underscoring the method's cost-effectiveness, interpretability, and potential applicability to other human-in-the-loop decision tasks in recommender systems and economic interactions.
Abstract
Recent advances in Large Language Models (LLMs) have spurred interest in designing LLM-based agents for tasks that involve interaction with human and artificial agents. This paper addresses a key aspect in the design of such agents: predicting human decisions in off-policy evaluation (OPE). We focus on language-based persuasion games, where an expert aims to influence the decision-maker through verbal messages. In our OPE framework, the prediction model is trained on human interaction data collected from encounters with one set of expert agents, and its performance is evaluated on interactions with a different set of experts. Using a dedicated application, we collected a dataset of 87K decisions from humans playing a repeated decision-making game with artificial agents. To enhance off-policy performance, we propose a simulation technique involving interactions across the entire agent space and simulated decision-makers. Our learning strategy yields significant OPE gains, e.g., improving prediction accuracy in the top 15% challenging cases by 7.1%. Our code and the large dataset we collected and generated are submitted as supplementary material and publicly available in our GitHub repository: https://github.com/eilamshapira/HumanChoicePrediction
