Meta-review
**Paper Summary:**
This paper introduces Contrastive Distribution Methods (CDM), an approach for evaluating open-domain text generation. It operates under the assumption that language models (LMs) improve as they increase in size. The authors propose two evaluation metrics: Generative CDM, which contrasts two LM distributions to generate negative examples for training discriminator-based metrics, and Discriminative CDM, which directly scores outputs based on differences in distributions. The paper presents experiments on multi-turn dialogue and factuality in abstractive summarization, aiming to demonstrate that CDM correlates more closely with human judgment than existing automatic evaluation metrics.
**Strengths:**
1. Novelty: The paper's application of contrastive momentum for evaluation is innovative (qwhh, V2uz, kEEE).
2. Promising Results: CDM outperforms several baselines in dialogue and summarization evaluation tasks (CKwf, V2uz, kEEE, 6ryG).
**Weaknesses:**
1. Applicability and Scalability: The method assumes contrastive momentum to derive a distribution that is presumably superior to the largest model in the family. This may not always be true, particularly as models increase in size and potentially yield diminishing returns.
2. Reliance on Partial Order Assumption: The methodology is based on the assumption that larger models inherently perform better, an assumption that may not always hold true (kEEE, V2uz, 6ryG).
3. Negative Sample Generation: The necessity of the approach for generating negative samples, as compared to a simpler method of direct sampling from the expert model, is questioned (CKwf, qwhh). The authors' rebuttal shows that larger experts performed worse, which contradicts the intuitive basis of the contrastive approach aiming to approximate the "Imaginary Oracle" depicted in Figure 2.
4. Comparison to Baselines: G-EVAL shows superior performance according to the authors' response to CKwf, which weakens the argument for CDM's superiority. However, I agree with the authors that this may not be a fair comparison due to GPT-4 being a proprietary model.
Additionally, reviewers have noted the absence of ablation studies, but it appears that many concerns are addressed in Table 7 in the appendix. It is recommended that the authors move this table to the main paper since ablation studies and comparisons to baselines are crucial.
**Decision:**
Considering the reviews, while the paper introduces an innovative approach with some promising results, there are concerns regarding the method's design and its generalizability. Therefore, I recommend against accepting this paper.