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,43 +7,11 @@ 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 ``` 40 40 **Timeline**: Seconds 41 41 **No approval needed** 42 - 43 -== 2.5 Claim and Scenario Workflow == 44 - 45 -{{include reference="FactHarbor.Specification.Diagrams.Claim and Scenario Workflow.WebHome"/}} 46 - 47 47 == 3. Automated Analysis Workflow == 48 48 ``` 49 49 Claim from queue ... ... @@ -76,10 +76,6 @@ 76 76 ``` 77 77 **No approval required** (Wikipedia model) 78 78 **New contributors** (<50 reputation): Limited to minor edits 79 -== 5.5 Quality and Audit Workflow == 80 - 81 -{{include reference="FactHarbor.Specification.Diagrams.Quality and Audit Workflow.WebHome"/}} 82 - 83 83 == 6. Flagging Workflow == 84 84 ``` 85 85 User flags issue → Categorize (abuse/quality) → Automated or manual resolution