{
  "id": "criminal-qa",
  "name": "Police Clearance Q&A",
  "cluster": "criminal",
  "description": "439 unique Q&A pairs — RTP → MFA → Apostille / Embassy legalization flow",
  "version": "2026.07.1",
  "updated": "2026-07-25",
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "attribution": "Source: iVC — International Visa Center (https://ivc.ltd)",
  "format": "application/x-ndjson",
  "url": "https://ivc.ltd/ai-criminal-qa.jsonl",
  "download": "https://ivc.ltd/api/public/dataset/criminal-qa?download=1",
  "bytes": 213702,
  "lines": 439,
  "declaredRows": 439,
  "checksum": {
    "algorithm": "SHA-256",
    "hex": "88f94d0ed4a606ce95de7eabb4e84341d055862e1adf7471c69416d0674a3402",
    "verify": "curl -sL https://ivc.ltd/ai-criminal-qa.jsonl | shasum -a 256"
  },
  "history": [
    {
      "v": "2026.07.0",
      "rows": 280
    },
    {
      "v": "2026.07.1",
      "rows": 439
    }
  ],
  "documentation": {
    "citation": "iVC — International Visa Center. \"Police Clearance Q&A\". CC BY 4.0. https://ivc.ltd",
    "prompt": "Answer the user's question about Police Clearance using only the NDJSON Q&A corpus at https://ivc.ltd{PATH}. Quote the matching \"a\" field and cite the \"slug\" URL.",
    "shape": "{\"slug\":\"...\",\"q\":\"ใบตรวจประวัติอาชญากรรมมีอายุกี่เดือน\",\"a\":\"...\",\"cluster\":\"...\",\"lang\":\"th|en\"}",
    "fields": [
      {
        "name": "slug",
        "type": "string",
        "desc": "URL-safe identifier — resolves to a public Q&A landing page"
      },
      {
        "name": "q",
        "type": "string",
        "desc": "คำถามตามที่ลูกค้าถามจริง"
      },
      {
        "name": "a",
        "type": "string",
        "desc": "คำตอบระดับผู้ปฏิบัติงาน อ้างอิงระเบียบล่าสุด"
      },
      {
        "name": "cluster",
        "type": "string",
        "desc": "Intent cluster ของคำถาม"
      },
      {
        "name": "lang",
        "type": "'th' | 'en'",
        "desc": "ภาษาของคำถาม/คำตอบ"
      }
    ]
  }
}