We appreciate your feedback and for highlighting strengths as well as areas for improvement/clarification. Below, we address your concerns and clarify points raised.
---
## On the Absence of Ground Truth in Ranking
We agree that rankings lack a definitive ground truth, as they are inferences drawn from models and data. However, in statistical modeling, the *goodness of fit* and *predictive performance* of a model can and should be rigorously evaluated against empirical data, which serves as the ground truth for observed outcomes.
To this end, we systematically compared the predictive performance and the goodness of fit of our models against empirical data:
- Figure 1 (formerly Figure 3 in the appendix) demonstrates the predictive performance of our model in capturing tie and win/loss probabilities. Notably, our generalized model achieves *fine-grained accuracy*, closely aligning with empirical data, and outperforms simpler approaches, including the Elo-based method.
- **Appendix D** evaluates model selection and goodness of fit metrics (Tables D.1, D.2), including negative log-likelihood, cross-entropy, RMSE error, and divergences, demonstrating superior fit of generalized models.
While rankings themselves are an *inference* without a definitive ground truth, the framework underlying these rankings can be rigorously validated based on its ability to model and predict empirical data accurately.
---
## Dependence on the Chatbot Arena Dataset and Broader Impact
We acknowledge the reviewer’s observation that our experiments focus on the Chatbot Arena dataset. This pioneering dataset, widely used by OpenAI, Google, and Hugging Face, is among the largest and most credible for pairwise comparisons in LLM evaluation.
While our experiments leverage this dataset, our contributions extend far beyond it. The framework we propose—incorporating ties and covariance—addresses fundamental challenges in paired comparison frameworks, applicable to diverse domains regardless of dataset. To clarify the general applicability of our work, **Appendix A** highlights paired comparison applications across sports analytics, marketing, psychometrics, election studies, and clinical trials.
Additionally, paired comparison methods are increasingly applied in modern machine learning, such as reinforcement learning with human feedback (RLHF) and direct preference optimization (DPO), key to fine-tuning large language models. Recent studies (e.g., Rafailov et al., 2024; Karthik et al., 2024; Liu et al., 2024) showcase the growing relevance of paired comparison models in these settings. Our contributions enhance the flexibility of these models, underscoring their potential to address emerging challenges.
---
## Balancing Sophistication with User Simplicity
We understand the concern about balancing complexity with user accessibility. The statistical framework operates behind the scenes and does not affect the simplicity of the user interface. Rankings remain straightforward for users, supported by an intuitive Python package with an easy-to-use interface.
In practice, grounding rankings in a robust statistical framework can enhance user trust in the platform, even if the underlying methodology is sophisticated.
---
## Visualization of Ranking Differences
Thank you for suggesting a figure illustrating ranking differences between Chatbot Arena’s method and ours. **Figure E.2** (bump chart), previously included as Figure 5 in the earlier submission, tracks ranking differences across models, including Model 1, representing Chatbot Arena's Elo-based system. To clarify, we updated the figure caption to explicitly label Model 1 as the Chatbot Arena method. We are also open to including additional visualizations if you believe they would add further clarity.
Beyond the bump chart:
- **Appendix E.3** quantifies ranking similarities using Kendall’s rank correlation across all 30 models, providing a systematic metric for ranking comparison.
- **Appendix E.4** applies hierarchical clustering to Kendall’s correlation matrix, revealing patterns in ranking behavior and how model features drive similarities.
---
## Interpretation of PCA in Figure 2
We acknowledge the challenge of interpreting the 3D PCA scatter plot in **Figure 2** (formerly Figure 1), as overlapping points and labels limit clarity. To address this, **Appendix C.2** introduces a 2D Multidimensional Scaling (MDS) plot, offering similar insights into the covariance structure with improved interpretability. As kernel PCA and MDS are dual methods visualizing the same dissimilarity matrix, both provide consistent insights. This additional visualization aims to enhance clarity while preserving the depth of analysis.
---
We've revised the manuscript to address your comments. If there’s anything else you’d like us to clarify or discuss further, please let us know—we’d be happy to engage. Thank you again for your feedback and for helping us improve our work.