FactCheck.org's SciCheck Fact Checking Articles
FactCheck.org's SciCheck Fact Checking Articles Dataset including Metadata
@kaggle.jadenc4_factchecks_scicheck_article_dataset
FactCheck.org's SciCheck Fact Checking Articles Dataset including Metadata
@kaggle.jadenc4_factchecks_scicheck_article_dataset
FactCheck's SciCheck is a project by the Annenberg Public Policy Center in Philadelphia, PA which focuses on false and misleading scientific claims.
Article titles, authors, dates, and other metadata has directly come from the FactCheck.org website
Data can be used for text, sentiment, and machine learning analysis.
Data has been scrapped from FactCheck.org
Please consider donating to the FactCheck Project here
Data cleaned using R, here is how I cleaned it
Please let me know if there are any issues with the dataset!
CREATE TABLE factcheck_scicheck (
"title" VARCHAR,
"author" VARCHAR,
"date" TIMESTAMP,
"url" VARCHAR,
"categories" VARCHAR,
"tags" VARCHAR,
"issue" VARCHAR,
"people" VARCHAR,
"misconceptions" VARCHAR,
"location" VARCHAR,
"article" VARCHAR
);
Anyone who has the link will be able to view this.