We thank the reviewer for both positive and helpful comments! We are excited to see that you found our paper to tackle an important issue, well-written, and our experiments and ablations to be insightful! Below are responses to each of your suggestions:
### Stronger connection to Selective Prediction
Thank you for the point.The objective of cascaded selective evaluation is indeed comparable to that of selection with guaranteed risk (SGR) [1] in the selective prediction literature, while the specific method differs in how to operationalize this guarantee. We formulate the selection of abstention thresholds as a multiple-testing problem, compared to Bonferroni Correction in SGR, allowing better coverage while providing the same guarantee **(Section 2.1)**. We also generalize the selective prediction guarantee to cascades of models, rather than a single judge model **(Section 2.3)**. We will clarify the link between selective evaluation and selective prediction, along with their guarantees.
[1] Yonatan Geifman and Ran El-Yaniv. Selective classification for deep neural networks, 2017.
### Cheaper Judges are still costly?
While the judge models with 7B parameters may not be the smallest possible model, we believe this is still a notable result, given the scale of judge models widely used in the literature. For example, in a recent paper that employs a suite of “small” juries instead of a single judge model [1], the smallest LLM employed as a jury is 35B (aside to other models used in parallel). Another paper [2] employs a 7B judge model as in our experiments, but the model has been fine-tuned with specialized synthetic dataset to improve its evaluation capability, while we employ an off-the-shelf model to maximize the framework’s utility and generalization.
Even the strongest judge model GPT-4 fails to consistently align with humans, e.g. marking only 63.2% agreement in Auto-J **(Figure 5). On the contrary, our work aims to improve the alignment of LLM judges even without fully relying on the frontier models, thus making automatic evaluation more cost-effective and scalable.** That said, I’m excited to see even smaller judges than 7B-scale that stay competitive with their larger counterparts, which could make larger presence in the cascaded framework.
[1] Pat Verga, Sebastian Hofstatter, Sophia Althammer, Yixuan Su, Aleksandra Piktus, Arkady Arkhangorodsky, Minjie Xu, Naomi White, and Patrick Lewis. Replacing judges with juries: Evaluating llm generations with a panel of diverse models, 2024.
[2] Seungone Kim et al. Prometheus 2: An Open Source Language Model Specialized in Evaluating Other Language Models, In Proceedings of EMNLP 2024.
### Removal of disagreement signals
While the evaluation of our framework is based on how well it predicts the majority preference label, this only serves for evaluation purposes (mainly due to the meta evaluation benchmarks evaluating majority alignment - e.g. both ChatArena and Auto-J provide majority human preference label only). **In fact, since our framework is objective-agnostic, it can simply be extended for individual alignment by changing what it’s supposed to guarantee (from agreement ratio with majority label to agreement ratio with individual preferences).** Specifically, one way to operationalize this is to collect a calibration set from a consistent set of human evaluators, and align the model judgement to match a specific annotator’s preference. In this regard, we believe Cascaded Selective Evaluation can serve as a useful tool for modeling personalized preferences with otherwise monolithic LLM judges, rather than removing useful individual preference information.
### What happens to Human IAA when we lower target agreement level?
When we set target human agreement $1-\alpha$ to 0.8 instead of 0.9, the average human IAA for abstained samples goes from 0.815 to 0.806, i.e. only the harder-to-reconcile samples tend to be abstained by the models. This is due to the fact that when we lower the target agreement level, the evaluation coverage improves, hence the model tends to abstain less (only abstain when they sufficiently lack confidence).
### Related Works
We appreciate the suggestions, these works are indeed relevant to improving reliability of LLM-based evaluation. We will include these works in our revision.
We hope the responses above address your questions - thank you again for the constructive and positive feedback!