---
title: "LMArena (Chatbot Arena)"
source: "https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)"
wiki: "systems-analysis.info/eng"
article: "LMArena_(Chatbot_Arena)"
language: "en"
categories:
  - "Category:English"
  - "Category:Large language models"
  - "Category:LLM benchmarks"
  - "Category:Machine learning"
  - "Category:Technology"
revision_id: 206
wiki_created_at: 2026-09-06T22:18:53Z
wiki_modified_at: 2026-09-06T22:18:53Z
downloaded_at: 2026-09-07T22:21:51Z
---

# LMArena (Chatbot Arena)

**Arena AI** (until January 28, 2026, **LMArena** (*Large Model Arena*); formerly **Chatbot Arena**) is an open, web-based platform for the crowdsourced evaluation and comparison of [large language models](https://systems-analysis.info/eng/Large_language_model "Large language model") (LLMs) and [multimodal](https://systems-analysis.info/eng/Multimodal_large_language_models "Multimodal large language models") models (text, image, video) based on real-world human preferences. At its core are anonymous pairwise comparisons of models (*blind battles*) and the [Elo rating](https://systems-analysis.info/eng/Elo_ranking_of_language_models "Elo ranking of language models") system; from these, the platform publishes public, transparent leaderboards that are considered one of the most recognized independent benchmarks for frontier AI models.<sup>[\[1\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-chiang2024-1)[\[2\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-hello_2025-2)</sup>

The platform emerged in 2023 as an academic research project of LMSYS Org (Large Model Systems Organization) at the University of California, Berkeley (Sky Computing Lab). In September 2024, the project "graduated" to its own domain, lmarena.ai ("Graduation")<sup>[\[3\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-new_site_2024-3)</sup>. In April 2025, the independent company **Arena Intelligence Inc.** was incorporated, and on May 21, 2025, it raised a **\$100 million** seed round (a \$600 million valuation; lead investors a16z and UC Investments)<sup>[\[4\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-seed_prn-4)[\[5\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-tc_seed-5)</sup>. On January 6, 2026, the company closed a **\$150 million** Series A round at a **\$1.7 billion** post-money valuation, led by Felicis and UC Investments<sup>[\[6\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-series_a_2026-6)[\[7\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-tc_seriesa-7)</sup>. On January 28, 2026, the platform underwent its final rebrand: it was renamed **Arena** and moved to the domain <a href="https://arena.ai/" class="external text" rel="nofollow">arena.ai</a><sup>[\[8\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-arena_rebrand_2026-8)[\[9\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-new_beta_2025-9)</sup>.

## History

The platform launched in April 2023 under the name **Chatbot Arena**, as a research project of LMSYS Org (Large Model Systems Organization) at the University of California, Berkeley (Sky Computing Lab). It was one of the first tools for the crowdsourced [evaluation of large language models](https://systems-analysis.info/eng/LLM_evaluation "LLM evaluation") through anonymous pairwise comparisons (*blind battles*) and the Elo rating system, based on real user preferences.

- **April 24, 2023** — technical launch of Chatbot Arena.
- **May 3, 2023** — official public launch and release of the first leaderboard.
- **2023** — release of the first open datasets: 33K paired dialogues (July) and **LMSYS-Chat-1M** (September, around 1 million real dialogues).
- **March 1, 2024** — publication of the platform's official policy and formalization of its mission as an open, community-driven evaluation system.
- **June 27, 2024** — addition of image support and the start of expansion into multimodal tasks.
- **September 20, 2024** — "Graduation": move to the independent domain **lmarena.ai**.
- **Late 2024 – spring 2025** — launch of specialized arenas (Arena-Hard, WebDev Arena, RepoChat Arena, Style/Sentiment Control, etc.).
- **April 17, 2025** — official incorporation as the independent company **Arena Intelligence Inc.** and launch of the beta of the revamped platform under the LMArena brand.
- **May 21, 2025** — announcement of the company's formation and a **\$100 million** seed round (\$600 million valuation).
- **July 31, 2025** — release of an open dataset of **140K** recent Text Arena dialogues.
- **December 18, 2025** — release of **Arena-Rank**, the open-source package implementing the ranking methodology.
- **January 6, 2026** — close of a **\$150 million** Series A round at a **\$1.7 billion** post-money valuation.
- **January 2026** — launch of **Video Arena** (full support for the video modality).
- **January 28, 2026** — final rebrand: the platform was renamed **Arena** and moved to the domain **<a href="https://arena.ai" class="external text" rel="nofollow">arena.ai</a>**.

As of March 2026, Arena (arena.ai) serves more than 5 million monthly active users across more than 150 countries, has accumulated tens of millions of votes, and remains one of the most recognized independent tools for evaluating frontier AI models based on real-world human preferences.

## How the evaluation works

The user enters a query (*prompt*) and receives two responses from randomly selected anonymous models ("A" and "B"), then votes for the better response (or declares a tie or that neither is satisfactory). Ranking is based on the Bradley-Terry statistical model (a logistic regression over pairwise preferences), conceptually close to Elo<sup>[\[1\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-chiang2024-1)</sup>. The platform publishes the **Arena Score** and confidence intervals, and applies sampling corrections (*re-weighting*) to remain unbiased under non-uniform sampling<sup>[\[10\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-policy-10)</sup>.

**Transparency and openness.** The evaluation and ranking pipelines are open source: the original infrastructure lives in the **FastChat** repository<sup>[\[11\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-11)</sup>, and in December 2025 the leaderboard methodology was released as a standalone Python package, **Arena-Rank** —which now powers all of the site's leaderboards and is roughly 30 times faster than the FastChat-based version<sup>[\[12\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-arena_rank-12)</sup>. The platform also periodically releases portions of the raw data for verification and research (for example, the release of 140K conversations in July 2025)<sup>[\[10\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-policy-10)[\[13\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-opendata_2025-13)</sup>. Per the FAQ and the warnings on the homepage, user queries may be shared with model providers and partially published for research purposes, so sensitive data should not be submitted<sup>[\[14\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-14)[\[15\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-15)</sup>.

**Selection and sampling rules.** The leaderboards include publicly available models ([open weights](https://systems-analysis.info/eng/Open-weight_and_closed-weight_models "Open-weight and closed-weight models"), public API, or public service). Stabilizing a score typically requires ≥**1,000** votes; at least **20%** of battles are fought solely between public models; sampling probability increases with rating and uncertainty, and the re-weighted regression ensures that the final scores remain unbiased<sup>[\[10\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-policy-10)</sup>.

**Automatic metrics and style control.** To speed up evaluation and reduce the effects of "style" preferences, auxiliary methodologies are used: *[MT-Bench](https://systems-analysis.info/eng/MT-Bench_(benchmark) "MT-Bench (benchmark)")* (LLM-as-a-judge)<sup>[\[16\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-16)</sup>, *Arena-Hard* (automatic generation of difficult questions)<sup>[\[17\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-arena_hard-17)</sup>, and **Style/Sentiment Control** (modeling and correcting the effect of tone/sentiment on preferences)<sup>[\[18\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-sentiment_control-18)</sup>. For *Arena-Hard-Auto*, a very high agreement with live human votes has been reported (up to about **98.6%** under controlled conditions)<sup>[\[19\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-19)</sup>.

## Arenas and evaluation domains

The platform has evolved into a set of "arenas" by task type:

- **Text Arena** — general conversations and tasks; the main leaderboard<sup>[\[20\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-text_stats-20)</sup>.
- **Vision Arena** — multimodal "text→image/video/image analysis" models<sup>[\[21\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-21)</sup>.
- **Text-to-Image** and **Image Edit** — image generation and editing (including the *nano-banana* case)<sup>[\[22\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-tti_page-22)[\[23\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-nanobanana_blog-23)</sup>.
- **Text-/Image-to-Video** — video generation<sup>[\[24\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-24)</sup>.
- **WebDev Arena** — building web applications from descriptions<sup>[\[25\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-webdev_arena-25)</sup>.
- **RepoChat Arena** — AI engineering tasks involving code and repositories<sup>[\[26\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-repochat_arena-26)</sup>.
- **Search Arena** — models with web-search connectivity; first launched in April 2025 (legacy), then migrated to the main site, accompanied by a dataset and a publication<sup>[\[27\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-27)[\[28\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-28)[\[29\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-29)</sup>.
- **BiomedArena.AI** — domain-specific evaluation for biomedical tasks (in partnership with DataTecnica)<sup>[\[30\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-30)</sup>.

## Application and impact

- **Industry showcase.** Major providers (OpenAI, Anthropic, Google, etc.) regularly test and showcase their models on the platform; industry media describe it as an important benchmark<sup>[\[5\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-tc_seed-5)[\[31\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-31)</sup>. In a NAACL-2025 industry paper, the Chatbot Arena Elo score is described as the "gold industry-standard"<sup>[\[32\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-32)</sup>.
- **Pre-release testing.** The policy allows anonymous previews of "unreleased" models, with notice to the community and subsequent publication of public evaluations after release; a minimum of ≈1,000 votes is required for stabilization<sup>[\[10\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-policy-10)</sup>.
- **Notable episodes.** In spring 2025, the anonymous model *[Llama](https://systems-analysis.info/eng/LLaMA_(Meta_AI) "LLaMA (Meta AI)")-4 Maverick-03-26-Experimental* was discussed (an incident involving its comparison with the public versions), which drew wide press attention and prompted updates to the rules and communications<sup>[\[33\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-33)[\[34\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-34)</sup>. In August 2025, "nano-banana" was revealed to be **[Gemini](https://systems-analysis.info/eng/Gemini_(Google) "Gemini (Google)") 2.5 Flash Image** and took the top positions in the visual arenas<sup>[\[23\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-nanobanana_blog-23)[\[22\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-tti_page-22)</sup>.

## Limitations and criticism

Despite its scale and popularity, the approach has limitations:

- **Subjectivity and style effects.** Voting preferences depend on the tone and form of the response; the team is implementing **Style/Sentiment Control** to decouple "style" from "content"<sup>[\[18\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-sentiment_control-18)</sup>.
- **Lack of audience representativeness.** The active core consists of tech enthusiasts and developers; for domain-specific scenarios, specialized arenas are created (Search, WebDev, Biomed, etc.)<sup>[\[35\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-35)</sup>.
- **Vulnerability to manipulation and bias.** Research from 2025 shows that, without strict defenses, vote-rigging strategies involving hundreds to thousands of votes are possible; however, collaboration between researchers and LMArena led to protective measures (CAPTCHA, login, bot protection, anomaly detection) and an increased "cost of attack"<sup>[\[36\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-36)[\[37\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-37)[\[38\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-38)</sup>.
- **Methodological criticism.** The paper *The Leaderboard Illusion* (April 2025) points to systematic and institutional factors that can distort the competitive landscape; LMArena published a detailed response and maintains a public changelog of its methodology<sup>[\[39\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-39)[\[40\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-40)[\[41\]](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_note-changelog-41)</sup>.

## External links

- <a href="https://arena.ai/" class="external text" rel="nofollow">Official Arena website (formerly LMArena)</a>
- <a href="https://arena.ai/blog/" class="external text" rel="nofollow">Arena blog, policies, and updates</a>
- <a href="https://lmsys.org/" class="external text" rel="nofollow">LMSYS research group website (the project's original incubator)</a>
- <a href="https://en.wikipedia.org/wiki/LMArena" class="external text" rel="nofollow">LMArena — Wikipedia</a>

## Bibliography

- Chiang, W.-L. et al. (2024). *Chatbot Arena: An Open Platform for Evaluating LLMs by Human Preference*. <a href="https://arxiv.org/abs/2403.04132" class="external text" rel="nofollow">arXiv:2403.04132</a>.
- Zheng, L. et al. (2023). *Judging LLM-as-a-Judge with MT-Bench and Chatbot Arena*. <a href="https://arxiv.org/abs/2306.05685" class="external text" rel="nofollow">arXiv:2306.05685</a>.
- Li, T. et al. (2024). *From Crowdsourced Data to High-Quality Benchmarks: Arena-Hard and BenchBuilder Pipeline*. <a href="https://arxiv.org/abs/2406.11939" class="external text" rel="nofollow">arXiv:2406.11939</a>.
- Ameli, S.; Zhuang, S.; Stoica, I.; Mahoney, M. W. (2024). *A Statistical Framework for Ranking LLM-Based Chatbots*. <a href="https://arxiv.org/abs/2412.18407" class="external text" rel="nofollow">arXiv:2412.18407</a>.
- Boubdir, M. et al. (2023). *Elo Uncovered: Robustness and Best Practices in Language Model Evaluation*. <a href="https://arxiv.org/abs/2311.17295" class="external text" rel="nofollow">arXiv:2311.17295</a>.
- Huang, J. Y.; Shen, Y.; Wei, D.; Broderick, T. (2025). *Dropping Just a Handful of Preferences Can Change Top Large Language Model Rankings*. <a href="https://arxiv.org/abs/2508.11847" class="external text" rel="nofollow">arXiv:2508.11847</a>.
- Xu, Y.; Ruis, L.; Rocktäschel, T.; Kirk, R. (2025). *Investigating Non-Transitivity in LLM-as-a-Judge*. <a href="https://arxiv.org/abs/2502.14074" class="external text" rel="nofollow">arXiv:2502.14074</a>.
- Li, H. et al. (2024). *LLMs-as-Judges: A Comprehensive Survey on LLM-based Evaluation Methods*. <a href="https://arxiv.org/abs/2412.05579" class="external text" rel="nofollow">arXiv:2412.05579</a>.
- Zheng, L. et al. (2024). *LMSYS-Chat-1M: A Large-Scale Real-World LLM Conversation Dataset*. <a href="https://arxiv.org/abs/2309.11998" class="external text" rel="nofollow">arXiv:2309.11998</a>.
- Dubois, Y. et al. (2024). *Length-Controlled AlpacaEval: A Simple Way to Debias Automatic Evaluators*. <a href="https://arxiv.org/abs/2404.04475" class="external text" rel="nofollow">arXiv:2404.04475</a>.
- Singh, S. et al. (2025). *The Leaderboard Illusion*. <a href="https://arxiv.org/abs/2504.20879" class="external text" rel="nofollow">arXiv:2504.20879</a>.
- Min, R.; Pang, T.; Du, C.; Liu, Q.; Cheng, M.; Lin, M. (2025). *Improving Your Model Ranking on Chatbot Arena by Vote Rigging*. <a href="https://arxiv.org/abs/2501.17858" class="external text" rel="nofollow">arXiv:2501.17858</a>.

## References

1.  <span id="cite_note-chiang2024-1">↑ <sup>[1.0](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-chiang2024_1-0)</sup> <sup>[1.1](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-chiang2024_1-1)</sup> Chiang, W.-L. et al. "Chatbot Arena: An Open Platform for Evaluating LLMs by Human Preference." *arXiv:2403.04132*, 2024. <a href="https://arxiv.org/abs/2403.04132" class="external text" rel="nofollow">arXiv</a></span>
2.  <span id="cite_note-hello_2025-2">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-hello_2025_2-0) "Hello from LMArena: The Community Platform for Exploring Frontier AI." *LMArena Blog*, June 23, 2025. <a href="https://news.lmarena.ai/hello-from-lmarena/" class="external autonumber" rel="nofollow">[1]</a></span>
3.  <span id="cite_note-new_site_2024-3">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-new_site_2024_3-0) "Announcing a New Site for Chatbot Arena." *LMSYS Blog*, September 20, 2024. <a href="https://lmsys.org/blog/2024-09-20-arena-new-site/" class="external autonumber" rel="nofollow">[2]</a></span>
4.  <span id="cite_note-seed_prn-4">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-seed_prn_4-0) "LMArena Secures \$100M in Seed Funding to Bring Scientific Rigor to AI Reliability." *PR Newswire*, May 21, 2025. <a href="https://www.prnewswire.com/news-releases/lmarena-secures-100m-in-seed-funding-to-bring-scientific-rigor-to-ai-reliability-302462025.html" class="external autonumber" rel="nofollow">[3]</a></span>
5.  <span id="cite_note-tc_seed-5">↑ <sup>[5.0](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-tc_seed_5-0)</sup> <sup>[5.1](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-tc_seed_5-1)</sup> Wiggers, K. "LM Arena, the organization behind popular AI leaderboards, lands \$100M." *TechCrunch*, May 21, 2025. <a href="https://techcrunch.com/2025/05/21/lm-arena-the-organization-behind-popular-ai-leaderboards-lands-100m/" class="external autonumber" rel="nofollow">[4]</a></span>
6.  <span id="cite_note-series_a_2026-6">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-series_a_2026_6-0) "LMArena Raises \$150 Million to Build the World's Most Trusted AI Evaluation Platform." *PR Newswire*, January 6, 2026. <a href="https://www.prnewswire.com/news-releases/lmarena-raises-150-million-to-build-the-worlds-most-trusted-ai-evaluation-platform-302653012.html" class="external autonumber" rel="nofollow">[5]</a></span>
7.  <span id="cite_note-tc_seriesa-7">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-tc_seriesa_7-0) "LMArena lands \$1.7B valuation four months after launching its product." *TechCrunch*, January 6, 2026. <a href="https://techcrunch.com/2026/01/06/lmarena-lands-1-7b-valuation-four-months-after-launching-its-product/" class="external autonumber" rel="nofollow">[6]</a></span>
8.  <span id="cite_note-arena_rebrand_2026-8">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-arena_rebrand_2026_8-0) "LMArena is now Arena." *Arena Blog*, January 28, 2026. <a href="https://arena.ai/blog/lmarena-is-now-arena/" class="external autonumber" rel="nofollow">[7]</a></span>
9.  <span id="cite_note-new_beta_2025-9">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-new_beta_2025_9-0) "LMArena is Growing to Support our Community Platform." *LMArena Blog*, April 17, 2025.</span>
10. <span id="cite_note-policy-10">↑ <sup>[10.0](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-policy_10-0)</sup> <sup>[10.1](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-policy_10-1)</sup> <sup>[10.2](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-policy_10-2)</sup> <sup>[10.3](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-policy_10-3)</sup> *Arena Leaderboard Policy*. *Arena Blog*, last updated April 30, 2026. <a href="https://arena.ai/blog/policy/" class="external autonumber" rel="nofollow">[8]</a></span>
11. <span id="cite_note-11">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-11) lm-sys/FastChat (GitHub). <a href="https://github.com/lm-sys/FastChat" class="external autonumber" rel="nofollow">[9]</a></span>
12. <span id="cite_note-arena_rank-12">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-arena_rank_12-0) "Arena-Rank: Open Sourcing the Leaderboard Methodology." *Arena Blog*, December 18, 2025. <a href="https://arena.ai/blog/arena-rank/" class="external autonumber" rel="nofollow">[10]</a>. Repository: <a href="https://github.com/lmarena/arena-rank" class="external text" rel="nofollow">lmarena/arena-rank</a>.</span>
13. <span id="cite_note-opendata_2025-13">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-opendata_2025_13-0) Y. Song. "A Deep Dive into Recent Arena Data." *LMArena Blog*, July 31, 2025. <a href="https://news.lmarena.ai/opendata-july2025/" class="external autonumber" rel="nofollow">[11]</a></span>
14. <span id="cite_note-14">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-14) *FAQ*. *Arena*. <a href="https://arena.ai/faq" class="external autonumber" rel="nofollow">[12]</a></span>
15. <span id="cite_note-15">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-15) *Arena* homepage (disclaimer about possible data publication and transfer to providers). <a href="https://arena.ai/" class="external autonumber" rel="nofollow">[13]</a></span>
16. <span id="cite_note-16">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-16) Zheng, L. et al. "Judging LLM-as-a-Judge with MT-Bench and Chatbot Arena." *arXiv:2306.05685*, 2023. <a href="https://arxiv.org/abs/2306.05685" class="external autonumber" rel="nofollow">[14]</a></span>
17. <span id="cite_note-arena_hard-17">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-arena_hard_17-0) Li, T. et al. "From Crowdsourced Data to High-Quality Benchmarks: Arena-Hard and BenchBuilder Pipeline." *arXiv:2406.11939*, 2024. <a href="https://arxiv.org/abs/2406.11939" class="external autonumber" rel="nofollow">[15]</a></span>
18. <span id="cite_note-sentiment_control-18">↑ <sup>[18.0](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-sentiment_control_18-0)</sup> <sup>[18.1](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-sentiment_control_18-1)</sup> "Does Sentiment Matter Too? Introducing Sentiment Control." *LMArena Blog*, April 22, 2025. <a href="https://news.lmarena.ai/sentiment-control/" class="external autonumber" rel="nofollow">[16]</a></span>
19. <span id="cite_note-19">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-19) Li, T. et al. "From Crowdsourced Data…" *arXiv:2406.11939* (agreement tables). <a href="https://arxiv.org/abs/2406.11939" class="external autonumber" rel="nofollow">[17]</a></span>
20. <span id="cite_note-text_stats-20">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-text_stats_20-0) *Text Arena (English)*. *Arena*. <a href="https://arena.ai/leaderboard/text/english" class="external autonumber" rel="nofollow">[18]</a></span>
21. <span id="cite_note-21">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-21) *Vision Arena*. *Arena*. <a href="https://arena.ai/leaderboard/vision" class="external autonumber" rel="nofollow">[19]</a></span>
22. <span id="cite_note-tti_page-22">↑ <sup>[22.0](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-tti_page_22-0)</sup> <sup>[22.1](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-tti_page_22-1)</sup> *Text-to-Image Arena*. *Arena*. <a href="https://arena.ai/leaderboard/text-to-image" class="external autonumber" rel="nofollow">[20]</a></span>
23. <span id="cite_note-nanobanana_blog-23">↑ <sup>[23.0](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-nanobanana_blog_23-0)</sup> <sup>[23.1](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-nanobanana_blog_23-1)</sup> "Nano-Banana (Gemini 2.5 Flash Image): Try it on LMArena." *LMArena Blog*, August 27, 2025. <a href="https://news.lmarena.ai/nano-banana/" class="external autonumber" rel="nofollow">[21]</a></span>
24. <span id="cite_note-24">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-24) *Text-to-Video* and *Image-to-Video Leaderboards*. *Arena*. <a href="https://arena.ai/leaderboard/text-to-video" class="external autonumber" rel="nofollow">[22]</a> <a href="https://arena.ai/leaderboard/image-to-video" class="external autonumber" rel="nofollow">[23]</a></span>
25. <span id="cite_note-webdev_arena-25">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-webdev_arena_25-0) "WebDev Arena: A Live LLM Leaderboard for Web App Development." *LMArena Blog*, March 10, 2025. <a href="https://lmarena.github.io/blog/2025/webdev-arena/" class="external autonumber" rel="nofollow">[24]</a></span>
26. <span id="cite_note-repochat_arena-26">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-repochat_arena_26-0) "RepoChat Arena: A Live Benchmark for AI Software Engineers." *LMArena Blog*, April 9, 2025. <a href="https://lmarena.github.io/blog/2025/repochat-arena/" class="external autonumber" rel="nofollow">[25]</a></span>
27. <span id="cite_note-27">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-27) "Introducing the Search Arena." *LMArena Blog*, April 14, 2025. <a href="https://news.lmarena.ai/search-arena/" class="external autonumber" rel="nofollow">[26]</a></span>
28. <span id="cite_note-28">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-28) "Search Arena & What We're Learning About Human Preference." *LMArena Blog*, July 23, 2025. <a href="https://news.lmarena.ai/search-arena-update/" class="external autonumber" rel="nofollow">[27]</a></span>
29. <span id="cite_note-29">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-29) Frick, E. et al. "Search Arena: Analyzing Search-Augmented LLMs." *arXiv:2506.05334*, 2025. <a href="https://arxiv.org/abs/2506.05334" class="external autonumber" rel="nofollow">[28]</a></span>
30. <span id="cite_note-30">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-30) "Introducing BiomedArena.AI." *LMArena Blog*, August 19, 2025. <a href="https://news.lmarena.ai/introducing-biomedarena/" class="external autonumber" rel="nofollow">[29]</a></span>
31. <span id="cite_note-31">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-31) Google. "Gemma 3…," March 12, 2025 (link to LMArena results). <a href="https://blog.google/technology/developers/gemma-3/" class="external autonumber" rel="nofollow">[30]</a></span>
32. <span id="cite_note-32">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-32) Spangher, L. et al. "Chatbot Arena Estimate…." *NAACL Industry*, 2025. <a href="https://aclanthology.org/2025.naacl-industry.77.pdf" class="external autonumber" rel="nofollow">[31]</a></span>
33. <span id="cite_note-33">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-33) "Meta's experimental Llama 4 model briefly topped AI leaderboard…." *The Register*, April 7, 2025. <a href="https://www.theregister.com/2025/04/07/meta_llama_arena/" class="external autonumber" rel="nofollow">[32]</a></span>
34. <span id="cite_note-34">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-34) LMArena's official clarifications and posts on X about the incident (April 2025). <a href="https://x.com/lmarena_ai/status/1776881220809552182" class="external autonumber" rel="nofollow">[33]</a></span>
35. <span id="cite_note-35">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-35) "Search Arena & What We're Learning…." *LMArena Blog*, July 23, 2025. <a href="https://news.lmarena.ai/search-arena-update/" class="external autonumber" rel="nofollow">[34]</a></span>
36. <span id="cite_note-36">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-36) Min, R. et al. "Improving Your Model Ranking on Chatbot Arena by Vote Rigging." *arXiv:2501.17858*, 2025. <a href="https://arxiv.org/abs/2501.17858" class="external autonumber" rel="nofollow">[35]</a></span>
37. <span id="cite_note-37">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-37) Huang, Y. et al. "Exploring and Mitigating Adversarial Manipulation of Voting-Based Leaderboards." *arXiv:2501.07493*, 2025. <a href="https://arxiv.org/abs/2501.07493" class="external autonumber" rel="nofollow">[36]</a></span>
38. <span id="cite_note-38">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-38) "Hundreds of rigged votes can skew…." *Fast Company*, February 6, 2025. <a href="https://www.fastcompany.com/91273226/rigged-votes-ai-model-rankings-chatbot-arena" class="external autonumber" rel="nofollow">[37]</a></span>
39. <span id="cite_note-39">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-39) Singh, S. et al. "The Leaderboard Illusion." *arXiv:2504.20879*, 2025. <a href="https://arxiv.org/abs/2504.20879" class="external autonumber" rel="nofollow">[38]</a></span>
40. <span id="cite_note-40">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-40) "Our Response to 'The Leaderboard Illusion'." *LMArena Blog*, May 9, 2025. <a href="https://news.lmarena.ai/our-response/" class="external autonumber" rel="nofollow">[39]</a></span>
41. <span id="cite_note-changelog-41">[↑](https://systems-analysis.info/eng/LMArena_(Chatbot_Arena)#cite_ref-changelog_41-0) *Leaderboard Changelog*. *Arena Blog*. <a href="https://arena.ai/blog/leaderboard-changelog/" class="external autonumber" rel="nofollow">[40]</a></span>
