Coder Social home page Coder Social logo

checked's Introduction

CHECKED

The first Chinese COVID-19 fake news dataset based on the Weibo platform.

Notice

We care about users' privacy and made (will keep making) efforts to protecting it.

  • We did not make the user name public, which enables to identify Weibo users. In addition, we released the hashed user_id instead of the original user_id of Weibo.
  • Please use the CHECKED data only for academic research.

Overiew

This repository includes 2 folders which are code and dataset.

The code folder contains codes for collecting COVID-19 microblogs and analyzing collected data.

The dataset folder includes 2 folders - fake_news and real_news where

  • fake_news includes 344 microblogs labeled 'fake'.
  • real_news involves 1776 microblogs labeled 'real'.

Each microblog (json file) consists of the following components:

  • id: The microblog's ID. Each microblog is identified by a unique 16 digit ID assigned by Weibo.
  • label: The microblog's label. The label of each microblog is either 'real' or 'fake'.
  • date: The date that the microblog is posted (in format yyyy-mm-dd hh:mm).
  • user_id: The user's ID who posted the microblog. Weibo assigns each of its users a unique ID number with 10 digits. Note that each user can change his ID only once to a string formed by 4-20 characters, where letters are allowed.
  • text: Textual information of microblogs.
  • pic url: The URL of the visual information of microblog. Note that users are allowed to attach no more than 18 images in each microblog.
  • video url: The URL of the video information of microblog. Note that each microblog (i) can only include at most one video; and (ii) cannot attach both the video and image.
  • comment num, repost num, and like num: The number of comments, forwards, and likes of the microblog.
  • comments: The detailed information of user comments for the microblog, including (i) the ID, date, and content of comments (microblogs), and (ii) the ID and name of commenters (users). Note that for each comment, no more than one image and no video are allowed.
  • reposts: The detailed information of user forwards for the microblog, which specifies (i) the ID, date, and content of forwards (microblogs), and (ii) the ID and name of forwarders (users). Similar to comments, each forward has at most one image and no video information. Note that if a user forwards a repost with an image, the pic_url of the new forward will also include this image along with the original image.

news_fake.csv contains all the fake microblogs in fake_news with identical components except for 'comments' and 'reposts'.

news_real.csv contains all the real microblogs in real_news with identical components except for 'comments' and 'reposts'.

news_total.csv is a combination of news_fake.csv and news_real.csv.

list.txt includes all the keywords that we used to determine if the microblog about COVID-19.

Reference

If you are using this dataset, please kindly cite the following paper:

@article{yang2020checked,
  title={CHECKED: Chinese COVID-19 Fake News Dataset},
  author={Yang, Chen and Zhou, Xinyi and Zafarani, Reza},
  journal={arXiv preprint arXiv:2010.09029},
  year={2020}
}

Contact

Please contact [email protected] if you have any question on our dataset.

checked's People

Contributors

phabby92 avatar cyang03 avatar xzhou0509 avatar

Stargazers

 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.