Changes for page Workflows
Last modified by Robert Schaub on 2025/12/24 21:46
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -7,11 +7,44 @@ 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 + 10 10 ``` 11 11 User submits → Duplicate detection → Categorization → Processing queue → User receives ID 12 12 ``` 13 13 **Timeline**: Seconds 14 14 **No approval needed** 43 + 44 +== 2.5 Claim and Scenario Workflow == 45 + 46 +{{include reference="FactHarbor.Specification.Diagrams.Claim and Scenario Workflow.WebHome"/}} 47 + 15 15 == 3. Automated Analysis Workflow == 16 16 ``` 17 17 Claim from queue ... ... @@ -44,6 +44,11 @@ 44 44 ``` 45 45 **No approval required** (Wikipedia model) 46 46 **New contributors** (<50 reputation): Limited to minor edits 80 +== 5.5 Quality and Audit Workflow == 81 + 82 +{{include reference="FactHarbor.Specification.Diagrams.Quality and Audit Workflow.WebHome"/}} 83 + 84 + 47 47 == 6. Flagging Workflow == 48 48 ``` 49 49 User flags issue → Categorize (abuse/quality) → Automated or manual resolution