Skip to main content

Extract compliance rules from regulatory documents using LLM-assisted parsing. Phase 1 only.

Project description

kg-extractor

Install from PyPI: pip install ski-kg-extractor (publishing starts with the first release after June 2026).

Status: v3.0 — first production-target release.

Extract structured compliance rules from regulatory documents (LLM-assisted) and emit a v3 Knowledge Graph ready for kg-validator and the SKI Model runtime.

kg-extractor is a Phase 1 (compilation) tool. The output goes through kg-validator (schema + §3.6 validation passes) and is then signed before crossing the sovereign boundary. The extractor's LLM backend may be local or cloud — its output is not part of the runtime path.

Highlights (v3.0)

  • Emits v3 KG JSON by default. Each extracted rule is wrapped into the typed-graph shape from spec v3.0 §3: a Rule node, an Obligation with a guessed obligation_type and numeric value/unit, a Subject, a Citation, and the four edges connecting them (applies_to, consists_of, scoped_to, cited_by).
  • --jurisdiction flag. Every KG carries a Jurisdiction node and every rule is scoped_to it. Defaults to global.
  • Pluggable LLM backend. Default is Ollama (local). Cloud backends (anthropic, openai) exist for compilation-phase use only.
  • Deterministic by default. Temperature 0, fixed seed, recorded prompt SHA-256 in extraction metadata for reproducibility audits.
  • IMPLIED is prohibited (B2.1 Anchor Constraint). The prompt instructs the model not to emit IMPLIED and the parser downgrades any that slip through to DISCRETIONARY with a warning. Rules cannot be inferred beyond source text.
  • extraction_quality replaces confidence. The per-rule trust signal is now extraction_quality (EXPLICIT / DISCRETIONARY / CONFLICTING) — a Phase-1 authoring concept, separate from the runtime's categorical verdict (Axiom 2 prohibits confidence scores in the audit trail).

Installation

pip install -e tools/kg-extractor

Quick start

# Extract a v3 KG from a regulation:
kg-extractor extract --file regulation.txt --sector energy \
    --jurisdiction us.federal \
    --output kg-extracted-v3.json

# Validate the emitted KG:
kg-validator validate --input kg-extracted-v3.json

# Batch:
kg-extractor batch --input-dir ./regulations --output-dir ./kgs \
    --sector energy --jurisdiction us.federal

# Debugging — dump the raw flat-rule list before wrapping:
kg-extractor extract --file regulation.txt --emit-raw --output flat.json

Architecture

kg_extractor/
├── __init__.py     public API: Extractor, ExtractionResult, ExtractionQuality, emit_v3_kg
├── extractor.py    chunk → LLM → flat ComplianceRule list
├── models.py       ComplianceRule, ExtractionResult, ExtractionQuality enum
├── backends.py     Ollama / Anthropic / OpenAI backends (compilation phase only)
├── v3_emitter.py   wraps ExtractionResult into a v3 KG dict (spec §3 shape)
├── utils.py        chunking, document parsing, rule validation
└── cli.py          click-based CLI (`extract`, `batch`, `filter`, `examples`, `version`)

Notes on extraction_quality

  • EXPLICIT — the LLM produced a verbatim source quote in reasoning. The rule is safe to ship without further review.
  • DISCRETIONARY — the LLM could not anchor the rule in a verbatim source quote. A human reviewer must approve before shipping.
  • CONFLICTING — the LLM detected internal contradiction in the source. Surface for legal review.

This is not a confidence score in the probabilistic sense. The runtime never reads it. It exists solely to drive the Phase-1 human-review queue.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ski_kg_extractor-3.1.0a2.tar.gz (19.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ski_kg_extractor-3.1.0a2-py3-none-any.whl (18.5 kB view details)

Uploaded Python 3

File details

Details for the file ski_kg_extractor-3.1.0a2.tar.gz.

File metadata

  • Download URL: ski_kg_extractor-3.1.0a2.tar.gz
  • Upload date:
  • Size: 19.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ski_kg_extractor-3.1.0a2.tar.gz
Algorithm Hash digest
SHA256 6a328007d0e27877f884e7fef427b811a586e4e83ab662703bb1e49a1ef91562
MD5 2494d30e7bd9da95f463b44b1d208ecc
BLAKE2b-256 39b2e556337cd2262bdf473823b11b0dddfd4fe6c7c29ddf27f1097adcffe890

See more details on using hashes here.

Provenance

The following attestation bundles were made for ski_kg_extractor-3.1.0a2.tar.gz:

Publisher: release.yml on kpifinity/ski-framework

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ski_kg_extractor-3.1.0a2-py3-none-any.whl.

File metadata

File hashes

Hashes for ski_kg_extractor-3.1.0a2-py3-none-any.whl
Algorithm Hash digest
SHA256 86c645d51fa8c0a933cc90ac1e5f1900e66b566ed1775009a764ced74d8b2b20
MD5 beb7c899f968eb5ff32cb6cdfa825f34
BLAKE2b-256 f9ffbadee957f90fdaea83c3f3a986bb1a7af791f6e302f7ecd5eecb8dbfdb7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for ski_kg_extractor-3.1.0a2-py3-none-any.whl:

Publisher: release.yml on kpifinity/ski-framework

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page