Summary
The paper investigates the robustness of training debater models to enhance the accuracy of judgments in long-context reading comprehension tasks. It introduces a practical and emerging scenario called "super-alignment" or "scalable oversight" where it is assumed that AI systems may eventually surpass the wisdom of human supervisors and underscores the need to explore methods by which a weaker model could effectively supervise a stronger one. To emulate this, the paper creates an asymmetric information environment, allowing the debater model access to the full context while withholding it from the judgment model. The findings suggest that debate training fosters the development of stronger, more informative arguments, indicating its potential for delivering high-quality supervision in tasks that are challenging to evaluate directly.
Strengths
1. The paper introduces a novel experimental design to simulate information asymmetry, rigorously testing their approach by comparing the impact of the debate process with a consultancy process on the final judgment accuracy.
2. The findings are intriguing, revealing a positive relationship between a model’s ability to win debates and the usefulness of its debate transcripts for uncovering correct answers. In contrast, the non-adversarial "consultancy" approach shows no positive correlation between the judge's accuracy and the skill level of the consultant.
3. These findings have the potential to shape future research on "super alignment" or "scalable oversight" by establishing a foundational debate-then-judge framework.
Weaknesses
While I find the experimental setting intriguing, some aspects of the evaluation are unclear:
1. In Section 2.4, the use of "self-play" to evaluate judge accuracy is ambiguous. From my perspective, there shouldn’t be a need for the judge to "self-play." Instead, judge accuracy should be evaluated by its ability to correctly discern outputs from the debater and consultant. Specifically, if the judge evaluates a debater advocating for an incorrect answer as incorrect, it should be marked as correct, and conversely, if it rates a debater with a wrong answer as correct, it should be marked as incorrect, and vice versa.
2. In line 187, the method for calculating the consultant win rate remains unclear. If the consultant is assigned to defend an incorrect answer, under what conditions is this considered a "win"? Similarly, if the consultant defends a correct answer, what conditions would lead to a "loss"?
3. There is insufficient detail on the training of the judges, including the instances in the training dataset and the format of input and output. Is there evidence to support line 215, which states that judge decisions “were no longer clustered at the boundaries as they were prior to fine-tuning”?
4. In line 473, the conclusion that "explicit refutation does not yet seem to play a role in judge decision-making in our setting" is not sufficiently substantiated and lacks experimental evidence to support it.
Questions
1. In Figure 3 (right), what does the judge Brier score represent?
2. In line 264, how is a "win" or "loss" response determined when constructing the DPO training datasets?
3. In line 313, what does "confidence" refer to in the context of the reward function? Was GPT-4 Turbo trained to output a confidence level?
4. In line 318, what do the two win rates in parentheses represent?
5. In line 362, why are there three pairs per round and two rounds per question?