| audit_disagreements | R Documentation |
Returns records where the LLM ensemble and the human reviewer disagree at high confidence. On one of the benchmark reviews reported in the paper, a similar audit caught genuine screener errors in 28\ disagreements. This is intended as a low-cost quality-control step after the main screen.
audit_disagreements(
ranked,
decisions,
strong_fp_score = 70,
strong_fn_score = 30
)
ranked |
A ranking (output of |
decisions |
A tibble with columns |
strong_fp_score |
LLM score at or above which an accept is "confident" (default 70). |
strong_fn_score |
LLM score below which a reject is "confident" (default 30). |
A tibble of disagreement rows, one per record.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.