anonymous commited on
Commit ·
c432715
1
Parent(s): 916a451
Document known deviations of re-scored numbers from the submitted PDF
Browse files
README.md
CHANGED
|
@@ -115,6 +115,12 @@ bash scripts/reproduce_paper.sh
|
|
| 115 |
git status data/analysis
|
| 116 |
```
|
| 117 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 118 |
## Unpublished raw data — scope
|
| 119 |
|
| 120 |
The expert-annotated XLSX workbooks (`data/<cc>/Goldenset_*_final*.xlsx`)
|
|
|
|
| 115 |
git status data/analysis
|
| 116 |
```
|
| 117 |
|
| 118 |
+
There are minimal known deviations from the submitted PDF. The gold labels are normalised during export to JSONL (controlled-token case, thousands separators, Excel dates → ISO), and the paper's tables were computed from the raw annotator workbooks before that normalisation, where, for example, a gold cell coded `Nonpecuniary` counted against a system answering the schema literal `nonpecuniary`. Re-scoring on the published gold therefore yields slightly higher values in a few places than the PDF: Philippines recall (+7–9 pp for every system), Spain (≈ +1 pp), `tab:overall` within ±0.2 pp, and the
|
| 119 |
+
money/ratio agreement rows of `tab:iaa` (+1–2 pp). The κ values, pair
|
| 120 |
+
counts, denominators, the hallucination case study, and all remaining
|
| 121 |
+
numbers match the PDF. The shipped outputs under `data/analysis/` are the
|
| 122 |
+
published-data regeneration. The deviations could not be resolved due to time constraints and are made transparent here.
|
| 123 |
+
|
| 124 |
## Unpublished raw data — scope
|
| 125 |
|
| 126 |
The expert-annotated XLSX workbooks (`data/<cc>/Goldenset_*_final*.xlsx`)
|