factnameh: Factnameh

Description Usage Format Source Examples

Description

Factnameh.org is a fact checking websites in Persian which investigates and fact-checks claims by politicians, Internet users, organisations and individuals in Iran. However, you should note that Factnameh's is not an impartial fact-checking websites is really questionable and its conclusions should be taken with a grain of salt. For example, Factnameh might only investigate claims that can be in line with its political agenda. Nevertheless, Factenameh content can be a good source for data scientists and machine learning researchers that work on disinformation and fake news detection on web.

Usage

1

Format

A data frame (specifically a tbl_df) with 340 rows and 10 column:

subject

the title of articles

claim

claim

tags

2-character ISO country code

entity

The organization or person who started the claim

entity_role
date

date of claim

body_text

the text that factnameh.org writes in response to the claim

conclusion_sum

A summary of fact-checking's conclusion

conclusion

a longer description of fact-checking's conclusion

Source

mcnakhaee.com

Examples

1
2
3
4
5
library(dplyr)
factnameh <- dadegan::factnameh
top_entities <- factnameh %>%
count(entity,sort = TRUE) %>%
slice(1:10)

mcnakhaee/dadegan documentation built on Sept. 3, 2020, 2:19 a.m.