You've already forked dokumenta-semantiska-analize
Import UAPF package
v1.0.0: dev.uapf.semantic-document-analysis
UAPF v1.1 SSOT-conformant Level 4 process package — reusable semantic document analysis, shareable across DMS / intake / mailroom systems. Structure: - uapf.yaml (kind: uapf.package, level 4) + manifest.json engine-compat - bpmn/semantic-document-analysis.bpmn.xml — 3 service tasks invoking reserved UAPF-IP capabilities ai.redact@1, ai.extract@1, event.emit@1 - resources/mappings.yaml — task->target bindings with I/O contracts - resources/schemas/vdvc-semantic-summary.schema.json — output contract - resources/guardrails.yaml — GDPR + EU AI Act constraints - metadata/ownership.yaml + metadata/lifecycle.yaml - docs/, fixtures/, tests/eval-set.json Validates clean against UAPFormat/UAPF-specification schemas.
This commit is contained in:
24
tests/eval-set.json
Normal file
24
tests/eval-set.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"algorithm": "Process_SemanticDocumentAnalysis",
|
||||
"package_version": "1.0.0",
|
||||
"cases": [
|
||||
{
|
||||
"id": "child-rights",
|
||||
"input_fixture": "fixtures/child-rights-input.json",
|
||||
"expected_facets": {
|
||||
"mentions_child": true,
|
||||
"vulnerable_group": true,
|
||||
"humanValidationStatus": "PENDING"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "discrimination-disability",
|
||||
"input_fixture": "fixtures/discrimination-input.json",
|
||||
"expected_facets": {
|
||||
"vulnerable_group": true,
|
||||
"humanValidationStatus": "PENDING"
|
||||
}
|
||||
}
|
||||
],
|
||||
"success_criteria": { "min_pass_rate": 0.95, "max_p95_latency_ms": 15000 }
|
||||
}
|
||||
Reference in New Issue
Block a user