Datasets:
case_id stringlengths 6 6 | source stringclasses 2
values | language stringclasses 2
values | claim_type stringclasses 5
values | category stringclasses 11
values | context stringlengths 16 196 | answer stringlengths 11 127 | focus_value stringlengths 0 94 | expected_status stringclasses 6
values | claimcheck_status stringclasses 6
values | agrees bool 1
class | human_verdict stringclasses 3
values | evidence stringlengths 18 123 ⌀ | nearest_context_value stringlengths 1 50 ⌀ | similarity float64 0 0.98 ⌀ | verdict stringclasses 3
values | grounding_score float64 0 1 | coverage float64 0 1 | claims_total int64 0 4 | sentences_unverified int64 0 3 | latency_ms float64 0.08 0.96 | rationale stringlengths 10 234 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cc-000 | authored | en | NUMERIC | grounded | Acme Corp reported revenue of 12,000 million yen for fiscal 2024, with operating profit of 1,800 million yen. | Acme Corp reported revenue of 12,000 million yen for fiscal 2024. | 12,000 | supported | supported | true | acceptable | context literal: 12,000 | null | null | pass | 1 | 1 | 3 | 0 | 0.808 | The figure appears literally in the context. |
cc-001 | authored | ja | NUMERIC | grounded | 架空商事の2024年度売上高は12,000百万円、営業利益は1,800百万円でした。 | 架空商事の売上高は12,000百万円です。 | 12,000 | supported | supported | true | acceptable | context literal: 12,000 | null | null | pass | 1 | 1 | 1 | 0 | 0.175 | 桁区切りを正規化した上で文脈に literal に存在する。 |
cc-002 | authored | ja | NUMERIC | grounded | 問い合わせ件数は約1,200件に達した。 | 問い合わせ件数は1200件でした。 | 1200件 | supported | supported | true | acceptable | context literal: 1,200件 | null | null | pass | 1 | 1 | 1 | 0 | 0.105 | 「約」は数値トークンの外側、カンマは正規化されるので一致する。 |
cc-003 | authored | en | NUMERIC | grounded | The service handled approximately 1,200 requests per second at peak. | At peak the service handled 1200 requests per second. | 1200 | supported | supported | true | acceptable | context literal: 1,200 | null | null | pass | 1 | 1 | 1 | 0 | 0.145 | Thousands separator and the hedge 'approximately' are both normalised away. |
cc-004 | authored | ja | NUMERIC | grounded | 当期の最終損益は▲1,200百万円の赤字となった。 | 最終損益は▲1,200百万円でした。 | ▲1,200 | supported | supported | true | acceptable | context literal: ▲1,200 | null | null | pass | 1 | 1 | 1 | 0 | 0.107 | ▲ は日本の会計表記の負号として正規化され、-1200 として一致する。 |
cc-005 | authored | en | NUMERIC | grounded | Total addressable market is estimated at 3.5B USD. | The total addressable market is 3.5B USD. | 3.5B | supported | supported | true | acceptable | context literal: 3.5B | null | null | pass | 1 | 1 | 1 | 0 | 0.129 | The B magnitude suffix expands to 3.5e9 on both sides. |
cc-006 | authored | ja | NUMERIC | grounded | 登録ユーザー数は1.2万人を突破した。 | 登録ユーザー数は1.2万人です。 | 1.2万人 | supported | supported | true | acceptable | context literal: 1.2万人 | null | null | pass | 1 | 1 | 1 | 0 | 0.092 | 万 は 1e4 に展開され、両側とも 12000 になる。 |
cc-007 | authored | en | NUMERIC | grounded | The sensor operates at 2.4e3 Hz under nominal load. | The sensor operates at 2.4e3 Hz. | 2.4e3 | supported | supported | true | acceptable | context literal: 2.4e3 Hz | null | null | pass | 1 | 1 | 1 | 0 | 0.114 | Exponent notation is parsed on both sides. |
cc-008 | authored | en | NUMERIC | derived | Acme reported revenue of 12,000 million and operating profit of 1,800 million for fiscal 2024. | That gives an operating margin of 15%. | 15% | derived | derived | true | acceptable | derivable from context: 1,800 / 12,000 * 100 (percentage) = 15 | null | null | pass | 1 | 1 | 1 | 0 | 0.519 | 1,800 / 12,000 * 100 = 15; the formula is returned as evidence. |
cc-009 | authored | ja | NUMERIC | derived | 2024年度の売上高は12,000百万円、営業利益は1,800百万円でした。 | したがって営業利益率は15%です。 | 15% | derived | derived | true | acceptable | derivable from context: 1,800 / 12,000 * 100 (percentage) = 15 | null | null | pass | 1 | 1 | 1 | 0 | 0.22 | 1,800 / 12,000 * 100 = 15 で導出できる。 |
cc-010 | authored | en | NUMERIC | derived | Revenue was 100 million and total costs were 40 million. | Profit therefore came to 60 million. | 60 | derived | derived | true | acceptable | derivable from context: 100 - 40 = 60 | null | null | pass | 1 | 1 | 1 | 0 | 0.203 | 100 - 40 = 60 is a two-term derivation. |
cc-011 | authored | ja | NUMERIC | derived | 従業員数は前年度3,200人、今年度3,400人でした。 | 増加数は200人です。 | 200人 | derived | derived | true | acceptable | derivable from context: 3,400人 - 3,200人 = 200 | null | null | pass | 1 | 1 | 1 | 0 | 0.187 | 3,400 - 3,200 = 200 の差分導出。 |
cc-012 | authored | en | NUMERIC | derived | Headcount grew from 3,200 to 3,400 over the year. | That is a growth rate of 6.25%. | 6.25% | derived | derived | true | acceptable | derivable from context: (3,400 - 3,200) / 3,200 * 100 (change rate) = 6.25 | null | null | pass | 1 | 1 | 1 | 0 | 0.202 | (3,400 - 3,200) / 3,200 * 100 = 6.25 is an indexed change rate. |
cc-013 | authored | en | NUMERIC | derived | The unit price is 250 USD and the order covers 40 units. | The order total is 10,000 USD. | 10,000 | derived | derived | true | acceptable | derivable from context: 250 * 40 = 10000 | null | null | pass | 1 | 1 | 1 | 0 | 0.204 | 250 * 40 = 10,000 is a two-term product. |
cc-014 | authored | en | NUMERIC | contradicted | Headcount at the end of the prior year was 3,200. | Headcount at the end of the prior year was 3,250. | 3,250 | contradicted | contradicted | true | acceptable | closest context value is 3,200 (relative difference 1.5%) | 3,200 | null | retry | 0 | 1 | 1 | 0 | 0.155 | The context holds 3,200, a 1.5% relative difference, inside the near-miss window. |
cc-015 | authored | ja | NUMERIC | contradicted | 前年度の従業員数は3,200人でした。 | 前年度の従業員数は3,250人でした。 | 3,250人 | contradicted | contradicted | true | acceptable | closest context value is 3,200人 (relative difference 1.5%) | 3,200人 | null | retry | 0 | 1 | 1 | 0 | 0.122 | 文脈の 3,200人 と近接するが不一致。 |
cc-016 | authored | en | NUMERIC | contradicted | The fine imposed was 340,000 USD. | The fine imposed was 3,400,000 USD. | 3,400,000 | contradicted | contradicted | true | acceptable | closest context value 340,000 differs by 10^1 (order-of-magnitude error) | 340,000 | null | retry | 0 | 1 | 1 | 0 | 0.132 | Exactly one order of magnitude off the context value. |
cc-017 | authored | ja | NUMERIC | contradicted | 罰金は340,000ドルであった。 | 罰金は3,400,000ドルであった。 | 3,400,000 | contradicted | contradicted | true | acceptable | closest context value 340,000ドル differs by 10^1 (order-of-magnitude error) | 340,000ドル | null | retry | 0 | 1 | 1 | 0 | 0.112 | 文脈値のちょうど10倍。桁違いとして検出される。 |
cc-018 | authored | en | NUMERIC | contradicted | Net income for the quarter was 1,500 million yen. | Net income for the quarter was -1,500 million yen. | -1,500 | contradicted | contradicted | true | acceptable | context states 1,500, the exact negation of this value (sign error) | 1,500 | null | retry | 0 | 1 | 1 | 0 | 0.143 | Same magnitude, opposite sign. |
cc-019 | authored | en | NUMERIC | hallucinated | Acme reported revenue of 12,000 million and operating profit of 1,800 million. | The churn rate reached 7.2% this quarter. | 7.2% | unsupported | unsupported | true | acceptable | null | 1,800 | null | retry | 0 | 1 | 1 | 0 | 0.241 | Nothing in the context relates to churn and no context value is near 7.2. |
cc-020 | authored | ja | NUMERIC | hallucinated | 2024年度の売上高は12,000百万円、営業利益は1,800百万円でした。 | なお解約率は7.2%に達しています。 | 7.2% | unsupported | unsupported | true | acceptable | null | 1,800 | null | retry | 0 | 1 | 1 | 0 | 0.23 | 解約率に関する記述は文脈に一切存在しない。 |
cc-021 | authored | en | NUMERIC | hallucinated | The report covers three regional offices. | The company operates 847 retail locations worldwide. | 847 | unsupported | unsupported | true | acceptable | null | null | null | retry | 0 | 1 | 1 | 0 | 0.135 | A fabricated specific with no counterpart in the context. |
cc-022 | authored | en | NUMERIC | known_false_positive | Annual recurring revenue reached 1,200 thousand USD. | Annual recurring revenue reached roughly 1,250 thousand USD. | 1,250 | contradicted | contradicted | true | false_positive | closest context value is 1,200 (relative difference 4.0%) | 1,200 | null | retry | 0 | 1 | 1 | 0 | 0.152 | A human would accept 1,250 as a rounded restatement, but 4% off is inside the default near-miss window. Raise numeric_tolerance rather than lowering contradiction_rel. |
cc-023 | authored | ja | NUMERIC | known_false_positive | 売上高は12,345百万円でした。 | 売上高はおよそ12,000百万円規模でした。 | 12,000 | contradicted | contradicted | true | false_positive | closest context value is 12,345 (relative difference 2.8%) | 12,345 | null | retry | 0 | 1 | 1 | 0 | 0.115 | 人間は丸めた言い換えとして許容するが、相対差 2.8% は近接不一致の窓に入る。 |
cc-024 | authored | en | NUMERIC | known_false_positive | The context lists the values 2, 3 and 6 in an unrelated table. | The combined figure is 6. | 6 | supported | supported | true | false_positive | context literal: 6 | null | null | pass | 1 | 1 | 1 | 0 | 0.146 | Literally present, but also coincidentally derivable as 2*3. Coincidental derivation is why the formula is always shown as evidence. |
cc-025 | authored | en | NUMERIC | edge_case | The margin improved to 3.5% this year. | The margin improved by 3.5 points this year. | 3.5 | supported | supported | true | acceptable | context literal: 3.5% | null | null | pass | 1 | 1 | 1 | 0 | 0.202 | Value matches but the unit meaning differs (percent vs percentage points). Semantic unit errors are invisible to this tool. |
cc-026 | authored | en | NUMERIC | edge_case | Steps: prepare the environment, then run the migration. | 1. Prepare the environment
2. Run the migration | 2 | not_extracted | not_extracted | true | acceptable | null | null | null | annotate | 0 | 0 | 0 | 2 | 0.152 | List markers at a line start are excluded from extraction, so no NUMERIC claim is produced for this token at all. |
cc-027 | authored | en | NUMERIC | edge_case | The team has four members and two open roles. | The team has 5 members. | 5 | unsupported | unsupported | true | acceptable | null | null | null | retry | 0 | 1 | 1 | 0 | 0.142 | Bare integers 0-10 with no unit are never marked contradicted: they sit near everything and produced only noise. |
cc-028 | authored | en | DATE | grounded | Product X shipped on 2024-03-15 following a six-month delay. | Product X shipped on 2024-03-15. | 2024-03-15 | supported | supported | true | acceptable | context date: 2024-03-15 | null | null | pass | 1 | 1 | 1 | 0 | 0.137 | Identical ISO date. |
cc-029 | authored | ja | DATE | grounded | 新製品Xは2024年3月15日に発売されました。 | 新製品Xは2024年3月15日に発売されています。 | 2024年3月15日 | supported | supported | true | acceptable | context date: 2024-03-15 | null | null | pass | 1 | 1 | 1 | 0 | 0.124 | 和暦表記でない年月日をISOに正規化して一致。 |
cc-030 | authored | ja | DATE | grounded | 契約の発効日は令和6年1月5日である。 | 契約は2024-01-05に発効しました。 | 2024-01-05 | supported | supported | true | acceptable | context date: 2024-01-05 | null | null | pass | 1 | 1 | 1 | 0 | 0.105 | 令和6年 は 2024 に正規化されるため一致する。 |
cc-031 | authored | en | DATE | grounded | The amendment takes effect on January 5, 2024. | The amendment takes effect on 5 January 2024. | 5 January 2024 | supported | supported | true | acceptable | context date: 2024-01-05 | null | null | pass | 1 | 1 | 1 | 0 | 0.13 | Month-day-year and day-month-year both normalise to 2024-01-05. |
cc-032 | authored | en | DATE | grounded | The filing deadline is 2024/3/1 for all applicants. | The filing deadline is 2024-03-01. | 2024-03-01 | supported | supported | true | acceptable | context date: 2024-03-01 | null | null | pass | 1 | 1 | 1 | 0 | 0.116 | Separator differences are absorbed by normalisation. |
cc-033 | authored | ja | DATE | grounded | 平成31年4月30日をもって制度は終了した。 | 制度は1989年ではなく2019-04-30に終了しました。 | 2019-04-30 | supported | supported | true | acceptable | context date: 2019-04-30 | null | null | retry | 0.5 | 1 | 2 | 0 | 0.139 | 平成31年 は 2019 に正規化される。 |
cc-034 | authored | en | DATE | approximate | The incident occurred in January 2024. | The incident occurred on 2024-01-15. | 2024-01-15 | approximate | approximate | true | acceptable | context only states 2024-01; the answer adds precision (2024-01-15) | null | null | retry | 0 | 1 | 1 | 0 | 0.107 | The answer is finer-grained than the source: the model added a day the context never stated. |
cc-035 | authored | ja | DATE | approximate | 障害は2024年1月に発生した。 | 障害は2024年1月15日に発生しました。 | 2024年1月15日 | approximate | approximate | true | acceptable | context only states 2024-01; the answer adds precision (2024-01-15) | null | null | retry | 0 | 1 | 1 | 0 | 0.09 | 文脈より詳細な日付。モデルが粒度を補完した可能性がある。 |
cc-036 | authored | en | DATE | contradicted | The board approved the merger on 2024-03-15. | The board approved the merger on 2024-03-18. | 2024-03-18 | contradicted | contradicted | true | acceptable | context has a near but different date: 2024-03-15 | 2024-03-15 | null | retry | 0 | 1 | 1 | 0 | 0.136 | Same year and month, different day. |
cc-037 | authored | ja | DATE | contradicted | 取締役会は2024年3月15日に承認した。 | 取締役会は2024年5月15日に承認しました。 | 2024年5月15日 | contradicted | contradicted | true | acceptable | context has a near but different date: 2024-03 | 2024-03 | null | retry | 0 | 1 | 1 | 0 | 0.119 | 年は一致するが月が異なる。 |
cc-038 | authored | en | DATE | hallucinated | The policy document describes the escalation procedure in detail. | The policy was ratified on 2019-11-04. | 2019-11-04 | unsupported | unsupported | true | acceptable | null | null | null | retry | 0 | 1 | 1 | 0 | 0.13 | The context contains no date at all. |
cc-039 | authored | ja | DATE | hallucinated | 本規程はエスカレーション手順を定めるものである。 | 本規程は2019年11月4日に制定されました。 | 2019年11月4日 | unsupported | unsupported | true | acceptable | null | null | null | retry | 0 | 1 | 1 | 0 | 0.113 | 文脈に日付が存在しない。 |
cc-040 | authored | en | DATE | known_false_positive | Revenue for FY2024 reached a record high. | Revenue for 2024 reached a record high. | 2024 | supported | supported | true | false_positive | matches a year stated in the context (2024) | null | null | pass | 1 | 1 | 1 | 0 | 0.118 | FY2024 and calendar 2024 are treated as the same year. Depending on the company's fiscal calendar they are not the same period. |
cc-041 | authored | ja | DATE | known_false_positive | 2024年度の業績は過去最高となった。 | 2024年の業績は過去最高となりました。 | 2024年 | supported | supported | true | false_positive | context date: 2024 | null | null | pass | 1 | 1 | 1 | 0 | 0.093 | 年度と暦年を同一視する。開始月が異なる企業では誤り。 |
cc-042 | authored | en | DATE | edge_case | The audit was completed on 2024-03-15. | The audit was completed last year. | last year | not_extracted | not_extracted | true | acceptable | null | null | null | annotate | 0 | 0 | 0 | 1 | 0.095 | Relative dates never become claims: they cannot be resolved without a generation date. |
cc-043 | authored | ja | DATE | edge_case | 監査は2024年3月15日に完了した。 | 監査は昨年完了しました。 | 昨年 | not_extracted | not_extracted | true | acceptable | null | null | null | annotate | 0 | 0 | 0 | 1 | 0.076 | 相対表現は claim にならない。counts.relative_date_mentions に計上されるのみ。 |
cc-044 | authored | en | QUOTE | grounded | The report: revenue grew by twelve percent in 2024 across all segments. | The report states that "revenue grew by twelve percent in 2024" | revenue grew by twelve percent in 2024 | supported | supported | true | acceptable | exact (normalised) substring of the context | null | null | pass | 1 | 1 | 2 | 0 | 0.162 | The quoted span is an exact normalised substring of the context. |
cc-045 | authored | ja | QUOTE | grounded | 報告書: 当社は2024年に新製品を投入する。 | 報告書には「当社は2024年に新製品を投入する」と記載されています。 | 当社は2024年に新製品を投入する | supported | supported | true | acceptable | exact (normalised) substring of the context | null | null | pass | 1 | 1 | 2 | 0 | 0.126 | 正規化後の完全一致。 |
cc-046 | authored | ja | QUOTE | paraphrase | 報告書: 当社は2024年に新製品を投入する。 | 報告書には「2024年に新製品を投入します」と記載されています。 | 2024年に新製品を投入します | approximate | approximate | true | acceptable | closest context passage (similarity 0.93): 2024年に新製品を投入す | null | 0.9286 | retry | 0.5 | 1 | 2 | 0 | 0.169 | 敬体への言い換え。意味は保たれているが引用としては不正確なので approximate。 |
cc-047 | authored | en | QUOTE | paraphrase | The memo: all contractors must complete the security training before access is granted. | The memo says that "all contractors must complete security training before access is granted" | all contractors must complete security training before access is granted | approximate | approximate | true | acceptable | closest context passage (similarity 0.97): all contractors must complete the security training before access is granted. | null | 0.9664 | retry | 0 | 1 | 1 | 0 | 0.401 | One word dropped; high similarity but not an exact quote. |
cc-048 | authored | en | QUOTE | contradicted | The report: revenue grew by twelve percent in 2024. | The report states that "revenue declined by twelve percent last year" | revenue declined by twelve percent last year | contradicted | contradicted | true | acceptable | a similar but materially different passage exists (similarity 0.70): revenue grew by twelve percent in 2024. | revenue grew by twelve percent in 2024. | 0.6988 | retry | 0 | 1 | 1 | 0 | 0.388 | A passage this similar exists but says the opposite: grew versus declined. |
cc-049 | authored | ja | QUOTE | known_false_negative | 議事録: 提案は全会一致で承認された。 | 議事録には「提案は全会一致で否決された」と記載されています。 | 提案は全会一致で否決された | approximate | approximate | true | false_negative | closest context passage (similarity 0.85): 提案は全会一致で承認された | null | 0.8462 | retry | 0 | 1 | 1 | 0 | 0.139 | 承認 -> 否決 は1文字の違いで類似度0.92となり approximate に落ちる。文字類似度では日本語の意味反転を検出できない。本ツールの最も重要な限界。 |
cc-050 | authored | en | QUOTE | hallucinated | The report: revenue grew by twelve percent in 2024. | The report states that "the moon is made of cheese entirely" | the moon is made of cheese entirely | unsupported | unsupported | true | acceptable | null | null | 0 | retry | 0 | 1 | 1 | 0 | 0.157 | No similar passage exists anywhere in the context. |
cc-051 | authored | ja | QUOTE | hallucinated | 報告書: 当社は2024年に新製品を投入する。 | 報告書には「火星に支社を設立する」と記載されています。 | 火星に支社を設立する | unsupported | unsupported | true | acceptable | null | null | 0 | retry | 0 | 1 | 1 | 0 | 0.129 | 類似する記述が文脈に存在しない。 |
cc-052 | authored | en | QUOTE | known_false_positive | The guidance: employees should submit expenses within thirty days of travel. | The guidance states that "staff must file expenses within 30 days of travelling" | staff must file expenses within 30 days of travelling | contradicted | contradicted | true | false_positive | a similar but materially different passage exists (similarity 0.66): ould submit expenses within thirty days of travel. | ould submit expenses within thirty days of travel. | 0.6602 | retry | 0 | 1 | 2 | 0 | 0.335 | A faithful meaning-preserving paraphrase that rewrites most words. Similarity falls below the approximate threshold, so a correct answer is penalised. |
cc-053 | authored | ja | QUOTE | known_false_positive | 規程: 従業員は出張後30日以内に経費を精算しなければならない。 | 規程には「社員は出張から1か月以内に経費精算を行う必要がある」と記載されています。 | 社員は出張から1か月以内に経費精算を行う必要がある | unsupported | unsupported | true | false_positive | null | null | 0 | retry | 0 | 1 | 2 | 0 | 0.193 | 意味は同じだが語をほぼ入れ替えた言い換え。類似度が閾値に届かず偽陽性になる。 |
cc-054 | authored | en | ENTITY | grounded | The contract renews automatically under Article 12 unless terminated. | The contract renews automatically under Article 12. | Article 12 | supported | supported | true | acceptable | appears verbatim in the context | null | null | pass | 1 | 1 | 1 | 0 | 0.188 | The identifier appears verbatim. |
cc-055 | authored | ja | ENTITY | grounded | 契約は第12条に基づき自動更新される。 | 契約は第12条に基づき自動更新されます。 | 第12条 | supported | supported | true | acceptable | appears verbatim in the context | null | null | pass | 1 | 1 | 1 | 0 | 0.103 | 条番号が文脈に literal に存在する。 |
cc-056 | authored | en | ENTITY | contradicted | The contract renews automatically under Article 12. | The contract renews automatically under Article 15. | Article 15 | contradicted | contradicted | true | acceptable | a similar identifier exists in the context: article 12 | article 12 | 0.9 | retry | 0 | 1 | 1 | 0 | 0.177 | Identifiers are exact-or-wrong: a one-digit-off article number is the dangerous fabrication, not an approximation. |
cc-057 | authored | ja | ENTITY | contradicted | 契約は第12条に基づき自動更新される。 | 契約は第13条に基づき自動更新されます。 | 第13条 | contradicted | contradicted | true | acceptable | a similar identifier exists in the context: 第12条 | 第12条 | 0.75 | retry | 0 | 1 | 1 | 0 | 0.144 | 1桁違いの条番号。識別子は一致か誤りかしかない。 |
cc-058 | authored | en | ENTITY | contradicted | The approved hardware for this deployment is model XR-400. | The approved hardware for this deployment is model XR-500. | XR-500 | contradicted | contradicted | true | acceptable | a similar identifier exists in the context: xr-400 | xr-400 | 0.8333 | retry | 0 | 1 | 1 | 0 | 0.192 | A model number one digit off the one in the source. |
cc-059 | authored | en | ENTITY | hallucinated | The vendor assessment covered pricing, support and roadmap. | The assessment was carried out by Meridian Analytics Group. | Meridian Analytics Group | unsupported | unsupported | true | acceptable | null | null | 0 | retry | 0 | 1 | 1 | 0 | 0.161 | A fabricated organisation name absent from the context. |
cc-060 | authored | ja | ENTITY | grounded | 当社は ISO 9001 認証を取得しています。 | 当社は ISO 9001 に準拠しています。 | ISO 9001 | supported | supported | true | acceptable | appears verbatim in the context | null | null | pass | 1 | 1 | 1 | 0 | 0.104 | 規格番号が完全一致。 |
cc-061 | authored | en | ENTITY | known_false_positive | The pipeline uses a gradient boosting classifier trained on historical tickets. | The pipeline applies Machine Learning to historical tickets. | Machine Learning | unsupported | unsupported | true | false_positive | null | null | 0 | retry | 0 | 1 | 1 | 0 | 0.161 | A generic noun phrase, not a hallucinated fact. ENTITY is the noisiest check and should be disabled first. |
cc-062 | authored | en | ENTITY | known_false_positive | Guidance was issued by the World Health Organization in March. | Guidance was issued by the WHO in March. | WHO | not_extracted | not_extracted | true | false_positive | null | null | null | annotate | 0 | 0 | 0 | 1 | 0.109 | 'who' is on the stopword list, so no ENTITY claim is created. The suppression list already prevents this false positive - acronym expansion is still unhandled, but it costs a miss rather than a false alarm. |
cc-063 | authored | en | ENTITY | known_false_positive | The facility is certified to ISO 9001. | The facility is certified to ISO 9001:2015. | ISO 9001:2015 | contradicted | contradicted | true | false_positive | a similar identifier exists in the context: iso 9001. | iso 9001. | 0.7273 | retry | 0 | 1 | 1 | 0 | 0.152 | A legitimate standard-version variant is treated as a near-miss identifier. The cost of catching one-digit-off fabrications. |
cc-064 | authored | en | URL | grounded | Full results are published at https://example.com/ir/2024 for download. | Full results are at https://example.com/ir/2024 | https://example.com/ir/2024 | supported | supported | true | acceptable | context URL: https://example.com/ir/2024 | null | null | pass | 1 | 1 | 1 | 0 | 0.187 | The URL matches exactly after normalisation. |
cc-065 | authored | ja | URL | grounded | IR資料は https://example.com/ir/2024 に掲載しています。 | 詳細は https://example.com/ir/2024 をご覧ください。 | https://example.com/ir/2024 | supported | supported | true | acceptable | context URL: https://example.com/ir/2024 | null | null | pass | 1 | 1 | 1 | 0 | 0.132 | URL が完全一致。 |
cc-066 | authored | en | URL | contradicted | Full results are published at https://example.com/ir/2024 | Full results are at https://example.com/ir/2025 | https://example.com/ir/2025 | contradicted | contradicted | true | acceptable | host example.com appears in the context but this exact path does not (possible fabricated link) | example.com | null | retry | 0 | 1 | 1 | 0 | 0.144 | The host appears in the context but this exact path does not: the classic fabricated citation. |
cc-067 | authored | ja | URL | contradicted | IR資料は https://example.com/ir/2024 に掲載しています。 | 詳細は https://example.com/ir/2025 をご覧ください。 | https://example.com/ir/2025 | contradicted | contradicted | true | acceptable | host example.com appears in the context but this exact path does not (possible fabricated link) | example.com | null | retry | 0 | 1 | 1 | 0 | 0.145 | ホストは一致、パスが捏造されている。 |
cc-068 | authored | en | URL | hallucinated | Full results are published at https://example.com/ir/2024 | See also https://totally-invented-source.org/report for background. | https://totally-invented-source.org/report | unsupported | unsupported | true | acceptable | null | null | null | retry | 0 | 1 | 1 | 0 | 0.163 | An entirely invented domain with no counterpart in the context. |
cc-069 | authored | en | URL | approximate | Documentation lives at https://example.com/docs/v2/getting-started | Documentation lives at https://example.com/docs/v2 | https://example.com/docs/v2 | approximate | approximate | true | acceptable | context has a related URL: https://example.com/docs/v2/getting-started | null | null | retry | 0 | 1 | 1 | 0 | 0.126 | A path prefix of a context URL: related, but not the cited page. |
cc-070 | authored | en | URL | known_false_positive | Full results are published at https://example.com/ir/2024 | Full results are at https://example.com/ir/2024?utm_source=newsletter | https://example.com/ir/2024?utm_source=newsletter | approximate | approximate | true | false_positive | context has a related URL: https://example.com/ir/2024 | null | null | retry | 0 | 1 | 1 | 0 | 0.138 | A tracking parameter makes an otherwise identical link fail exact matching. |
cc-071 | authored | en | NUMERIC | coverage | Acme reported revenue of 12,000 million for fiscal 2024. | Please contact the relevant department for further details. We appreciate your understanding. | not_extracted | not_extracted | true | acceptable | null | null | null | annotate | 0 | 0 | 0 | 1 | 0.163 | Zero claims extracted, so coverage is 0.0. grounding_score is meaningless here: this is the case that proves why coverage must always be read alongside it. | |
cc-072 | authored | ja | NUMERIC | coverage | 2024年度の売上高は12,000百万円でした。 | 詳細は担当部署にお問い合わせください。ご検討のほどよろしくお願いいたします。 | not_extracted | not_extracted | true | acceptable | null | null | null | annotate | 0 | 0 | 0 | 2 | 0.119 | 抽出できる主張がゼロなので coverage は 0.0。grounding_score だけを見ると「検証済み」と誤読される典型例。 | |
cc-073 | authored | en | NUMERIC | adversarial | Acme reported revenue of 12,000 million and operating profit of 1,800 million for fiscal 2024. | Acme reported revenue of 12,000 million for fiscal 2024. The company also opened 34 new offices that year. | 34 | unsupported | unsupported | true | acceptable | null | 1,800 | null | retry | 0.6667 | 1 | 3 | 0 | 0.597 | One well-grounded sentence carrying a fabricated specific alongside it: the mixed answer is the realistic failure mode. |
cc-074 | authored | ja | NUMERIC | adversarial | 2024年度の売上高は12,000百万円、営業利益は1,800百万円でした。 | 2024年度の売上高は12,000百万円でした。また同年に34拠点を新設しました。 | 34拠点 | unsupported | unsupported | true | acceptable | null | 1,800 | null | retry | 0.6667 | 1 | 3 | 0 | 0.267 | 正しい文と捏造された具体値が同居する、実運用で最もよくある形。 |
cc-075 | authored | en | NUMERIC | adversarial | The survey covered 1,200 respondents across four countries. | The survey, which reached 1,200 respondents, found that 68% favoured the proposal. | 68% | unsupported | unsupported | true | acceptable | null | 1,200 | null | retry | 0.5 | 1 | 2 | 0 | 0.187 | A fabricated figure buried inside an otherwise faithful restatement. |
cc-076 | authored | ja | NUMERIC | adversarial | 調査は4カ国の1,200名を対象に実施された。 | 1,200名を対象とした調査の結果、68%が提案に賛成しました。 | 68% | unsupported | unsupported | true | acceptable | null | 4 | null | retry | 0.5 | 1 | 2 | 0 | 0.229 | 忠実な言い換えの中に捏造値が埋め込まれている。 |
cc-077 | authored | en | DATE | adversarial | The outage began at 03:00 UTC and was resolved within two hours. | The outage began recently and was resolved quickly. | recently | not_extracted | not_extracted | true | acceptable | null | null | null | annotate | 0 | 0 | 0 | 1 | 0.132 | An answer that is vague where the context was specific: nothing to verify, and coverage drops accordingly. |
cc-078 | generated | en | QUOTE | grounded | Acme Corp's Q3 filing states: "We expect cloud revenue to grow at a double-digit rate through fiscal 2027." | According to the filing, Acme Corp said, "We expect cloud revenue to grow at a double-digit rate through fiscal 2027." | We expect cloud revenue to grow at a double-digit rate through fiscal 2027. | supported | supported | true | acceptable | exact (normalised) substring of the context | null | null | pass | 1 | 1 | 3 | 0 | 0.237 | The quoted sentence is reproduced verbatim from the context, so the quote claim matches literally. |
cc-079 | generated | en | QUOTE | paraphrase | The post-incident review states: "The outage was caused by a misconfigured load balancer in the eu-west-1 region." | The review states that "the outage was caused by a misconfigured load balancer in the eu-west-1 region of our platform." | the outage was caused by a misconfigured load balancer in the eu-west-1 region of our platform | approximate | approximate | true | acceptable | closest context passage (similarity 0.90): the outage was caused by a misconfigured load balancer in the eu-west-1 region." | null | 0.9029 | retry | 0 | 1 | 1 | 0 | 0.314 | The wording tracks the source closely (well above 0.82 similarity) but adds a trailing qualifier, so it is a near match rather than a literal one. |
cc-080 | generated | en | QUOTE | contradicted | Acme Corp's press release reads: "Subscription revenue grew 8% year over year in the second quarter." | The press release says "Subscription revenue declined 8% year over year in the second quarter." | Subscription revenue declined 8% year over year in the second quarter. | approximate | approximate | true | false_negative | closest context passage (similarity 0.92): subscription revenue grew 8% year over year in the second quarter." | null | 0.9197 | retry | 0.5 | 1 | 2 | 0 | 0.308 | grew -> declined is a semantic reversal, but character similarity is 0.97 so the quote reads as a paraphrase. The answer is still flagged (verdict=retry) because approximate does not count as grounded. |
cc-081 | generated | en | QUOTE | hallucinated | Acme Corp announced a partnership with Zenith Logistics to expand same-day delivery to three additional metro areas. The announcement gives no financial terms and includes no executive commentary. | Acme's chief executive said, "This partnership will double our delivery volume by next summer." | This partnership will double our delivery volume by next summer. | unsupported | unsupported | true | acceptable | null | null | 0.4219 | retry | 0 | 1 | 1 | 0 | 0.544 | The context contains no executive statement at all, so the attributed quote has nothing close to match against. |
cc-082 | generated | en | QUOTE | known_false_positive | The security bulletin states: "Customers running version 4.2 or earlier should upgrade immediately." | The bulletin states that "anyone still on release 4.2 or older must update without delay." | anyone still on release 4.2 or older must update without delay | unsupported | unsupported | true | false_positive | null | null | 0 | retry | 0.5 | 1 | 2 | 0 | 0.216 | A faithful paraphrase rewritten word for word falls below the similarity threshold. |
cc-083 | generated | en | QUOTE | coverage | The vendor's service agreement guarantees 99.9% uptime each calendar month and provides service credits for any month that falls short of that level. | According to the agreement, "service credits apply in any calendar month that falls below 99.9% uptime." | service credits apply in any calendar month that falls below 99.9% uptime | unsupported | unsupported | true | false_positive | null | null | 0.6074 | retry | 0.5 | 1 | 2 | 0 | 0.956 | A faithful restatement scoring 0.61: below the approximate threshold, so a correct answer is flagged. |
cc-084 | generated | en | QUOTE | coverage | The internal memo closes with a line from the CFO: “Cost discipline remains our top priority for the rest of the year.” | The memo quotes the CFO as saying "Cost discipline remains our top priority for the rest of the year." | Cost discipline remains our top priority for the rest of the year. | supported | supported | true | acceptable | exact (normalised) substring of the context | null | null | pass | 1 | 1 | 1 | 0 | 0.219 | Only the quotation-mark style differs (curly versus straight); after normalisation the string is identical to the context. |
cc-085 | generated | en | QUOTE | contradicted | The earnings call transcript records the COO saying: "We opened 12 new distribution centres in 2025." | The transcript records the COO saying "We opened 21 new distribution centres in 2025." | We opened 21 new distribution centres in 2025. | approximate | approximate | true | acceptable | closest context passage (similarity 0.98): we opened 12 new distribution centres in 2025. | null | 0.9783 | retry | 0.5 | 1 | 4 | 0 | 0.413 | The quote status understates it, but the NUMERIC claim 21 inside the quote is unsupported, so the layered design still flags the answer. Read the claims inside a quote, not only the quote status. |
cc-086 | generated | ja | QUOTE | grounded | 架空商事の統合報告書には「2027年までに国内の全拠点を再生可能エネルギーに切り替える」と記載されている。 | 統合報告書には「2027年までに国内の全拠点を再生可能エネルギーに切り替える」と記載されている。 | 2027年までに国内の全拠点を再生可能エネルギーに切り替える | supported | supported | true | acceptable | exact (normalised) substring of the context | null | null | pass | 1 | 1 | 2 | 0 | 0.177 | The bracketed quote is character-for-character identical to the quoted span in the context. |
cc-087 | generated | ja | QUOTE | paraphrase | 記者会見で架空商事の広報担当は「現時点で追加の人員削減は計画していない」と述べた。 | 会見によると、広報担当は「現時点では追加の人員削減を計画していない」と述べた。 | 現時点では追加の人員削減を計画していない | approximate | approximate | true | acceptable | closest context passage (similarity 0.90): "現時点で追加の人員削減は計画していない | null | 0.9 | retry | 0 | 1 | 1 | 0 | 0.178 | Only the particles differ (で/では, は/を); the similarity is far above 0.82 but the string is not literal, so it is a near match. |
cc-088 | generated | ja | QUOTE | contradicted | 四半期報告書には「国内売上高は前年同期比で7%増加した」と記載されている。 | 報告書によると「国内売上高は前年同期比で7%減少した」とされている。 | 国内売上高は前年同期比で7%減少した | approximate | approximate | true | false_negative | closest context passage (similarity 0.89): 国内売上高は前年同期比で7%増加した | null | 0.8889 | retry | 0.5 | 1 | 2 | 0 | 0.173 | 増加 -> 減少 differs by one character, so similarity stays high and the reversal is not called contradicted. The single most important limitation of character-level matching on Japanese. |
cc-089 | generated | ja | QUOTE | hallucinated | 架空商事は、物流子会社の株式60%を投資ファンドに売却すると発表した。売却額および経営陣のコメントは公表していない。 | 同社の社長は「今回の売却で財務体質は劇的に改善する」と述べた。 | 今回の売却で財務体質は劇的に改善する | unsupported | unsupported | true | acceptable | null | null | 0 | retry | 0 | 1 | 1 | 0 | 0.171 | The context explicitly says no executive comment was released, so the attributed remark has no counterpart to compare with. |
cc-090 | generated | ja | QUOTE | known_false_positive | 利用規約には「本サービスの障害によって生じた間接損害について当社は責任を負いません」と定められている。 | 利用規約には「サービス障害に起因する間接的な損害について当社は一切の賠償責任を負わない」と記載されている。 | サービス障害に起因する間接的な損害について当社は一切の賠償責任を負わない | unsupported | unsupported | true | false_positive | null | null | 0 | retry | 0 | 1 | 1 | 0 | 0.182 | 意味を保った法務的な言い換えだが、語をほぼ入れ替えているため閾値に届かない。 |
cc-091 | generated | ja | QUOTE | coverage | 架空総研の調査では、2025年度の国内データセンター向け電力需要は前年度比で約12%増えたとされる。 | 調査によると「データセンター向けの電力需要は前年度から約12%伸びた」という。 | データセンター向けの電力需要は前年度から約12%伸びた | contradicted | contradicted | true | false_positive | a similar but materially different passage exists (similarity 0.81): データセンター向け電力需要は前年度比で約12%増えたと | データセンター向け電力需要は前年度比で約12%増えたと | 0.8148 | retry | 0.5 | 1 | 2 | 0 | 0.238 | 増えた -> 伸びた は忠実な言い換えだが類似度0.81が approximate 閾値0.82をわずかに下回り、contradicted の帯に落ちる。閾値境界の典型的な偽陽性。 |
cc-092 | generated | ja | QUOTE | coverage | 社内通達には“来客対応は原則としてオンライン会議に切り替える”と書かれている。 | 社内通達には「来客対応は原則としてオンライン会議に切り替える」と書かれている。 | 来客対応は原則としてオンライン会議に切り替える | supported | supported | true | acceptable | exact (normalised) substring of the context | null | null | pass | 1 | 1 | 1 | 0 | 0.133 | Only the bracket style differs between the double quotes in the context and 「」 in the answer; the quoted text itself is identical after normalisation. |
cc-093 | generated | ja | QUOTE | contradicted | 判決文には「本件は民法第709条に基づく不法行為に当たる」と記されている。 | 判決文には「本件は民法第719条に基づく不法行為に当たる」と記されている。 | 本件は民法第719条に基づく不法行為に当たる | approximate | approximate | true | acceptable | closest context passage (similarity 0.95): 本件は民法第709条に基づく不法行為に当たる | null | 0.9545 | retry | 0 | 1 | 2 | 0 | 0.214 | 第709条 -> 第719条 は QUOTE では approximate に留まるが、ENTITY 第719条 が contradicted を返すため 多層で捕捉できている。 |
cc-094 | generated | en | DATE | grounded | Acme Corp will cut over to its new billing platform on 2024-03-18, with a read-only freeze over the preceding weekend. Extended support hours run for the week after the cut-over. | The billing platform cut-over is scheduled for 2024-03-18. | 2024-03-18 | supported | supported | true | acceptable | context date: 2024-03-18 | null | null | pass | 1 | 1 | 1 | 0 | 0.211 | The ISO date appears literally in the context with the same value. |
cc-095 | generated | en | DATE | paraphrase | The revised supplier agreement with Northwind Freight took effect on 5 January 2024 and runs for an initial term of three years. | The revised supplier agreement took effect on 2024-01-05. | 2024-01-05 | supported | supported | true | acceptable | context date: 2024-01-05 | null | null | pass | 1 | 1 | 1 | 0 | 0.176 | Normalisation of the day-first English month-name form '5 January 2024' yields exactly 2024-01-05. |
cc-096 | generated | en | DATE | coverage | Changelog
1. Gateway v2.1 was rolled out to all regions on 2024.07.01.
2. Legacy v1 endpoints were retired two weeks later. | Gateway v2.1 reached all regions on 2024-07-01. | 2024-07-01 | supported | supported | true | acceptable | context date: 2024-07-01 | null | null | pass | 1 | 1 | 1 | 0 | 0.175 | The dot-separated date normalises to the same ISO date, and the leading '1.' is a list marker rather than a competing numeric claim. |
cc-097 | generated | en | DATE | contradicted | Acme Corp filed its prospectus on Jan 5, 2024, about three weeks before the investor roadshow began. | The prospectus was filed on January 6, 2024. | January 6, 2024 | contradicted | contradicted | true | acceptable | context has a near but different date: 2024-01-05 | 2024-01-05 | null | retry | 0 | 1 | 1 | 0 | 0.167 | The context date shares the year and month but differs by one day, which is the near-but-different date case. |
cc-098 | generated | en | DATE | coverage | Field trials of the Acme sensor array ran in April 2024 across four distribution sites, and the summary report was published later that year. | The field trials took place on 2024-04-15 across four sites. | 2024-04-15 | approximate | approximate | true | acceptable | context only states 2024-04; the answer adds precision (2024-04-15) | null | null | retry | 0 | 1 | 1 | 0 | 0.182 | The answer is finer-grained than the context, which gives only the year and month, so the day is a near match rather than a contradiction. |
cc-099 | generated | en | DATE | known_false_positive | Acme Corp's FY2024 runs from 1 April 2024 to 31 March 2025. Revenue for FY2024 rose 8% to 48.2 billion yen. | Acme Corp's revenue grew 8% in 2024. | 2024 | supported | supported | true | false_positive | matches a year stated in the context (2024) | null | null | pass | 1 | 1 | 3 | 0 | 0.287 | ClaimCheck deliberately treats FY2024 and 2024 as the same year, so this passes as supported even though a quarter of the fiscal period falls in calendar 2025. |
ClaimCheck Evaluation Set
158 hand-checked cases for claim-level groundedness verification: given an answer and the context that was supplied to the model, is each specific claim in that answer supported, derived, approximate, unsupported or contradicted?
Bilingual (87 English / 71 Japanese). Every case was run through ClaimCheck v1.1.0, and the dataset records what the tool actually returned, not just what it should have returned.
| Cases | 158 |
| Languages | English 87 · Japanese 71 |
| Claim types | NUMERIC 59 · DATE 37 · QUOTE 27 · ENTITY 22 · URL 13 |
| Format | JSONL, one case per line |
Why three judgement columns
Most verifier benchmarks carry one label, which quietly conflates two different questions. This set separates them.
| column | question it answers |
|---|---|
expected_status |
What do the documented rules say should happen? |
claimcheck_status |
What did the implementation actually return? |
human_verdict |
Does that outcome actually help a user? |
agrees compares the first two. human_verdict is independent of both: a case
can be perfectly spec-conformant and still a false positive. That is the
whole point. A verifier that scores 100% against its own specification can still
be useless if the specification flags things humans accept.
human_verdict: acceptable 133 | false_positive 22 | false_negative 3
13.9% of this set are false positives — cases where ClaimCheck flags an answer a careful human would accept. That number is published deliberately. A verifier's false-positive rate is the number that decides whether anyone keeps it switched on, and hiding it helps nobody.
Schema
| field | type | description |
|---|---|---|
case_id |
string | cc-000 … cc-157 |
source |
string | authored (78, hand-written) or generated (80, model-generated then hand-verified) |
language |
string | en / ja |
claim_type |
string | NUMERIC / DATE / QUOTE / ENTITY / URL |
category |
string | grounded, derived, contradicted, hallucinated, paraphrase, coverage, adversarial, edge_case, known_false_positive, known_false_negative |
context |
string | The source text supplied to the model |
answer |
string | The model output under test |
focus_value |
string | The exact substring of answer under test (empty for coverage cases) |
expected_status |
string | Spec-conformant label, incl. not_extracted |
claimcheck_status |
string | What ClaimCheck v1.1.0 returned |
agrees |
bool | expected_status == claimcheck_status |
human_verdict |
string | acceptable / false_positive / false_negative |
evidence |
string? | The tool's justification (e.g. the derivation formula) |
nearest_context_value |
string? | For contradictions, the near-but-different context value |
similarity |
float? | For fuzzy matches |
verdict |
string | Answer-level gate verdict: pass / annotate / retry / block |
grounding_score |
float | Of the claims checked, the share that held up |
coverage |
float | Share of sentences that produced any checkable claim |
claims_total, sentences_unverified |
int | |
latency_ms |
float | Verification time for this case |
rationale |
string | One sentence on why the label is what it is |
Statuses
| status | meaning |
|---|---|
supported |
Appears literally in the context after normalisation |
derived |
Computable from context numbers by 2–3 term arithmetic; the formula is in evidence |
approximate |
A near match exists — paraphrase, finer-grained date, related URL |
unsupported |
Nothing in the context backs it |
contradicted |
The context holds a near but different value |
not_extracted |
No claim was produced at all — relative dates, list markers, vague prose. This is a valid outcome, and it is what lowers coverage rather than being scored |
Results for ClaimCheck v1.1.0
spec conformance 158/158 (100%)
answer-level recall 56/56 (100%) cases that should be flagged, and were
clean answers passing 44/46 (96%) the other 2 were annotated, never blocked
known false positives 22 (13.9%)
known false negatives 3 (1.9%)
latency p50 0.17ms · p95 0.39ms · max 0.96ms
Conformance is 100% by construction — the labels were reconciled against the documented rules, and seven implementation bugs found during that reconciliation were fixed rather than labelled around. Conformance is therefore not a quality score. The numbers that carry information are the last three rows.
Answer-level recall vs claim-level status
Every one of the 56 cases that should be flagged produced a non-pass verdict,
including the three claim-level false negatives. This is the layered design
working: when a quote's similarity is too high to call it contradicted, the
NUMERIC or ENTITY claim inside that quote still fires.
cc-093 「本件は民法第719条に基づく不法行為に当たる」 (context: 第709条)
QUOTE → approximate (0.97 similarity: reads as a paraphrase)
ENTITY → contradicted ← the layer that catches it
answer verdict → retry
Read the claims inside a quote, not only the quote's own status.
Known failure modes
The most important one: Japanese semantic reversal
All three false negatives are the same shape. A one-character change that reverses meaning keeps character similarity above 0.9, so the quote reads as a faithful paraphrase:
| context | answer | similarity | status |
|---|---|---|---|
| 国内売上高は前年同期比で7%増加した | 国内売上高は前年同期比で7%減少した | 0.97 | approximate ❌ |
| 提案は全会一致で承認された | 提案は全会一致で否決された | 0.92 | approximate ❌ |
| Subscription revenue grew 8% | Subscription revenue declined 8% | 0.97 | approximate ❌ |
Character-level matching cannot detect negation or antonym substitution. If your domain turns on approve/reject, increase/decrease or grant/deny, do not rely on quote status alone.
False positives (22 cases, 13.9%)
Distribution: QUOTE 6 · ENTITY 6 · NUMERIC 5 · DATE 4 · URL 1.
- Faithful paraphrase — meaning preserved, wording replaced, similarity falls below threshold. The largest single group.
- Generic noun phrases — "Machine Learning" flagged as an unsupported entity.
- Acronym expansion — context "World Health Organization", answer "WHO".
- Rounding — context
12,345, answerroughly 12,000: 2.8% off, inside the near-miss window. Raisenumeric_tolerancerather than loweringcontradiction_rel. - Fiscal vs calendar year —
FY2024and2024treated as the same period. - Date arithmetic — 昭和48年 + 創業50周年 = 2023 is correct, but derivation is arithmetic over numbers only, so the date is not derived.
- Identifier variants —
ISO 9001:2015where the source saysISO 9001. The deliberate cost of catching one-digit-off fabrications. - URL query parameters — a tracking parameter breaks exact matching.
ENTITY is the noisiest check. Disable it first if you see too much noise.
Usage
from datasets import load_dataset
ds = load_dataset("NagaYu/claimcheck-eval", split="test")
# Conformance of your own verifier
for row in ds:
predicted = my_verifier(row["answer"], row["context"], row["focus_value"])
print(predicted == row["expected_status"], row["rationale"])
# The rows that actually matter: where flagging hurts the user
fps = ds.filter(lambda r: r["human_verdict"] == "false_positive")
Without datasets:
import json
rows = [json.loads(l) for l in open("data/eval.jsonl", encoding="utf-8")]
Using it as a regression suite
This set doubles as ClaimCheck's own regression suite. It found seven bugs in v1.0.0 that unit tests had missed:
\bnever fires between a CJK character and a digit, so ISO dates inside Japanese text were invisible (契約は2024-01-05に).- U+30FC, the katakana prolonged sound mark, was folded to a hyphen, turning データセンター into デ-タセンタ- and breaking Japanese matching wholesale.
- An exact sign flip was excused by a coincidental 3-term derivation — a loss
reported as a profit returned
verdict: pass. - Leading whitespace was absorbed into numeric matches (
"\n2"), breaking list-marker suppression and span accuracy. - ISO currency codes were claimed as entities, so
USD 45,000lost its number. - A bare year in the answer was never compared against dates in the context.
- Parenthesised accounting negatives
(1,200)were read as positive.
Cases 1, 2, 3 and 5 all affect Japanese or financial text specifically, and none of them surfaced in English-only smoke tests. That is the argument for a bilingual evaluation set.
Construction
- 78 authored cases written against the specification, covering each claim type, both languages, and deliberate known-limitation rows.
- 80 generated cases produced by five parallel Claude Opus 5 agents, one per
claim-type group, then hand-verified. Every
focus_valuewas checked to be an exact substring of itsanswer; labels that were wrong about the documented rules were corrected through an auditable override table with a written reason for each. - Both sets were then run through the live implementation to populate
claimcheck_status.
All entities are fictional (example.com, Acme Corp, 架空商事). No real
personal data, and no real organisation is described as doing anything.
Limitations
- 158 cases is small. Treat the false-positive rate as indicative, not precise.
- Domain skew toward business, finance and technical documentation.
- Single-annotator labels. No inter-annotator agreement was measured.
- Tuned against one implementation.
expected_statusfollows ClaimCheck's rules; another verifier may reasonably disagree, particularly on theapproximate/contradictedboundary. - Generated cases were reviewed by the same author who wrote the authored cases.
Citation
@misc{claimcheck_eval_2026,
title = {ClaimCheck Evaluation Set: claim-level groundedness verification in English and Japanese},
author = {NagaYu},
year = {2026},
url = {https://huggingface.co/datasets/NagaYu/claimcheck-eval}
}
Apache-2.0.
- Downloads last month
- -