You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(evidence): correct two LLM-extracted claims found by the auditor agent
Ran the new evidence-auditor agent against the two T5 arXiv records
docs/T5_HUMAN_EVAL_PROTOCOL.md cites for its attitudinal/behavioral trust
protocol change. Both papers confirmed authentic (re-fetched live arXiv
abstract pages, matched verbatim) and the protocol doc's own prose citation
is accurate to the real source -- no correction needed there.
But llama3.2's stored classification.extracted_claims had two issues the
auditor caught: arxiv_1a06e9d2bc41 (the attitudinal/behavioral paper)
extracted three generic bookend sentences from the abstract while
skipping the one sentence that actually states the distinction the
protocol change depends on -- not fabricated, just an extraction that
silently dropped the one claim that mattered. arxiv_ccfa1d1d73d9 (the
clarifying-questions paper) had one claim ("LLMs rely on user input to
generate code") that overgeneralizes what the abstract actually argues
(a specific proposed system, not LLMs in general).
Corrected both extracted_claims to reflect what the abstracts actually
say, and marked classification_reviewed=true on both -- the first
non-zero "Reviewed" rate anywhere in the evidence pipeline, from the
auditor-recommends/human-applies loop the agent was designed for working
end to end for the first time.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/evidence/arxiv/arxiv_1a06e9d2bc41.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -41,12 +41,12 @@
41
41
"T6": 0.0
42
42
},
43
43
"extracted_claims": [
44
-
"Trust is often cited as an essential criterion for the effective use and real-world deployment of AI.",
45
-
"Researchers argue that AI should be more transparent to increase trust, making transparency one of the main goals of XAI.",
46
-
"Properly distinguishing these two concepts provides a more comprehensive understanding of how transparency affects trust and reliance, benefiting future XAI research."
44
+
"The paper advocates for a clear distinction between behavioral (objective) measures of reliance and attitudinal (subjective) measures of trust.",
45
+
"Researchers sometimes use behavioral measures when intending to capture (attitudinal) trust, even though attitudinal measures would be more appropriate.",
46
+
"Properly distinguishing these two concepts provides a more comprehensive understanding of how transparency affects trust and reliance."
0 commit comments