Changes for page FactHarbor POC1 Architecture Analysis 1.Jan.26
Last modified by Robert Schaub on 2026/02/08 08:30
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -107,7 +107,7 @@ 107 107 ARTICLE ||--o{ SOURCE : "references" 108 108 109 109 ARTICLE { 110 - string id _PK_"Unique_identifier_(job_ID)"110 + string id PK "Unique identifier (job ID)" 111 111 string inputType "text | url" 112 112 string inputValue "Original URL or text" 113 113 string articleThesis "Main argument/thesis" ... ... @@ -127,8 +127,8 @@ 127 127 } 128 128 129 129 CLAIM { 130 - string id _PK_"SC1,_SC2,_C1,_etc."131 - string articleId _FK_"Parent_article"130 + string id PK "SC1, SC2, C1, etc." 131 + string articleId FK "Parent article" 132 132 string text "The claim statement" 133 133 string type "legal | procedural | factual | evaluative" 134 134 string claimRole "attribution | source | timing | core" ... ... @@ -142,8 +142,8 @@ 142 142 } 143 143 144 144 CLAIM_VERDICT { 145 - string id _PK_"Same_as_claim_ID"146 - string claimId _FK_"Reference_to_claim"145 + string id PK "Same as claim ID" 146 + string claimId FK "Reference to claim" 147 147 string llmVerdict "WELL-SUPPORTED | PARTIALLY-SUPPORTED | UNCERTAIN | REFUTED" 148 148 string verdict "True | Mostly True | Leaning True | Unverified | Leaning False | Mostly False | False" 149 149 int confidence "0-100 LLM confidence" ... ... @@ -159,8 +159,8 @@ 159 159 } 160 160 161 161 ARTICLE_VERDICT { 162 - string id _PK_"Same_as_article_ID"163 - string articleId _FK_"Reference_to_article"162 + string id PK "Same as article ID" 163 + string articleId FK "Reference to article" 164 164 string llmArticleVerdict "Original LLM verdict" 165 165 int llmArticleConfidence "Original LLM confidence" 166 166 string articleVerdict "True | Mostly True | Leaning True | Unverified | Leaning False | Mostly False | False" ... ... @@ -177,9 +177,9 @@ 177 177 } 178 178 179 179 EVIDENCE { 180 - string id _PK_"S1-F1,_S1-F2_format"181 - string sourceId _FK_"Reference_to_source"182 - string claimId _FK_"Optional:_specific_claim_this_supports"180 + string id PK "S1-F1, S1-F2 format" 181 + string sourceId FK "Reference to source" 182 + string claimId FK "Optional: specific claim this supports" 183 183 string fact "The factual statement extracted" 184 184 string category "legal_provision | evidence | expert_quote | statistic | event | criticism" 185 185 string specificity "high | medium" ... ... @@ -190,8 +190,8 @@ 190 190 } 191 191 192 192 SOURCE { 193 - string id _PK_"S1,_S2,_etc."194 - string articleId _FK_"Parent_article"193 + string id PK "S1, S2, etc." 194 + string articleId FK "Parent article" 195 195 string url "Full URL" 196 196 string title "Page/document title" 197 197 string domain "Extracted domain" ... ... @@ -219,7 +219,7 @@ 219 219 CLAIM_VERDICT ||--o{ CLAIM_VERDICT : "depends on" 220 220 221 221 JOB { 222 - string JobId _PK_"GUID"222 + string JobId PK "GUID" 223 223 string Status "QUEUED|RUNNING|COMPLETE|FAILED" 224 224 int Progress "0-100" 225 225 datetime CreatedUtc ... ... @@ -232,8 +232,8 @@ 232 232 } 233 233 234 234 JOB_EVENT { 235 - long Id _PK236 - string JobId _FK235 + long Id PK 236 + string JobId FK 237 237 datetime TsUtc 238 238 string Level "info|warn|error" 239 239 string Message ... ... @@ -253,7 +253,7 @@ 253 253 } 254 254 255 255 CLAIM_VERDICT { 256 - string claimId _PK_"SC1,_SC2,_etc."256 + string claimId PK "SC1, SC2, etc." 257 257 string claimText 258 258 boolean isCentral 259 259 string claimRole "attribution|source|timing|core" ... ... @@ -270,7 +270,7 @@ 270 270 } 271 271 272 272 FETCHED_SOURCE { 273 - string id _PK_"S1,_S2,_etc."273 + string id PK "S1, S2, etc." 274 274 string url 275 275 string title 276 276 int trackRecordScore "0-100 or null" ... ... @@ -282,11 +282,11 @@ 282 282 } 283 283 284 284 EXTRACTED_FACT { 285 - string id _PK_"S1-F1,_S1-F2,_etc."285 + string id PK "S1-F1, S1-F2, etc." 286 286 string fact "The factual statement" 287 287 string category "legal_provision|evidence|expert_quote|statistic|event|criticism" 288 288 string specificity "high|medium" 289 - string sourceId _FK289 + string sourceId FK 290 290 string sourceUrl 291 291 string sourceTitle 292 292 string sourceExcerpt