chore: remove uncalibrated raw LLM columns from final vignettes

- Updated scripts/07a_merge_labels.py to only merge calibrated_* and llm_dominant
- Updated README.md and scripts/05_upload_hf.py to reflect removed columns
- Re-merged and re-uploaded clean datasets to HuggingFace
This commit is contained in:
wassname
2026-05-03 12:55:00 +08:00
parent bcbdb9cc6f
commit 898893d440
4 changed files with 66 additions and 5 deletions
-2
View File
@@ -135,8 +135,6 @@ Each vignette row includes LLM-generated multi-label ratings across all 7 founda
| Column pattern | Scale | Description |
|---|---|---|
| `llm_Care`, `llm_Fairness`, … | 15 | Z-score-averaged Likert from forward + reverse frames |
| `llm_wrongness` | 15 | Overall wrongness rating |
| `llm_dominant` | string | Foundation with highest LLM score (argmax) |
| `calibrated_Care`, `calibrated_Fairness`, … | 0100% | LLM scores linearly mapped to human rater % scale |
| `calibrated_wrongness` | 15 | Wrongness mapped to human scale |