Changes for page Workflows
Last modified by Robert Schaub on 2026/02/08 08:26
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -7,33 +7,6 @@ 7 7 * **Fix systems, not data**: Errors trigger improvements 8 8 * **Human-in-loop**: Only for edge cases and abuse 9 9 == 2. Claim Submission Workflow == 10 - 11 -=== 2.1 Claim Extraction === 12 - 13 -When users submit content (text, articles, web pages), FactHarbor first extracts individual verifiable claims: 14 - 15 -**Input Types:** 16 -* Single claim: "The Earth is flat" 17 -* Text with multiple claims: "Climate change is accelerating. Sea levels rose 3mm in 2023. Arctic ice decreased 13% annually." 18 -* URLs: Web pages analyzed for factual claims 19 - 20 -**Extraction Process:** 21 -* LLM analyzes submitted content 22 -* Identifies distinct, verifiable factual claims 23 -* Separates claims from opinions, questions, or commentary 24 -* Each claim becomes independent for processing 25 - 26 -**Output:** 27 -* List of claims with context 28 -* Each claim assigned unique ID 29 -* Original context preserved for reference 30 - 31 -This extraction ensures: 32 -* Each claim receives focused analysis 33 -* Multiple claims in one submission are all processed 34 -* Claims are properly isolated for independent verification 35 -* Context is preserved for accurate interpretation 36 - 37 37 ``` 38 38 User submits → Duplicate detection → Categorization → Processing queue → User receives ID 39 39 ``` ... ... @@ -80,6 +80,7 @@ 80 80 81 81 {{include reference="FactHarbor.Specification.Diagrams.Quality and Audit Workflow.WebHome"/}} 82 82 56 + 83 83 == 6. Flagging Workflow == 84 84 ``` 85 85 User flags issue → Categorize (abuse/quality) → Automated or manual resolution