Code for the paper Drawing Conclusions from Draws: Rethinking Draw Semantics in Arena-Style LLM Evaluation.
-
Install the
uvpackage manager. -
Clone the repository:
git clone ssh://git@github.com/daemon/lmarena-draws && cd lmarena-draws -
Create and activate a virtual environment:
uv venv --python 3.13 && source .venv/bin/activate -
Install the package:
uv pip install -e . -
You're ready to go!
Run everything in the paper notebook.
@article{tang2025drawing,
title={Drawing Conclusions from Draws: Rethinking Preference Semantics in Arena-Style {LLM} Evaluation},
author={Raphael Tang and Crystina Zhang and Wenyan Li and Carmen Lai and Pontus Stenetorp and Yao Lu},
journal={arXiv:2510.02306},
year={2025}
}