Summary
The authors explore how the Rashomon Ratio (the fraction of all models that are in the Rashomon set) changes in the presence of label noise. They show that increased label noise causes the expected variance of the ERM’s performance to increase. Then, they hypothesize that this increased variance leads practitioners to use simpler model classes, which are known to have higher Rashomon Ratios. They also introduce pattern diversity as a metric for how diverse the prediction patterns are across members of the Rashomon set. The authors provide empirical support across several datasets that (i) simpler models perform better when a dataset is noisy, (ii) simpler model classes have higher Rashomon ratios for decision trees and linear models, and (iii) Rashomon set size, number of Rashomon patterns, and diversity of these patterns tends to increase with label noise. The authors are also forthright about the limitations of their work, and provide a nice overview of open questions related to Rashomon Ratios in the presence of noise.
Strengths
* Provides one of the first theoretical studies on the Rashomon effect. As the users state, there are important policy implications of the Rashomon effect and understanding the phenomenon is important to being able to craft policy around it.
* The theoretical results are also shown to hold empirically on real datasets.
* The “limitations” section is very welcome, as it helps the reader to contextualize what this paper does and does not do. It also provides a good set of ideas for future research.
* The paper is generally well-written. The "path" framework is not perfect (see weaknesses), but I appreciate that the authors try to account for how both theoretical properties of the data and human choices lead to large Rashomon sets.
Weaknesses
* Certain claims are not proven in a broad sense and this is not clearly delineated (or worse, the authors claim something more general than what they prove)
* Uniform label noise vs real-world patterns of noise: Theorem 2 shows that variance of the loss increases with uniformly random label noise, however, in lines 167-168, the authors say that it “holds more generally,” which is not true
* The paper is written in a way that assumes that ML practitioners are following the standard ML pipeline (e.g., switching to a simpler model class given poor test set performance) but these claims are not backed up by any data. I would encourage the authors to see if the HCI literature has studied ML practitioner behavior in this situation, and if not, to reframe the paper so that it doesn’t present the human behavior narrative as fact.
* Presentation
* Generalization is a key part of the argument in section 4, but the paper never defines generalization or generalization bounds.
* The discussion of learning with noise in the related works section also seemed very brief given the amount of work that this topic has received. For example, there is work that aims to learn more stable models in the presence of label noise.
Questions
A couple of minor points:
* In section 5.1, wouldn’t it make more sense to call $a_i$ the sample agreement? (Or otherwise, to change its definition to sum over the indicator function with $p_k^i \neq y_i$? )
* In the equation under line 166, should $p$ (with no subscript) appear at all?
One bigger question:
* Do the results hold empirically when labels are not randomly corrupted? E.g., label errors are more likely in some subset of the population.
Rating
6: Weak Accept: Technically solid, moderate-to-high impact paper, with no major concerns with respect to evaluation, resources, reproducibility, ethical considerations.
Confidence
3: You are fairly confident in your assessment. It is possible that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work. Math/other details were not carefully checked.
Limitations
* Soundness limitations — see weaknesses above
* The paper only considers random, uniform label noise. This seems more acceptable as a first step for the theoretical contributions, but real-world label noise is often not random and can be correlated with protected demographic group attributes. Given that the Rashomon effect is of particular interest in social prediction tasks, I wish the authors had explored how their findings generalize to realistic noise settings.