Datasets:

Sub-tasks:
fact-checking
Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
n<1K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
lhoestq's picture
lhoestq HF staff
rename configs to config_name
77d91cd
metadata
annotations_creators:
  - expert-generated
language_creators:
  - found
language:
  - en
license:
  - cc-by-nc-4.0
multilinguality:
  - monolingual
size_categories:
  - 1K<n<10K
  - n<1K
source_datasets:
  - original
task_categories:
  - text-classification
task_ids:
  - fact-checking
paperswithcode_id: null
pretty_name: DataCommons Fact Checked claims
dataset_info:
  - config_name: fctchk_politifact_wapo
    features:
      - name: reviewer_name
        dtype: string
      - name: claim_text
        dtype: string
      - name: review_date
        dtype: string
      - name: review_url
        dtype: string
      - name: review_rating
        dtype: string
      - name: claim_author_name
        dtype: string
      - name: claim_date
        dtype: string
    splits:
      - name: train
        num_bytes: 1772321
        num_examples: 5632
    download_size: 671896
    dataset_size: 1772321
  - config_name: weekly_standard
    features:
      - name: reviewer_name
        dtype: string
      - name: claim_text
        dtype: string
      - name: review_date
        dtype: string
      - name: review_url
        dtype: string
      - name: review_rating
        dtype: string
      - name: claim_author_name
        dtype: string
      - name: claim_date
        dtype: string
    splits:
      - name: train
        num_bytes: 35061
        num_examples: 132
    download_size: 671896
    dataset_size: 35061
config_names:
  - fctchk_politifact_wapo
  - weekly_standard

Dataset Card for DataCommons Fact Checked claims

Table of Contents

Dataset Description

Dataset Summary

A dataset of fact checked claims by news media maintained by datacommons.org containing the claim, author, and judgments, as well as the URL of the full explanation by the original fact-checker.

The fact checking is done by FactCheck.org, PolitiFact, and The Washington Post.

Supported Tasks and Leaderboards

[More Information Needed]

Languages

The data is in English (en).

Dataset Structure

Data Instances

An example of fact checking instance looks as follows:

{'claim_author_name': 'Facebook posts',
 'claim_date': '2019-01-01',
 'claim_text': 'Quotes Michelle Obama as saying, "White folks are what’s wrong with America."',
 'review_date': '2019-01-03',
 'review_rating': 'Pants on Fire',
 'review_url': 'https://www.politifact.com/facebook-fact-checks/statements/2019/jan/03/facebook-posts/did-michelle-obama-once-say-white-folks-are-whats-/',
 'reviewer_name': 'PolitiFact'}

Data Fields

A data instance has the following fields:

  • review_date: the day the fact checking report was posted. Missing values are replaced with empty strings
  • review_url: URL for the full fact checking report
  • reviewer_name: the name of the fact checking service.
  • claim_text: the full text of the claim being reviewed.
  • claim_author_name: the author of the claim being reviewed. Missing values are replaced with empty strings
  • claim_date the date of the claim. Missing values are replaced with empty strings
  • review_rating: the judgments of the fact checker (under alternateName, names vary by fact checker)

Data Splits

No splits are provided. There are a total of 5632 claims fact-checked.

Dataset Creation

Curation Rationale

[More Information Needed]

Source Data

Initial Data Collection and Normalization

[More Information Needed]

Who are the source language producers?

[More Information Needed]

Annotations

Annotation process

[More Information Needed]

Who are the annotators?

The fact checking is done by FactCheck.org, PolitiFact, The Washington Post, and The Weekly Standard.

  • FactCheck.org self describes as "a nonpartisan, nonprofit 'consumer advocate' for voters that aims to reduce the level of deception and confusion in U.S. politics." It was founded by journalists Kathleen Hall Jamieson and Brooks Jackson and is currently directed by Eugene Kiely.
  • PolitiFact describe their ethics as "seeking to present the true facts, unaffected by agenda or biases, [with] journalists setting their own opinions aside." It was started in August 2007 by Times Washington Bureau Chief Bill Adair. The organization was acquired in February 2018 by the Poynter Institute, a non-profit journalism education and news media research center that also owns the Tampa Bay Times.
  • The Washington Post is a newspaper considered to be near the center of the American political spectrum. In 2013 Amazon.com founder Jeff Bezos bought the newspaper and affiliated publications.

The original data source also contains 132 items reviewed by The Weekly Standard, which was a neo-conservative American newspaper. IT is the most politically loaded source of the group, which was originally a vocal creitic of the activity of fact-checking, and has historically taken stances close to the American right. It also had to admit responsibility for baseless accusations against a well known author in a public libel case. The fact checked items from this source can be found in the weekly_standard configuration but should be used only with full understanding of this context.

Personal and Sensitive Information

[More Information Needed]

Considerations for Using the Data

Social Impact of Dataset

[More Information Needed]

Discussion of Biases

See section above describing the fact checking organizations.

[More Information Needed]

Other Known Limitations

Dataset provided for research purposes only. Please check dataset license for additional information.

Additional Information

Dataset Curators

This fact checking dataset is maintained by datacommons.org, a Google initiative.

Licensing Information

All fact checked items are released under a CC-BY-NC-4.0 License.

Citation Information

Data Commons 2020, Fact Checks, electronic dataset, Data Commons, viewed 16 Dec 2020, https://datacommons.org.

Contributions

Thanks to @yjernite for adding this dataset.