Summary
This submission proposes a method to rescale coarse numerical ratings to fine-grained ones. The envisioned scenario is that for a task like document-based question answering, annotators asked to rate answers have given coarse-grained ratings on a four-point Likert scale ("complete", "missing minor", "missing major", "missing all"), along with short free text justifications of their rating. Noting the inherent subjectivity of these ratings and justifications, the authors assume that a finer-grained numerical scale from 0 to 100 points is more appropriate. To rescale from coarse to fine ratings, the authors prompt LLMs with the rating, justification, and an instruction that describes how to assign scores.
The evaluation of the rescaled scores focuses on the two middle labels ("missing minor" and "missing major") since the extreme points of the scale ("complete", "missing all") show little variation among raters. The evaluation is mainly performed by measuring agreement of LLM-rescaled scores with a rescaling performed by three experts on 145 instances. Agreement is measured via rank correlation (Kendall's Tau) and mean absolute error (MAE). In terms of rank correlation, the proposed method fails to outperform one of the simple baselines, namely the "missing sentence heuristic". In terms of MAE, the proposed method outpeforms all baselines, but unlike for rank correlation, there are no significance scores given, which is a concern considering the small sample size of 145 instances.
Reasons to reject
1. The proposed method is not motivated well, to the point that it is fundamentally unclear why and how it should address the research problem, for two reasons:
1.1 It is left unclear why a finer rating scale is better suited to capture the inherent subjectivity of the task at hand. The only motivation given is a reference to Kocmi & Federmann (2023), "which validated the effectiveness of a 0-100 scale compared to other options." What "effectiveness" means and if/how their results from machine translation apply to ratings of answers in QA tasks is unclear. If "subjectivity" in the task at hands means that different annotators have different views of what information is important in a document, then their ratings have no monotonic one-dimensional order and no amount of granularity can fix that.
1.2. According to the introduction, "subjectivity (and thus, inherent disagreement) in annotated data has surfaced as a key direction" and the authors make the observation that "intricacies in human judgments can be captured by natural language explanations provided during data annotation, which capture more nuanced subjectivity". So far so good, but now the authors claim that their "key idea is to make the ordinal label space (e.g., a coarse Likert scale) fine-grained, namely a 0-100 scale Kocmi & Federmann (2023), which then enables us to place the initial annotations in it by leveraging natural language explanations in a principled manner."
In what manner the proposed approach is "principled" is not clear to me. The authors are possibly referring to the scoring rubric that is included in the prompt, but just because some instruction is included in the prompt does not mean that the LM adheres to it, and it is even less clear if the LM faithfully can execute complex instructions that require it to repeatedly subtract a variable number of points, with the amount of points varying on the amount of information that is missing from the answer to be rated.
2. The benefit of the finer-grained ratings is not shown. The evaluation stops at showing moderate agreement with expert-produced fine-grained ratings and stating that the rescaling does not impact inter-annotator agreement. The introduction claimed that the proposed method can "capture more nuanced subjectivity", but this is never directly shown.
Questions to authors
- While the intention is clear, the "Rescaling Prompt" shown in Figure 3 does not specify what the initial score is from which points should be deducted
- It is also not clear how information is measured, so a phrase like "half of the correct information" is left wide open to subjective interpretation