Skip to content

Commit 7efac55

Browse files
fabio-rovaiclaude
andcommitted
docs: add mermaid architecture diagram to README
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 295e88c commit 7efac55

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,21 @@ We ran the pipeline on this document. 15 claims extracted, all verified against
118118

119119
Three layers, three jobs:
120120

121+
```mermaid
122+
graph LR
123+
A[Document] --> B[LLM Decomposes]
124+
B --> C[OWL Knowledge Graph]
125+
C --> D[SPARQL Rules<br/>mine facts]
126+
C --> E[Structural Metrics<br/>density, depth, connectivity]
127+
D --> F[Gate]
128+
E --> F
129+
B -->|holistic score| F
130+
F --> G{Verdict}
131+
G -->|evidence matches| H[✅ CONFIRMED]
132+
G -->|score exceeds evidence| I[⚠️ FLAGGED]
133+
G -->|no evidence| J[❌ REJECTED]
134+
```
135+
121136
**1. LLM decomposes** the document into an OWL knowledge graph. Every claim becomes a typed node with an exact source quote.
122137

123138
```turtle

0 commit comments

Comments
 (0)