

- Published on 11 Feb 2025
- Last updated on 12 Feb 2026
- Reading Time: 7 minutes
Arena Explorer
We developed a topic modeling pipeline and the Arena Explorer. This pipeline organizes user prompts into distinct topics, structuring the text data hierarchically to enable intuitive analysis. We believe this tool for hierarchical topic modeling can be valuable to anyone analyzing complex text data.
A topic modeling pipeline for LLM evals & analytics
Contributors:
Kelly Tang
Anastasios N. Angelopoulos
Wei-Lin Chiang
Introduction
Chatbot Arena receives vast amounts of LLM conversations daily. However, understanding what people ask, how they structure prompts, and how models perform isn’t straightforward. Raw text data is messy and complex. Analyzing small samples is feasible, but identifying trends in large datasets is challenging. This isn’t just our problem. Anyone dealing with unstructured data, e.g. long texts and images, faces the same question: how do you organize it to extract meaningful insights?
To address this, we developed a topic modeling pipeline and the Arena Explorer. This pipeline organizes user prompts into distinct topics, structuring the text data hierarchically to enable intuitive analysis. We believe this tool for hierarchical topic modeling can be valuable to anyone analyzing complex text data.
In this blog post, we will cover:
- Analysis of LLM performance insights received from Arena Explorer.
- Details of how we created the Explorer, transforming a large dataset of user conversations into an exploratory tool.
- Ways to fine-tune and improve topic models.
Check out the pipeline in this colab notebook, and try it out yourself.We also published the we used. This dataset contains 100k leaderboard conversation data, the largest prompt dataset with human preferences we have every released!








