Giter Site home page Giter Site logo

phantomlei3 / credbank-data Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cbuntain/credbank-data

0.0 1.0 0.0 1006 KB

Data to accompany the ICWSM 2015 paper "CREDBANK: A Large-scale Social Media Corpus With Associated Credibility Annotations"

Python 0.20% Jupyter Notebook 99.80% Scala 0.01%

credbank-data's Introduction

CREDBANK-data

Data to accompany the ICWSM 2015 paper "CREDBANK: A Large-scale Social Media Corpus With Associated Credibility Annotations"

Data Description

The CREDBANK corpus was collected between mid October 2014 and end of February 2015. It is a collection of streaming tweets tracked over this period, topics in this tweet stream, topics classified as events or non events, events annotated with credibility ratings. The data is spread across four files. The description of each file along with their location is listed below:

1. Streaming Tweet File (Download)

This file contains more than 169 million streaming tweets spread across multiple timebins when these were collected. The collection period span from 10-Oct-2014 to 26-Feb-2015. Each line in the file corresponds to a timebin and contains 3 fields:

  • timespan_key : Time span around which tweets were collected. For example, time_key = 20150114_044623-20150114_061420 corresponds to streaming tweets collected around two time windows: 20150114_044623 and 20150114_061420, where 20150114_061420 is in the format: %Y%m%d_%H%M%S.
  • tweet_count : Number of tweets in that time bin.
  • ListOf_tweetid_author_createdAt_tuple : A list of tuples, where each tuple contains three fields: tweet ID , tweet author , tweet creation date

A snippet:

timespan_key		tweet_count		ListOf_tweetid_author_createdAt_tuple 
20150114_044623-20150114_061420	92255	[('555299882668670977', 'ZaE_BeAtZBsM808', 'Wed Jan 14 09:46:23 +0000 2015'), ('555299882698035203', 'gothebroncos', 'Wed Jan 14 09:46:23 +0000 2015'),....]

2. Topic File (Event/Non-Event) (Download)

This file contains more than 62,000 topics. Each topic is represented by 3 terms, corresponding to the top three terms returned by running topic modeling (LDA) over the streaming tweets. It contains 3 fields:

  • timespan_key: same as in (1). Streaming Tweet File
  • topic_terms : A list of 3 terms corresponding to the top 3 terms in each topic.
  • isEvent: A boolean value (0/1) to indicate whether the topic was rated as event or not. If a majority of Turkers (at least 6 out of 10) rated the topic as event, then isEvent = 1, else it is = 0.

A snippet:

time_key	topic_terms	isEvent
20141024_170629-20141024_181626 louis,ebola,nurse       1
20141024_170629-20141024_181626 retweet,gain,retweets   0

2. Credibility Annotation File (Download) This file contains more than 1300 events and their corresponding credibility ratings and reasons behind the ratings entered by Turkers. It contains 4 fields:

  • topic_key : This is a combination of the time_key and topic_terms from the (2). Topic File. The entries in the Topic File which were marked as event (isEvent = 1) have credibility ratings in the credibility annotation file.
  • topic_terms : A list of 3 terms corresponding to the top 3 terms in each topic.
  • Cred_Ratings: A list of 30 credibility ratings entered by Turkers. The ratings are based on a 5-point Likert scale ranging from [-2 to +2]:
    • [-2] Certainly Inaccurate
    • [-1] Probably Inaccurate
    • [0] Uncertain (Doubtful)
    • [+1] Probably Accurate
    • [+2] Certainly Accurate
  • Reasons: A list of 30 reasons corresponding to the ratings entered by the Turkers.

A snippet:

topic_key	topic_terms	Cred_Ratings	Reasons
louis_ebola_nurse-20141024_170629-20141024_181626       [u'louis', u'ebola', u'nurse']  ['1', '-1', '2', '-2', '0', '2', '0',....]    ['Nurses union describes the procedures taken by nurse who now has Ebola from treating a patient., .....]

3. Searched Tweet File (Download) This file contains more than 80 million tweets spread across event topics. The tweets are fetched using the Twitter search API. The search query is constructed by taking a boolean AND over all 3 terms of a topic. Each line in the file contains 4 fields:

  • topic_key : same as in (2). Credbility Annotation File
  • topic_terms : same as in (2). Credbility Annotation File
  • tweet_count: Total number of tweets returned by the search API for the topic_terms.
  • ListOf_tweetid_author_createdAt_tuple : A list of tuples, where each tuple contains three fields: tweet ID , tweet author , tweet creation date

A snippet:

topic_key	topic_terms	tweet_count	ListOf_tweetid_author_createdAt_tuple
louis_ebola_nurse-20141024_170629-20141024_181626       [u'louis', u'ebola', u'nurse']  13243 [('ID=522760301435830272', 'AUTHOR=iMhartyz', 'CreatedAt=2014-10-16 14:45:42'), ('ID=522760172872413184', 'AUTHOR=Tino_carter_v', 'CreatedAt=2014-10-16 14:45:12'), ......] 

Citation Information

If you use the dataset in your research, please cite the following paper:

Mitra, Tanushree, and Eric Gilbert. "CREDBANK: A Large-Scale Social Media Corpus with Associated Credibility Annotations." Ninth International AAAI Conference on Web and Social Media. 2015.

credbank-data's People

Contributors

cbuntain avatar compsocial 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.