Annotated Dataset of fact-checks on Libya from 2020 to 2024
# Fact-Checks on Libya (2020 - September 2024)
## Overview
This dataset contains annotated fact-checks on Libya from seven fact-checking platforms, including five local and two regional platforms. The fact-checks cover misinformation content relevant to Libya that has been fact-checked by the platforms from 2020 until late September 2024.
## Sources and Fact-Check Count
The dataset aggregates fact-checks from the following platforms:
| Platform | Fact-Check Count |
| ------------------------------------- | ---------------- |
| Falso | 434 |
| Annir | 298 |
| Fatabyyano | 87 |
| Misbar | 384 |
| Nawerny | 418 |
| She Checks | 143 |
| TSC | 278 |
## Dataset Structure
The dataset consists of structured fact-check information with the following columns. Most columns are common across all platforms; however, some columns may be unique to specific platforms due to the nature of their content.
- **blog\_links**: URLs to original fact-check articles.
- **title**: Title of the fact-check.
- **date**: Date of publication.
- **label**: Classification of the claim as assigned by the platform (e.g., false, misleading, true, unverified).
- **text\_content**: Contains the body of the article.
- **brief**: Short summary of the fact-checking article.
- **claim**: The statement or claim being evaluated as part of the fact-checking article.
- **fact\_check**: The part of the article where the platform’s evaluation and reasoning for the fact-check are provided.
- **fact\_check\_references**: URLs to sources mentioned in the fact-check section of the article.
- **claim\_references**: URLs to sources mentioned in the claim section of the article.
- **tags**: Keywords related to the fact-check topic, as labeled by Arabi Facts Hub.
### Entities Extracted from Text:
- **claim\_name\_entity**: Names mentioned in the claim section.
- **claim\_organisation\_e …