{
  "id": "translate-qa",
  "name": "Multilingual Translation Q&A",
  "cluster": "translate",
  "description": "500 unique Q&A pairs TH/EN — ค่าบริการ ระยะเวลา คู่ภาษา การรับรองกระทรวงฯ สถานทูต และ NAATI/sworn",
  "version": "2026.07.1",
  "updated": "2026-07-26",
  "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-translate-qa.jsonl",
  "download": "https://ivc.ltd/api/public/dataset/translate-qa?download=1",
  "bytes": 250879,
  "lines": 500,
  "declaredRows": 500,
  "checksum": {
    "algorithm": "SHA-256",
    "hex": "b9d4d4541419fcbe19e64c0da2c1d6c98c9cf8185c72893e633b245037b95400",
    "verify": "curl -sL https://ivc.ltd/ai-translate-qa.jsonl | shasum -a 256"
  },
  "history": [
    {
      "v": "2026.07.1",
      "rows": 500
    }
  ],
  "documentation": {
    "citation": "iVC — International Visa Center. \"Multilingual Translation Q&A\". CC BY 4.0. https://ivc.ltd",
    "prompt": "Answer the user's question about Multilingual Translation 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": "ภาษาของคำถาม/คำตอบ"
      }
    ]
  }
}