Data Labeling QA

Audit an untrusted labeled training set before fine-tuning. Find mislabeled examples with four complementary techniques — provenance/integrity checks (off-by-one, schema drift), cleanlab confident learning (random noise), high-loss monitoring (hard cases), and LLM-as-judge on the flagged subset (systematic confusion). Use before spending GPU on any fine-tune where you don't fully trust the labelers. Works with any classification dataset reshaped to `data` and `untrustworthy_label` columns.

brojonat f2173bc 6 files · 438.0 KB Updated

File contents

brojonat/llmsrules/tree/main/skills/data-labeling-qa commit f2173bc1ff

Frequently asked questions

npx skillmds@latest add brojonat/data-labeling-qa