Dataset Open Access

Dataset: Raiders of the Lost Kek: 3.5 Years of Augmented 4chan Posts from the Politically Incorrect Board

Antonis Papasavva; Savvas Zannettou; Emiliano De Cristofaro; Gianluca Stringhini; Jeremy Blackburn


DataCite XML Export

<?xml version='1.0' encoding='utf-8'?>
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.1/metadata.xsd">
  <identifier identifierType="DOI">10.5281/zenodo.3606810</identifier>
  <creators>
    <creator>
      <creatorName>Antonis Papasavva</creatorName>
      <affiliation>University College London</affiliation>
    </creator>
    <creator>
      <creatorName>Savvas Zannettou</creatorName>
      <affiliation>Max Planck Institute</affiliation>
    </creator>
    <creator>
      <creatorName>Emiliano De Cristofaro</creatorName>
      <affiliation>University College London</affiliation>
    </creator>
    <creator>
      <creatorName>Gianluca Stringhini</creatorName>
      <affiliation>Boston University</affiliation>
    </creator>
    <creator>
      <creatorName>Jeremy Blackburn</creatorName>
      <affiliation>Binghamton University</affiliation>
    </creator>
  </creators>
  <titles>
    <title>Dataset: Raiders of the Lost Kek: 3.5 Years of Augmented 4chan Posts from the Politically Incorrect Board</title>
  </titles>
  <publisher>Zenodo</publisher>
  <publicationYear>2020</publicationYear>
  <dates>
    <date dateType="Issued">2020-01-13</date>
  </dates>
  <resourceType resourceTypeGeneral="Dataset"/>
  <alternateIdentifiers>
    <alternateIdentifier alternateIdentifierType="url">https://zenodo.org/record/3606810</alternateIdentifier>
  </alternateIdentifiers>
  <relatedIdentifiers>
    <relatedIdentifier relatedIdentifierType="DOI" relationType="IsVersionOf">10.5281/zenodo.3606809</relatedIdentifier>
  </relatedIdentifiers>
  <rightsList>
    <rights rightsURI="https://creativecommons.org/licenses/by/4.0/legalcode">Creative Commons Attribution 4.0 International</rights>
    <rights rightsURI="info:eu-repo/semantics/openAccess">Open Access</rights>
  </rightsList>
  <descriptions>
    <description descriptionType="Abstract">&lt;p&gt;This is the dataset released with the &lt;a href="https://arxiv.org/abs/2001.07487"&gt;paper&lt;/a&gt; titled:&amp;nbsp;&amp;quot;Raiders of the Lost Kek: 3.5 Years of Augmented 4chan Posts from the Politically Incorrect Board&amp;quot;.&lt;/p&gt;

&lt;p&gt;The dataset is a single&amp;nbsp;&lt;a href="http://ndjson.org/"&gt;Newline delimited JSON file&lt;/a&gt;. Each line in the file consists of a JSON object which is a full 4chan /pol/ thread.&amp;nbsp;The JSON objects contain&amp;nbsp;all the&amp;nbsp;key/values returned by the &lt;a href="https://github.com/4chan/4chan-API/blob/master/pages/Threads.md"&gt;4chan API&lt;/a&gt;, along with three additional keys&amp;nbsp;(&lt;em&gt;entities,&amp;nbsp;perspectives&lt;/em&gt;, and &lt;em&gt;extracted_poster_id&lt;/em&gt;).&lt;/p&gt;

&lt;p&gt;For each JSON object&amp;nbsp;we&amp;nbsp;complement the data with the list of the named entities we&amp;nbsp;detect for each post, using the &lt;a href="https://spacy.io/api/annotation#named-entities"&gt;spaCy &lt;/a&gt;Python library. In addition, for each post we add scores returned by the&amp;nbsp;Google&amp;rsquo;s &lt;a href="https://www.perspectiveapi.com/#/home"&gt;Perspective API&lt;/a&gt;, and more&amp;nbsp;specifically seven scores in the [0; 1] interval.&lt;/p&gt;

&lt;p&gt;For the detailed description of every &lt;em&gt;key &lt;/em&gt;in the JSON structure, along with the type of the &lt;em&gt;value&lt;/em&gt;, please read the readme.pdf file provided with this dataset.&lt;/p&gt;

&lt;p&gt;If you find our dataset useful, please cite our paper:&lt;/p&gt;

&lt;blockquote&gt;
&lt;pre&gt;@article{papasavva2020raiders,
  title={Raiders of the Lost Kek: 3.5 Years of Augmented 4chan Posts from the Politically Incorrect Board},
  author={Antonis Papasavva, Savvas Zannettou, Emiliano De Cristofaro, Gianluca Stringhini, Jeremy Blackburn},
  journal={14th International AAAI Conference On Web And Social Media (ICWSM), 2020},
  year={2020}  
}&lt;/pre&gt;
&lt;/blockquote&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to extract the data:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Note that the data is compressed. See the instructions below on how to extract the data:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;strong&gt;Linux and Mac&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Step 1: Open a terminal window and navigate to the path where the file&amp;nbsp;&lt;em&gt;pol_0616-1119_labeled.tar.zst&amp;nbsp;&lt;/em&gt;is located.&lt;/p&gt;

&lt;p&gt;Step2: Run the following command:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;unzstd pol_0616-1119_labeled.tar.zst&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;The above command will result in a file named&amp;nbsp;&lt;em&gt;pol_0616-1119_labeled.tar. &lt;/em&gt;(in the same directory)&lt;/p&gt;

&lt;p&gt;Step 3: Again, from your terminal window, run this command:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;tar -xvf pol_0616-1119_labeled.tar&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;When the above command finishes, you will get (in the same directory) the extracted data - a file named&amp;nbsp;&lt;em&gt;pol_062016-112019_labeled.ndjson.&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;strong&gt;Windows&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There are many applications that can be used to extract this data on Windows available online. The authors cannot recommend specific applications. Note that the file is compressed twice so you will need to perform the data extraction twice - once on the downloaded file, and once on the file that was extracted from the downloaded file.&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Please do not hesitate to contact the author of this study in case you face any problem at: antonis.papasavva@ucl.ac.uk&lt;/p&gt;</description>
  </descriptions>
</resource>
27,054
25,053
views
downloads
All versions This version
Views 27,05427,054
Downloads 25,05325,052
Data volume 129.2 TB129.2 TB
Unique views 24,55324,553
Unique downloads 20,14520,144

Share

Cite as