Short version of the ask: I have 100 scenes, a locked set of human reference labels, and five machine raters that disagree with the human and with each other at roughly chance level. I cannot tell whether that is because the task is genuinely interpretive or because my rule definition is bad. One more independent human annotator would settle it, and I would publish the result either way. Details below in case anyone wants to shoot holes in the setup first — which would also be useful.
Disclosures up front: I designed the annotation scheme being tested, so I am not neutral about the outcome. I was also the sole human rater in the first of the three studies, which is why the second study uses someone else. And this post was drafted with help from Claude, which is one of the four LLMs whose scores are reported — read the framing accordingly. The numbers themselves come from a deterministic script over published label files.
The setup
The corpus is a bilingual Turkish–English set of purpose-written narrative scenes, annotated for six craft features. Two of the six are prohibitions that reduce to surface patterns (no named emotion; no simile). Four require judgement. The one that matters here is materialized metaphor: an abstract inner state rendered as a concrete physical detail rather than named.
100 held-out Turkish scenes were labelled by an independent volunteer with no involvement in the methodology. Those labels were locked to an immutable file before any model was run. Five raters were then scored against them: a deterministic rule-based detector and four LLMs, each given identical instruction blocks.
The result
Human reference: 9 positives out of 100.
| Rater | Positives | Cohen’s κ |
|---|---|---|
| Machine A | 0 | 0.000 |
| Machine B | 1 | 0.185 |
| Machine C | 40 | 0.019 |
| Rule-based detector | 72 | 0.015 |
| Machine D | 78 | 0.027 |
Machine B’s 0.185 comes from one positive call that happened to land, so I do not read it as a shared criterion.
Raw agreement across the five was 74.7%–86.3%, which looks respectable and means nothing here: the class distribution is extreme on four of six features, so majority-class guessing scores well. Classic first kappa paradox.
One feature is well conditioned — atmosphere contradiction, human at 44/100. There two raters clear chance, at κ = 0.184 and 0.269. That is the best coefficient anywhere in the three studies, and it is still weak.
Where I am stuck
Two readings fit the data equally well:
(a) The feature is inherently interpretive; there is no single correct label, so disagreement is signal about the task, not failure by the raters. (b) My definition is underspecified — clear to me, underdetermined for anyone else.
I would prefer (a). I am not entitled to prefer it, and with one human rater per study I cannot distinguish them. Two humans agreeing with each other and diverging from the machines points at (b) and is repairable. Two humans failing to agree points at (a), which is a substantive finding about what can be delegated.
The ask
If anyone is willing to label the same 100 scenes against the same definitions, everything needed is public:
- scenes and locked reference labels:
evaluation/in leventbulut/objective-projection - the ten verbatim instruction blocks each rater received
- a dependency-free scoring script, plus the seeds and the masked ID mapping
You would get named acknowledgement in the resulting record, and the result gets published whichever way it falls — including if it shows my definitions are the problem, which is the outcome I would bet on.
Two secondary questions I would also welcome answers to:
- For a feature with 9% prevalence, is there a better agreement statistic than Cohen’s κ that you actually use in practice? I know the literature on prevalence-adjusted variants; I am asking what people run in real annotation projects.
- Has anyone here systematically compared the same annotation prompt across model families and found this kind of range, or is the spread here a symptom of the rule rather than of the models?
Links
Paper: 10.5281/zenodo.21740239 (also arXiv:2609.13936) · Dataset: 10.57967/hf/8960
Full confusion matrices are in the paper. Two of the four LLM raters’ per-scene files were lost and their counts were recovered arithmetically from the surviving κ and raw-agreement values; those are marked as derived rather than raw, in the paper and in the repo.