Last modified by Robert Schaub on 2026/02/08 08:30

From version 1.1
edited by Robert Schaub
on 2026/01/20 21:40
Change comment: Imported from XAR
To version 2.1
edited by Robert Schaub
on 2026/01/21 08:08
Change comment: Imported from XAR

Summary

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 PK
236 - string JobId FK
235 + 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 FK
289 + string sourceId_FK
290 290   string sourceUrl
291 291   string sourceTitle
292 292   string sourceExcerpt