Skip to content

Commit 1503998

Browse files
Juanpacolclaude
andcommitted
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>
1 parent 0418a61 commit 1503998

4 files changed

Lines changed: 88 additions & 10 deletions

File tree

docs/EVIDENCE_COVERAGE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Auto-generated by `scripts/report_evidence_coverage.py`. See `.claude/agents/evi
44

55
| Topic | Records | Sources | Validation pass rate | Median age | LLM-classified | Reviewed |
66
|---|---|---|---|---|---|---|
7-
| T1 | 3 | arxiv | 100% | 0d | 100% | 0% |
8-
| T2 | 7 | arxiv, github_issues | 100% | 0d | 29% | 0% |
7+
| T1 | 23 | arxiv | 100% | 0d | 100% | 9% |
8+
| T2 | 6 | arxiv, github_issues | 100% | 0d | 17% | 0% |
99
| T3 | 1138 | humaneval, mbpp | 100% | 0d | 0% | 0% |
1010
| T4 | 6 | github_issues, semgrep | 100% | 0d | 0% | 0% |
11-
| T5 | 7 | arxiv, github_issues | 100% | 0d | 29% | 0% |
11+
| T5 | 34 | arxiv, github_issues | 100% | 0d | 85% | 6% |
1212
| T6 | 18 | arxiv, github_issues, z3_docs | 100% | 0d | 6% | 0% |

docs/evidence/arxiv/arxiv_1a06e9d2bc41.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
"T6": 0.0
4242
},
4343
"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."
4747
],
4848
"confidence": 0.8,
49-
"classification_reviewed": false,
49+
"classification_reviewed": true,
5050
"degraded_reason": null
5151
}
5252
}

docs/evidence/arxiv/arxiv_ccfa1d1d73d9.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
"T6": 0.0
4040
},
4141
"extracted_claims": [
42-
"LLMs rely on user input to generate code",
43-
"Effective communication is key to increase confidence in generated code"
42+
"The proposed system solicits clarifying user responses to refine LLM-generated code, rather than assuming LLMs inherently rely on user input.",
43+
"Effective communication (via clarifying questions) is key to increasing confidence in generated code."
4444
],
4545
"confidence": 0.7,
46-
"classification_reviewed": false,
46+
"classification_reviewed": true,
4747
"degraded_reason": null
4848
}
4949
}
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"topics": [
3+
{
4+
"topic": "T1",
5+
"record_count": 23,
6+
"sources": [
7+
"arxiv"
8+
],
9+
"validation_pass_rate": 1.0,
10+
"median_age_days": 0,
11+
"llm_classified_rate": 1.0,
12+
"reviewed_rate": 0.08695652173913043
13+
},
14+
{
15+
"topic": "T2",
16+
"record_count": 6,
17+
"sources": [
18+
"arxiv",
19+
"github_issues"
20+
],
21+
"validation_pass_rate": 1.0,
22+
"median_age_days": 0.0,
23+
"llm_classified_rate": 0.16666666666666666,
24+
"reviewed_rate": 0.0
25+
},
26+
{
27+
"topic": "T3",
28+
"record_count": 1138,
29+
"sources": [
30+
"humaneval",
31+
"mbpp"
32+
],
33+
"validation_pass_rate": 1.0,
34+
"median_age_days": 0.0,
35+
"llm_classified_rate": 0.0,
36+
"reviewed_rate": 0.0
37+
},
38+
{
39+
"topic": "T4",
40+
"record_count": 6,
41+
"sources": [
42+
"github_issues",
43+
"semgrep"
44+
],
45+
"validation_pass_rate": 1.0,
46+
"median_age_days": 0.0,
47+
"llm_classified_rate": 0.0,
48+
"reviewed_rate": 0.0
49+
},
50+
{
51+
"topic": "T5",
52+
"record_count": 34,
53+
"sources": [
54+
"arxiv",
55+
"github_issues"
56+
],
57+
"validation_pass_rate": 1.0,
58+
"median_age_days": 0.0,
59+
"llm_classified_rate": 0.8529411764705882,
60+
"reviewed_rate": 0.058823529411764705
61+
},
62+
{
63+
"topic": "T6",
64+
"record_count": 18,
65+
"sources": [
66+
"arxiv",
67+
"github_issues",
68+
"z3_docs"
69+
],
70+
"validation_pass_rate": 1.0,
71+
"median_age_days": 0.0,
72+
"llm_classified_rate": 0.05555555555555555,
73+
"reviewed_rate": 0.0
74+
}
75+
],
76+
"total_records": 1194,
77+
"generated_at": "2026-07-16T01:03:10.654378+00:00"
78+
}

0 commit comments

Comments
 (0)