Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -93,7 +93,7 @@ askveracity/
|
|
93 |
## Claim Verification Process
|
94 |
|
95 |
1. **Claim Extraction:** The system extracts the main factual claim from user input
|
96 |
-
2. **Category Detection:** The claim is categorized (
|
97 |
3. **Evidence Retrieval:** Evidence is gathered from multiple sources with category-specific prioritization
|
98 |
4. **Evidence Analysis:** Evidence relevance is assessed using entity and verb matching
|
99 |
5. **Classification:** A weighted evaluation determines the verdict with confidence score
|
@@ -224,7 +224,7 @@ Developers should update the claims in `evaluate_performance.py` to use fresh, r
|
|
224 |
- **Refined Relevance Scoring:** Implemented weighted scoring with entity and verb matching with keyword fallback for accurate evidence relevance assessment during classification
|
225 |
- **Enhanced Evidence Relevance:** Improved entity and verb matching with weighted scoring prioritization and increased evidence gathering from 5 to 10 items
|
226 |
- **Streamlined Architecture:** Removed source credibility and semantic analysis complexity for improved maintainability
|
227 |
-
- **Category-Specific Fallbacks:** AI claims
|
228 |
- **OpenAlex Integration:** Replaced Semantic Scholar with OpenAlex for academic evidence
|
229 |
- **Improved User Experience:** Enhanced claim processing and result presentation
|
230 |
- **Better Robustness:** Improved handling of specialized topics and novel terms
|
|
|
93 |
## Claim Verification Process
|
94 |
|
95 |
1. **Claim Extraction:** The system extracts the main factual claim from user input
|
96 |
+
2. **Category Detection:** The claim is categorized (ai, science, technology, politics, business, world, sports, entertainment)
|
97 |
3. **Evidence Retrieval:** Evidence is gathered from multiple sources with category-specific prioritization
|
98 |
4. **Evidence Analysis:** Evidence relevance is assessed using entity and verb matching
|
99 |
5. **Classification:** A weighted evaluation determines the verdict with confidence score
|
|
|
224 |
- **Refined Relevance Scoring:** Implemented weighted scoring with entity and verb matching with keyword fallback for accurate evidence relevance assessment during classification
|
225 |
- **Enhanced Evidence Relevance:** Improved entity and verb matching with weighted scoring prioritization and increased evidence gathering from 5 to 10 items
|
226 |
- **Streamlined Architecture:** Removed source credibility and semantic analysis complexity for improved maintainability
|
227 |
+
- **Category-Specific Fallbacks:** AI claims use both AI-specific and technology sources; other categories fall back to default RSS feeds
|
228 |
- **OpenAlex Integration:** Replaced Semantic Scholar with OpenAlex for academic evidence
|
229 |
- **Improved User Experience:** Enhanced claim processing and result presentation
|
230 |
- **Better Robustness:** Improved handling of specialized topics and novel terms
|