Skip to main content
Powered by ShareScore

Find research datasets worth reusing

Search datasets from major research repositories and use ShareScore to quickly assess how well each record supports discovery, access, and reuse.

1

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

1 result for “fake news spreaders”

Learn how ShareScore rates datasets ↗
zenodo20/100

Profiling Fake News Spreaders on Twitter

<p><strong>Task</strong></p> <p>Fake news has become one of the main threats of our society. Although fake news is not a new phenomenon, the exponential growth of social media has offered an easy platform for their fast propagation. A great amount of fake news, and rumors are propagated in online social networks with the aim, usually, to deceive users and formulate specific opinions. Users play a critical role in the creation and propagation of fake news online by consuming and sharing articles with inaccurate information either intentionally or unintentionally. To this end, in this task, we aim at identifying possible fake news spreaders on social media as a first step towards preventing fake news from being propagated among online users.</p> <p>After having addressed several aspects of author profiling in social media from 2013 to 2019 (bot detection, age and gender, also together with personality, gender and language variety, and gender from a multimodality perspective), this year we aim at investigating if it is possbile to discriminate authors that have shared some fake news in the past from those that, to the best of our knowledge, have never done it.</p> <p>As in previous years, we propose the task from a&nbsp;<strong>multilingual</strong>&nbsp;perspective:</p> <ul> <li>English</li> <li>Spanish</li> </ul> <p><strong>NOTE:</strong>&nbsp;Although we recommend to participate in both languages (English and Spanish), it is possible to address the problem just for one language.</p> <p><strong>Data</strong></p> <p><em>Input</em></p> <p>The uncompressed dataset consists in a folder per language (en, es). Each folder contains:</p> <ul> <li>A XML file per author (Twitter user) with 100 tweets. The name of the XML file correspond to the unique author id.</li> <li>A truth.txt file with the list of authors and the ground truth.</li> </ul> <p>The format of the XML files is:</p> <pre> &lt;author lang=&quot;en&quot;&gt; &lt;documents&gt; &lt;document&gt;Tweet 1 textual contents&lt;/document&gt; &lt;document&gt;Tweet 2 textual contents&lt;/document&gt; ... &lt;/documents&gt; &lt;/author&gt; </pre> <p>The format of the truth.txt file is as follows. The first column corresponds to the author id. The second column contains the truth label.</p> <pre> b2d5748083d6fdffec6c2d68d4d4442d:::0 2bed15d46872169dc7deaf8d2b43a56:::0 8234ac5cca1aed3f9029277b2cb851b:::1 5ccd228e21485568016b4ee82deb0d28:::0 60d068f9cafb656431e62a6542de2dc0:::1 ... </pre> <p><em>Output</em></p> <p>Your software must take as input the absolute path to an unpacked dataset, and has to output for each document of the dataset a corresponding XML file that looks like this:</p> <pre> &lt;author id=&quot;author-id&quot; lang=&quot;en|es&quot; type=&quot;0|1&quot; /&gt; </pre> <p>The naming of the output files is up to you. However, we recommend to use the author-id as filename and &quot;xml&quot; as extension.</p> <p><strong>IMPORTANT!</strong>&nbsp;Languages should not be mixed. A folder should be created for each language and place inside only the files with the prediction for this language.</p> <p><strong>Evaluation</strong></p> <p>The performance of your system will be ranked by accuracy. For each language, we will calculate individual accuracies in discriminating between the two classes. Finally, we will average the accuracy values per language to obtain the final ranking.</p> <p><strong>Submission</strong></p> <p>Once you finished tuning your approach on the validation set, your software will be tested on the test set. During the competition, the test set will not be released publicly. Instead, we ask you to submit your software for evaluation at our site as described below.</p> <p>We ask you to prepare your software so that it can be executed via command line calls. The command shall take as input (i) an absolute path to the directory of the test corpus and (ii) an absolute path to an empty output directory:</p> <pre><code>mySoftware -i INPUT-DIRECTORY -o OUTPUT-DIRECTORY</code></pre> <p>Within&nbsp;<code>OUTPUT-DIRECTORY</code>, we require two subfolders:&nbsp;<code>en</code>&nbsp;and&nbsp;<code>es</code>, one folder per language, respectively. As the provided output directory is guaranteed to be empty, your software needs to create those subfolders. Within each of these subfolders, you need to create one xml file per author. The xml file looks like this:&nbsp;</p> <pre> &lt;author id=&quot;author-id&quot; lang=&quot;en|es&quot; type=&quot;0|1&quot; /&gt; </pre> <p>The naming of the output files is up to you. However, we recommend to use the author-id as filename and &quot;xml&quot; as extension.</p> <p>Note: By submitting your software you retain full copyrights. You agree to grant us usage rights only for the purpose of the PAN competition. We agree not to share your software with a third party or use it for other purposes than the PAN competition.</p> <p><strong>Related Work</strong></p> <ul> <li>Bilal Ghanem, Paolo Rosso, Francisco Rangel.&nbsp;<a href="https://arxiv.org/abs/1908.09951">An Emotional Analysis of False Information in Social Media and News Articles.&nbsp;</a>arXiv preprint arXiv:1908.09951 (2019). ACM Transactions on Internet Technology (TOIT). In Press.</li> <li>Anastasia Giachanou, Paolo Rosso, Fabio Crestani.&nbsp;<a href="https://dl.acm.org/doi/10.1145/3331184.3331285">Leveraging Emotional Signals for Credibility Detection.&nbsp;</a>Proceedings of the 42nd International ACM Conference on Research and Development in Information Retrieval (SIGIR). pp 877&ndash;880. (2019)</li> <li>Andre Guess, Jonathan Nagler, and Joshua Tucker.&nbsp;<a href="http://advances.sciencemag.org/content/5/1/eaau4586.abstract">Less than you think: Prevalence and predictors of fake news dissemination on Facebook.</a>&nbsp;Science Advances vol. 5 (2019)</li> <li>Andrew Hall, Loren Terveen, Aaron Halfaker.&nbsp;<a href="https://dl.acm.org/citation.cfm?id=3274333">Bot Detection in Wikidata Using Behavioral and Other Informal Cues.&nbsp;</a>Proceedings of the ACM on Human-Computer Interaction. 2018 Nov 1;2(CSCW):64.</li> <li>Kashyap Popat, Subhabrata Mukherjee, Andrew Yates, Gerhard Weikum.&nbsp;<a href="https://www.aclweb.org/anthology/D18-1003/">DeClarE: Debunking Fake News and False Claims using Evidence-Aware Deep Learning.&nbsp;</a>Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing (EMNLP). pp 22-32. (2018)</li> <li>Francisco Rangel and Paolo Rosso.&nbsp;<a href="http://ceur-ws.org/Vol-2380/paper_263.pdf">Overview of the 7th Author Profiling Task at PAN 2019: Bots and Gender Profiling in Twitter.&nbsp;</a>In: L. Cappellato, N. Ferro, D. E. Losada and H. M&uuml;ller (eds.) CLEF 2019 Labs and Workshops, Notebook Papers. CEUR Workshop Proceedings.CEUR-WS.org, vol. 2380</li> <li>Francisco Rangel, Paolo Rosso, Martin Potthast, Benno Stein.&nbsp;<a href="http://ceur-ws.org/Vol-2125/invited_paper_15.pdf">Overview of the 6th author profiling task at pan 2018: multimodal gender identification in Twitter.</a>&nbsp;In: CLEF 2018 Labs and Workshops, Notebook Papers. CEUR Workshop Proceedings. CEUR-WS.org, vol. 2125.</li> <li>Francisco Rangel, Paolo Rosso, Martin Potthast, Benno Stein.&nbsp;<a href="http://ceur-ws.org/Vol-1866/invited_paper_11.pdf">Overview of the 5th Author Profiling Task at PAN 2017: Gender and Language Variety Identification in Twitter.</a>&nbsp;In: Cappellato L., Ferro N., Goeuriot L, Mandl T. (Eds.) CLEF 2017 Labs and Workshops, Notebook Papers. CEUR Workshop Proceedings. CEUR-WS.org, vol. 1866.</li> <li>Francisco Rangel, Paolo Rosso, Ben Verhoeven, Walter Daelemans, Martin Pottast, Benno Stein.&nbsp;<a href="http://ceur-ws.org/Vol-1609/16090750.pdf">Overview of the 4th Author Profiling Task at PAN 2016: Cross-Genre Evaluations.</a>&nbsp;In: Balog K., Capellato L., Ferro N., Macdonald C. (Eds.) CLEF 2016 Labs and Workshops, Notebook Papers. CEUR Workshop Proceedings. CEUR-WS.org, vol. 1609, pp. 750-784</li> <li>Francisco Rangel, Fabio Celli, Paolo Rosso, Martin Pottast, Benno Stein, Walter Daelemans.&nbsp;<a href="https://github.com/autoritas/RD-Lab/blob/master/doc/papers/2015%20-%20PAN/pan15-ap-overview.pdf">Overview of the 3rd Author Profiling Task at PAN 2015.</a>In: Linda Cappelato and Nicola Ferro and Gareth Jones and Eric San Juan (Eds.): CLEF 2015 Labs and Workshops, Notebook Papers, 8-11 September, Toulouse, France. CEUR Workshop Proceedings. ISSN 1613-0073, http://ceur-ws.org/Vol-1391/,2015.</li> <li>Francisco Rangel, Paolo Rosso, Irina Chugur, Martin Potthast, Martin Trenkmann, Benno Stein, Ben Verhoeven, Walter Daelemans.&nbsp;<a href="http://ceur-ws.org/Vol-1180/CLEF2014wn-Pan-RangelEt2014.pdf">Overview of the 2nd Author Profiling Task at PAN 2014.</a>&nbsp;In: Cappellato L., Ferro N., Halvey M., Kraaij W. (Eds.) CLEF 2014 Labs and Workshops, Notebook Papers. CEUR-WS.org, vol. 1180, pp. 898-827.</li> <li>Francisco Rangel, Paolo Rosso, Moshe Koppel, Efstatios Stamatatos, Giacomo Inches.&nbsp;<a href="http://ceur-ws.org/Vol-1179/CLEF2013wn-PAN-RangelEt2013.pdf">Overview of the Author Profiling Task at PAN 2013.</a>&nbsp;In: Forner P., Navigli R., Tufis D. (Eds.)Notebook Papers of CLEF 2013 LABs and Workshops. CEUR-WS.org, vol. 1179</li> <li>Francisco Rangel and Paolo Rosso&nbsp;<a href="https://ojs.letras.up.pt/ojs/index.php/LLLD/article/download/6119/5761">On the Implications of the General Data Protection Regulation on the Organisation of Evaluation Tasks.&nbsp;</a>In: Language and Law / Linguagem e Direito, Vol. 5(2), pp. 80-102</li> <li>Kai Shu, Suhang Wang, and Huan Liu.&nbsp;<a href="http://www.public.asu.edu/~skai2/papers/fake_news_user.pdf">Understanding user profiles on social media for fake news detection.&nbsp;</a>Proceedings of the IEEE Conference on Multimedia Information Processing and Retrieval (MIPR), pp. 430--435 (2018)</li> <li>Kai Shu, Amy Sliva, Suhang Wang, Jiliang Tang, and Huan Liu.&nbsp;<a href="https://dl.acm.org/doi/10.1145/3137597.3137600">Fake News Detection on Social Media: A Data Mining Perspective.&nbsp;</a>ACM SIGKDD Explorations Newsletter. (2017)</li> </ul>

restrictedFeb 2020View details →

ScienceDex guides

Understand access before you commit

These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.

Compare curated datasets

Allen Brain Atlas

Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.

allen-brain-atlas
neuroscienceopenDocumentation, web resources, and API references are available online.
Last verified 2026-04-30Open record

Annotated Behaviour and Observability Dataset (ABODe)

ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.

abode-home-cage
behavioral-neuroscienceopenThe DataShare record exposes download links for annotations, documentation, license text, and the zipped per-snippet data directory.
Last verified 2026-04-30Open record

DANDI Archive for NWB datasets

DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.

dandi-nwb
electrophysiologyopenPublished Dandiset metadata and archive endpoints are available through the production DANDI API.
Last verified 2026-04-30Open record

International Brain Laboratory public data

The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.

ibl
behavioral-neuroscienceopenPublic sessions can be searched and loaded from the IBL public data server through ONE.
Last verified 2026-04-29Open record

OpenNeuro

OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.

openneuro
neuroscienceopenPublished datasets are available on demand over the internet.
Last verified 2026-04-29Open record