រំលងទៅមាតិកា
AGIRight.org

ឯកសារ / ឧទាហរណ៍

ឧទាហរណ៍គោលការណ៍

ឧទាហរណ៍គោលការណ៍អានបានដោយម៉ាស៊ីនចំនួនប្រាំពីរដែលអាចចម្លង-បិទភ្ជាប់បានភ្លាម — ចាប់ពីសេចក្ដីប្រកាស AICR អប្បបរមា រហូតដល់ការឆ្លើយតប HTTP 402 បែប pay-per-crawl។ ប្រើទីលានពិសោធន៍ដើម្បីបង្កើតគំរូផ្ទាល់ខ្លួនរបស់អ្នក។

v0.2MIT

01 · AICR

គោលការណ៍ AICR មូលដ្ឋាន

សេចក្ដីប្រកាសសិទ្ធិអប្បបរមា៖ បើកចំហសម្រាប់ការអាន និងសង្ខេបដោយមានការបញ្ជាក់ប្រភព រីឯអ្វីៗដែលជ្រៅជាងនេះត្រូវបានរក្សាសិទ្ធិ។

/.well-known/aicr.json
{
  "version": "0.1",
  "protocol": "AICR",
  "publisher": "example.org",
  "default_policy": {
    "read_access": { "allowed": true },
    "summarization": {
      "allowed": true,
      "attribution_required": true
    },
    "training": { "allowed": false },
    "commercial_use": { "allowed": false },
    "redistribution": { "allowed": false }
  }
}

02 · AICL

កាតាឡុក AICL មូលដ្ឋាន

ថ្នាក់អាជ្ញាប័ណ្ណពីរ៖ ថ្នាក់សាធារណៈឥតគិតថ្លៃ និងថ្នាក់ពាណិជ្ជកម្មផ្អែកលើការទាក់ទងជាមុន។

/.well-known/aicl.json
{
  "version": "0.1",
  "protocol": "AICL",
  "publisher": "example.org",
  "licenses": [
    {
      "id": "public_read",
      "rights": ["read", "summarize"],
      "price": { "amount": "0", "currency": "USD" },
      "conditions": ["attribution_required"]
    },
    {
      "id": "commercial",
      "rights": ["training", "commercial_use"],
      "requires_contact": true,
      "contact": "licensing@example.org"
    }
  ]
}

03 · AICL

ការឆ្លើយតប HTTP 402 បែប pay-per-crawl

អ្វីដែល server អាចត្រឡប់ ពេល AI crawler ស្នើសុំមាតិកាដែលមានអាជ្ញាប័ណ្ណ ដោយគ្មាន token អាជ្ញាប័ណ្ណ — សម្រង់ថ្លៃដែលម៉ាស៊ីនអាចធ្វើសកម្មភាពទៅតាមបាន ជំនួសឱ្យផ្លូវអាប់។

HTTP/1.1 402 Payment Required
{
  "error": "license_required",
  "message": "This resource requires a license for AI use.",
  "aicl": "https://example.org/.well-known/aicl.json",
  "applicable_licenses": [
    {
      "id": "metered_rag",
      "rights": ["rag"],
      "price": {
        "amount": "0.002",
        "currency": "USD",
        "unit": "per_request"
      }
    }
  ],
  "quote_endpoint": "https://example.org/api/aicl/quote",
  "contact": "licensing@example.org"
}

04 · AICL

អាជ្ញាប័ណ្ណសម្រាប់ការស្រាវជ្រាវតែប៉ុណ្ណោះ

ឥតគិតថ្លៃសម្រាប់ការប្រើប្រាស់ស្រាវជ្រាវដែលមានដែនកំណត់រយៈពេលរក្សាទុក ការប្រើប្រាស់ពាណិជ្ជកម្មណាមួយត្រូវការទាក់ទងជាមុន។ មានប្រយោជន៍សម្រាប់គេហទំព័រ និងសំណុំទិន្នន័យផ្នែកសិក្សា។

/.well-known/aicl.json
{
  "version": "0.1",
  "protocol": "AICL",
  "publisher": "research-lab.example",
  "licenses": [
    {
      "id": "academic_research",
      "rights": ["read", "summarize", "rag", "transform"],
      "price": { "amount": "0", "currency": "USD" },
      "conditions": [
        "attribution_required",
        "research_use_only",
        "retention_days_90",
        "no_commercial_use"
      ]
    },
    {
      "id": "commercial",
      "rights": ["training", "commercial_use"],
      "requires_contact": true,
      "contact": "data-office@research-lab.example"
    }
  ]
}

05 · AICR

គោលការណ៍មាតិកាមិនអនុញ្ញាតបណ្ដុះបណ្ដាល

បើកចំហបំផុតចំពោះកម្រិតរាក់ — អាន សង្ខេប ដកស្រង់ RAG — ខណៈរក្សាសិទ្ធិយ៉ាងច្បាស់លាស់លើការបណ្ដុះបណ្ដាលគំរូ និង fine-tuning។

/.well-known/aicr.json
{
  "version": "0.1",
  "protocol": "AICR",
  "publisher": "creator.example",
  "default_policy": {
    "read_access": { "allowed": true },
    "summarization": {
      "allowed": true,
      "attribution_required": true
    },
    "quotation": {
      "allowed": true,
      "max_excerpt_words": 150,
      "attribution_required": true
    },
    "rag_use": {
      "allowed": true,
      "attribution_required": true
    },
    "training": { "allowed": false },
    "commercial_use": {
      "allowed": false,
      "license_required": true,
      "permission_contact": "hello@creator.example"
    }
  }
}

06 · AILP

អនុញ្ញាត RAG ដោយមានការបញ្ជាក់ប្រភព (ទម្រង់ AILP)

ទម្រង់ការអនុញ្ញាតឱ្យរៀនសូត្រដែលទទួលយកការទាញយក (retrieval) និង embedding ប៉ុន្តែតម្រូវឱ្យមានការបញ្ជាក់ប្រភព ហើយបដិសេធការចងចាំតាមពាក្យខ្ចីត្រង់ (verbatim memorization)។

/ai/rights-spectrum.json
{
  "version": "0.1",
  "protocol": "AILP",
  "publisher": "blog.example",
  "default": {
    "access": "allowed",
    "indexing": "allowed",
    "inference_input": "allowed",
    "embedding": "allowed",
    "training": "license_required",
    "fine_tuning": "license_required",
    "distillation": "denied",
    "verbatim_memory": "denied",
    "attribution": "required",
    "compensation": "contact"
  },
  "contact": "author@blog.example"
}

07 · AICR

ការប្រើប្រាស់ពាណិជ្ជកម្មត្រូវការទាក់ទងជាមុន

ការបដិសេធជាក់លាក់តាមផ្លូវ (path)៖ blog គឺបើកចំហ ចំណែកផ្នែកស្រាវជ្រាវពិសេស ត្រូវការអាជ្ញាប័ណ្ណសម្រាប់អ្វីៗលើសពីការអាន។

/.well-known/aicr.json
{
  "version": "0.1",
  "protocol": "AICR",
  "publisher": "publisher.example",
  "default_policy": {
    "read_access": { "allowed": true },
    "summarization": {
      "allowed": true,
      "attribution_required": true
    },
    "training": {
      "allowed": false,
      "license_required": true,
      "permission_contact": "sales@publisher.example"
    }
  },
  "resource_overrides": [
    {
      "path": "/premium/*",
      "policy": {
        "summarization": { "allowed": false },
        "rag_use": {
          "allowed": false,
          "license_required": true
        }
      }
    }
  ]
}

ចង់បង្កើតឯកសារគោលការណ៍ផ្ទាល់ខ្លួនរបស់អ្នកឬ? បើកទីលានពិសោធន៍ →