Documentation
README
Auto Arena Skill
End-to-end automated model comparison using the OpenJudge AutoArenaPipeline:
- Generate queries โ LLM creates diverse test queries from task description
- Collect responses โ query all target endpoints concurrently
- Generate rubrics โ LLM produces evaluation criteria from task + sample queries
- Pairwise evaluation โ judge model compares every model pair (with position-bias swap)
- Analyze & rank โ compute win rates, win matrix, and rankings
- Report & charts โ Markdown report + win-rate bar chart + optional matrix heatmap
Prerequisites
# Install OpenJudge
pip install py-openjudge
# Extra dependency for auto_arena (chart generation)
pip install matplotlib
This is the opening of the README. Read the full README on GitHub.