Cross-check structured findings for contradictions
inspect_findingsCross-check structured items with seven checks to surface discrepancies in sources, naming, numbers, units, dates, duplicates, and inferred assertions. Returns findings to confirm.
Instructions
あなた(Claude)が資料を読んで構造化した項目の一覧を受け取り、機械にしか見つけられない食い違いを突き合わせて返す。サーバーは資料を読まない。検査は 7 つ: (1) 出典が付いていない項目、(2) 同じ実体の別表記の候補(文字バイグラムの類似度と共通部分を根拠として併記)、(3) 同じ subject に対する数値の食い違い(万/億の桁、「約」「以上」「以下」、丸めの粒度を解釈し、丸めで説明できるものは弱い指摘に落とす。両方が同じ出典を指していれば「時点や範囲の違いでは説明しにくい」と注記する)、(4) 単位の不揃い(名/人のような同義の表記ゆれと、社/拠点のような数え方そのものの違いを区別する)、(5) 日付の前後(「2024年3月31日」「2025年度」のような値は数値ではなく日付として読み、項目名から開始/終了が読み取れる組で順序が逆なら重み高、役割が読めない組は「同じ対象に違う時点」として弱く出す)、(6) 項目名・対象・値が完全に一致する重複項目、(7) confidence=inferred なのに断定的な語で書かれている項目。指摘はすべて「可能性(要確認)」として、どの項目とどの項目かを番号付きで併記して返す。数値として読めなかった value は、番号・元の表記・読めなかった理由(漢数字・伏せ字・数字なし など)を添えて返す。0 件のときは「機械的な矛盾は無い。ただし正しさの保証ではない」と明示し、人が見るべき観点(時点・範囲・書かれていないこと・因果の飛躍・重み)を示す。 / Takes the list of items you structured after reading the material and mechanically cross-checks them; the server never reads the document. Seven checks: missing sources; naming-variant candidates (with similarity and the shared substring as evidence); numeric conflicts for the same subject (understanding Japanese magnitude words, approximate/at-least/at-most qualifiers, and rounding granularity, downgrading anything rounding explains, and noting when both figures cite the same source); unit mismatches (separating synonymous spellings from genuinely different counting units); date ordering (values such as "2024年3月31日" are read as dates rather than numbers; a start dated after an end is weighted high, other date pairs are reported weakly); exact duplicate items; and items marked inferred but written as assertions. Every finding is phrased as something to confirm and cites the item numbers on both sides. Values that could not be read as numbers come back with the original text and the reason. When nothing is found it says so honestly and lists the lenses only a human can apply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | 出力言語 / Output language | both |
| items | Yes | 検査する項目。資料をまたいで一度に渡すほど食い違いが出る / The items to check. Conflicts surface when items from several sources are passed together | |
| title | No | 何を検査しているかの名前(資料名など、任意) / Optional name of what is being inspected — 最大 300 文字 at most 300 characters |