LMSYS-Chat-1M: A Large-Scale Real-World LLM Conversation Dataset
This provides a valuable resource for researchers and developers working on LLM applications, though it is incremental as it focuses on data collection rather than novel methods.
The authors tackled the problem of studying real-world interactions with large language models by introducing LMSYS-Chat-1M, a dataset of one million conversations with 25 state-of-the-art LLMs collected from 210K unique IP addresses, and demonstrated its utility in applications such as content moderation models performing similarly to GPT-4 and instruction-following models matching Vicuna.
Studying how people interact with large language models (LLMs) in real-world scenarios is increasingly important due to their widespread use in various applications. In this paper, we introduce LMSYS-Chat-1M, a large-scale dataset containing one million real-world conversations with 25 state-of-the-art LLMs. This dataset is collected from 210K unique IP addresses in the wild on our Vicuna demo and Chatbot Arena website. We offer an overview of the dataset's content, including its curation process, basic statistics, and topic distribution, highlighting its diversity, originality, and scale. We demonstrate its versatility through four use cases: developing content moderation models that perform similarly to GPT-4, building a safety benchmark, training instruction-following models that perform similarly to Vicuna, and creating challenging benchmark questions. We believe that this dataset will serve as a valuable resource for understanding and advancing LLM capabilities. The dataset is publicly available at https://huggingface.co/datasets/lmsys/lmsys-chat-1m.