WildChat: 1M ChatGPT Interaction Logs in the Wild

Wenting Zhao,Xiang Ren,Jack Hessel,Claire Cardie,Yejin Choi,Yuntian Deng
DOI: https://doi.org/10.48550/arXiv.2405.01470
2024-05-03
Abstract:Chatbots such as GPT-4 and ChatGPT are now serving millions of users. Despite their widespread use, there remains a lack of public datasets showcasing how these tools are used by a population of users in practice. To bridge this gap, we offered free access to ChatGPT for online users in exchange for their affirmative, consensual opt-in to anonymously collect their chat transcripts and request headers. From this, we compiled WildChat, a corpus of 1 million user-ChatGPT conversations, which consists of over 2.5 million interaction turns. We compare WildChat with other popular user-chatbot interaction datasets, and find that our dataset offers the most diverse user prompts, contains the largest number of languages, and presents the richest variety of potentially toxic use-cases for researchers to study. In addition to timestamped chat transcripts, we enrich the dataset with demographic data, including state, country, and hashed IP addresses, alongside request headers. This augmentation allows for more detailed analysis of user behaviors across different geographical regions and temporal dimensions. Finally, because it captures a broad range of use cases, we demonstrate the dataset's potential utility in fine-tuning instruction-following models. WildChat is released at
Computation and Language
What problem does this paper attempt to address?
The paper solves the problem of lack of publicly available large-scale language model chatbot interaction dataset. By providing a dataset called WILDCHAT consisting of 1 million user conversations with ChatGPT, researchers aim to fill this gap, showcasing diverse user prompts, multiple languages, and potential toxic use cases for researchers to analyze user behavior and regional differences, and for fine-tuning instruction-following models. Additionally, the paper discusses the presence of toxic content and "escape" behavior in the dataset, highlighting the necessity to develop adaptive defense mechanisms.