<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Graph Neural Network for Fake News Detection and Classification of Unlabelled Nodes at MediaEval 2022</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Asep Maulana</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Konstantin Pogorelov</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Daniel Thilo Schroeder</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Johannes Langguth</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Simula Research Laboratory</institution>
          ,
          <country country="NO">Norway</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Bergen</institution>
          ,
          <country country="NO">Norway</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In this paper we describe our approach to fake news detection for the MediaEval 2022 challenge that has run for the third time. As in the previous editions, the goal of the challenge is the detection of misinformation tweets, but in this edition, both text and graph data are provided. We focus on the classification of unlabelled nodes/users in the graph by utilizing graph neural networks to classify them as either fake news spreader or just an ordinary node i.e. non fake news spreader. Apart from those labels, the classification apply for unlabelled nodes in conspiracy theories related to COVID-19 in nine diferent categories. Furthermore, graph based node classification detection for whole categories will be done since this will lead to more comprehensive classification analysis rather then just to label them either as a spreader or non spreader of fake news.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>During the course of the COVID-19 pandemic, a large amount of misinformation of various kinds
that were observed in online and ofline media. A particular example of this misinformation are
conspiracy theories related to the origin, nature, and treatment of COVID-19. Irrational and or
harmful conspiracy theories spread widely in many online media, have resulted in negative
efects in the real world. Accordingly, our aim here is to study new ways of detecting such
content, or people, in the Twitter network who are suspected to be misinformation or
misinformation spreaders along with any other users that have a connection to those misinformation
spreaders. For our analysis and prediction we specialized in the structure of the network with
their relationship and neglecting the content of the text or sentence embedding to those users.
The reason for using the networks is that conspiracy content can be dificult to detect by pure
text analysis, since many such ideas are communicated via hidden or implied meaning, codes,
or intentional misspellings such as plANdemic instead of pandemic.</p>
      <p>
        Analysis tools based on text-only classification challenges have been developed by other
researchers in the field [
        <xref ref-type="bibr" rid="ref1 ref2 ref3">1, 2, 3</xref>
        ]. There are already many methods for automatic news analysis
and fake content detection in the social media and news analysis field that cover a wide range
of approaches, including knowledge graphs, difusion models, and natural language processing
[
        <xref ref-type="bibr" rid="ref4 ref5 ref6 ref7">4, 5, 6, 7</xref>
        ]. These methods typically rely on labeled data. Consequently, several such datasets
have been published in recent years [
        <xref ref-type="bibr" rid="ref10 ref8 ref9">8, 9, 10, 11, 12, 13, 14, 15</xref>
        ].
      </p>
      <p>Our task specialized in detecting and classifying misinformation spreader in the context of
users relationship in the network.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Approach</title>
      <p>Our focus work will be on the second subtask with the provided data of a graph with 1, 679, 011
vertices and 268, 694, 698 edges, along with 1, 913 and 830 vertex labels for the development
and test set respectively.</p>
      <p>In this subtask, we have an undirected graph generated from social network data where the
nodes are users and the link between them represent as connections in the context of contact
or communication occurred among each other. The nodes in this graph have a set of attributes,
including number of followers, location, as well as some texts posted by that user. Some users
are labeled as misinformation spreaders based on manually annotated tweets, and some are
labeled as non-misinformation spreaders. On the other hand, we have the data regarding the
users without any labels and attribute in which we need to predict and classify them either
belong to misinformation spreader or non-misinformation spreader. Our task here is to predict
and classify the unlabelled users(nodes) in the graph based on their connection to the labeled
users as well as their attributes that related to the topic of learning on graphs [16] [17].</p>
      <p>Before we continue with the task of prediction for unlabelled users, it is good to understand
more about users or individuals that are spreading fake news. Let us assumes that individuals
spreading false messages tend to be organized in so-called homophile networks. This kind of
homophile networks are more strongly connected internally than externally, which relates to
echo chambers and related concepts which can lead to resistance to ideas coming from outside
the homophile network [? ]. However, because Twitter does not allow access to true retweet
cascades (i.e. for each retweet list the specific account whose existing retweet caused the new
retweet) but instead returns just a list of retweeters for a particular tweet, this challenge ofers
the subgraphs of Twitters’ follower network that were induced by these retweeters.</p>
      <p>For our task prediction, we try to optimize the work by exploring the users with only have
the labels and attributes as reference for prediction and classification of unlabelled users [ 18].
In this context we cut down the the graph to two subgraphs consisting of a subgraph of labelled
users and subgraph of unlabelled users. The cutting down of the subgraph conducted from main
graph that consist of of 1, 679, 011 vertices and 268, 694, 698 edges along with their connection
to all other nodes. Here is the step of the task for prediction and classification of unlabelled
nodes:
1. Construct the subgraph of labelled nodes(with their internal connection) by cutting down
it from main graph. This subgraph will be used as a reference for prediction of unlabelled
nodes.
2. Construct the subgraph of unlabelled nodes(with their internal connection) by cutting
down it from main graph. This unlabelled subgraph is a subject of task prediction.
3. Apply GNN to train the labelled of subgraph and save the model of that training
4. Use the model above to predict unlabelled nodes and classify them either as misinformation
spreader or non-misinformation spreader
5. After classifying them and find new label for unlabelled nodes, merge the nodes from
labelled and unlabelled nodes and construct new subgraph. In this subgraph put the label
as a result of prediction in previous step to unlabelled nodes and train this subgraph to
investigate the accuracy of the classification.
6. with diferent run, we generate the prediction according to the smallest diference of
accuracy in the training of labelled subgraph and the training of labelled merge subgraph.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Results</title>
      <p>As a result of our work, we obtained 2 runs for Graph-based Detection subtasks. The result was
− 0.0085 and − 0.0084 which means that it is still under the random classifier performance. We
conclude that such simple approaches are not suitable for the structure-oriented classification
tasks.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Discussion and Outlook</title>
      <p>While the first subtask of the challenge was identical to the 2021 edition [ 19], the graph based
detection constitutes a harder problem. Here we have tried to apply a graph neural network
(GNN) for node property prediction and classification [ 18]. It assumes that GNNs with semi
supervised learning can be utilized to predict some unlabelled nodes/vertices in the graph based
on others nodes which have label and attributes in the graph. While it is likely that the approach
is viable, our chosen method failed to provide any useful classification. In future work, we will
study a modification of the model that we have applied, as well as utilize diferent Graph Neural
Network architectures.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Acknowledgements</title>
      <p>This work was funded by the Norwegian Research Council under contract #303404 and has
benefited from the Experimental Infrastructure for Exploration of Exascale Computing (eX3),
which is financially supported by the Research Council of Norway under contract #270053.
[11] S. Dhoju, M. Main Uddin Rony, M. Ashad Kabir, N. Hassan, Diferences in health news from reliable
and unreliable media, in: Companion Proceedings of The 2019 World Wide Web Conference, 2019,
pp. 981–987.
[12] E. Dai, Y. Sun, S. Wang, Ginger cannot cure cancer: Battling fake health news with a comprehensive
data repository, in: Proceedings of the International AAAI Conference on Web and Social Media,
volume 14, 2020, pp. 853–862.
[13] K. Shu, D. Mahudeswaran, S. Wang, D. Lee, H. Liu, Fakenewsnet: A data repository with news
content, social context and dynamic information for studying fake news on social media, arXiv
preprint arXiv:1809.01286 8 (2018).
[14] A. Ghenai, Y. Mejova, Fake cures: user-centric modeling of health misinformation in social media,</p>
      <p>Proceedings of the ACM on human-computer interaction 2 (2018) 1–20.
[15] K. Nakamura, S. Levy, W. Y. Wang, r/fakeddit: A new multimodal benchmark dataset for fine-grained
fake news detection, arXiv preprint arXiv:1911.03854 (2019).
[16] W. Hu, M. Fey, M. Zitnik, Y. Dong, H. Ren, B. Liu, M. Catasta, J. Leskovec, Open graph benchmark:
Datasets for machine learning on graphs, Advances in neural information processing systems 33
(2020) 22118–22133.
[17] T. N. Kipf, M. Welling, Semi-supervised classification with graph convolutional networks, arXiv
preprint arXiv:1609.02907 (2016).
[18] J. Tang, R. Liao, Graph neural networks for node classification, in: L. Wu, P. Cui, J. Pei, L. Zhao
(Eds.), Graph Neural Networks: Foundations, Frontiers, and Applications, Springer Singapore,
Singapore, 2022, pp. 41–61.
[19] K. Pogorelov, D. T. Schroeder, S. Brenner, J. Langguth, Fakenews: Corona virus and conspiracies
multimedia analysis task at mediaeval 2021, in: Multimedia Benchmark Workshop, 2021, p. 67.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Q.</given-names>
            <surname>Do</surname>
          </string-name>
          ,
          <article-title>Jigsaw unintended bias in toxicity classification (</article-title>
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <article-title>[2] Toxic comment classification challenge - identify and classify toxic online comments</article-title>
          ,
          <year>2018</year>
          . URL: https://www.kaggle.com/c/jigsaw-toxic
          <article-title>-comment-classification-challenge/.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>A.</given-names>
            <surname>Mungekar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Parab</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nima</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Pereira</surname>
          </string-name>
          ,
          <article-title>Quora insincere question classification</article-title>
          ,
          <source>National College of Ireland</source>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>V.</given-names>
            <surname>Pérez-Rosas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Kleinberg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lefevre</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Mihalcea</surname>
          </string-name>
          ,
          <article-title>Automatic detection of fake news</article-title>
          ,
          <source>arXiv preprint arXiv:1708.07104</source>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>T.</given-names>
            <surname>Le</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <article-title>Malcom: Generating malicious comments to attack neural fake news detection models</article-title>
          , arXiv preprint arXiv:
          <year>2009</year>
          .
          <volume>01048</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>L.</given-names>
            <surname>Cui</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Seo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Tabar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Ma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <article-title>Deterrent: Knowledge guided graph attention network for detecting healthcare misinformation</article-title>
          ,
          <source>in: Proceedings of the 26th ACM SIGKDD International Conference on Knowledge Discovery &amp; Data Mining, KDD '20</source>
          ,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA,
          <year>2020</year>
          , p.
          <fpage>492</fpage>
          -
          <lpage>502</lpage>
          . doi:
          <volume>10</volume>
          .1145/3394486.3403092.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>D. de Beer</surname>
          </string-name>
          , M. Matthee,
          <article-title>Approaches to identify fake news: A systematic literature review</article-title>
          , in: T. Antipova (Ed.),
          <source>Integrated Science in Digital Age</source>
          <year>2020</year>
          , Springer International Publishing, Cham,
          <year>2020</year>
          , pp.
          <fpage>13</fpage>
          -
          <lpage>22</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>M.</given-names>
            <surname>Nabil</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Aly</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Atiya</surname>
          </string-name>
          , Astd:
          <article-title>Arabic sentiment tweets dataset</article-title>
          ,
          <source>in: Proceedings of the 2015 conference on empirical methods in natural language processing</source>
          ,
          <year>2015</year>
          , pp.
          <fpage>2515</fpage>
          -
          <lpage>2519</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>W. Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <article-title>" liar, liar pants on fire": A new benchmark dataset for fake news detection</article-title>
          ,
          <source>arXiv preprint arXiv:1705.00648</source>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>F. K. A.</given-names>
            <surname>Salem</surname>
          </string-name>
          , R. Al Feel,
          <string-name>
            <given-names>S.</given-names>
            <surname>Elbassuoni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Jaber</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Farah</surname>
          </string-name>
          ,
          <article-title>Fa-kes: A fake news dataset around the syrian war</article-title>
          ,
          <source>in: Proceedings of the International AAAI Conference on Web and Social Media</source>
          , volume
          <volume>13</volume>
          ,
          <year>2019</year>
          , pp.
          <fpage>573</fpage>
          -
          <lpage>582</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>