<!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>
      <journal-title-group>
        <journal-title>CLEF</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Profiling Fake News Spreaders on Twitter</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Usman Saeed</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Hammad Fahim</string-name>
          <email>hammad.fahim57@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Dr. Farid Shirazi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Data Science Lab (DSL), Ryerson University, Canada Center for Computing Research (CIC), Instituto Politécnico Nacional (IPN) usman.saeed</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2020</year>
      </pub-date>
      <volume>22</volume>
      <fpage>22</fpage>
      <lpage>25</lpage>
      <abstract>
        <p>The article presents a model for fake news profiling task on social media data. Fake news poses a great threat to our society and evaluating author plays a critical role in detecting fake news patterns. The article describes machine learning and deep learning algorithm analyses to the binary classification problem for PAN 2020 challenge. All experiments were conducted on the English data set and the results for discriminating fake news spreaders from real news authors were shown. Our final model submitted to TIRA, Bi-LSTM with attention on the training set achieved 70% accuracy.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        Due to the growth of social media and technological advancement people tend to spend
more time on smart devices and are more inclined to get news and updates through
social media, that makes people more exposed to fake news and wide scale
misinformation. Fake news has been spreading in the form of reviews[
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], advertisements[
        <xref ref-type="bibr" rid="ref22">22</xref>
        ],
political agendas, news articles, rumours and satires[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] through both social[
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] and
mainstream electronic mediums. Its extensive use for misleading information, false
persuasion and confusion makes it a major threat for public trust on online activities
i.e. social community activities, online shopping and positive media reinforcements.
Due to the dynamic and heterogeneous nature of the task natural language processing
researchers have contributed to multiple solutions to the problem. Variety, Velocity,
Volume and Time Latency of the fake news articles are the four fundamental problems [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ]
encountered by the current academic researchers.
      </p>
      <p>
        It has been established through previous researches that linguistic-based features
from the news are insufficient[
        <xref ref-type="bibr" rid="ref25">25</xref>
        ], meanwhile, auxiliary features such as past
credibility of the author and spread pattern play a vital role in the detection of fake news. We
participated in the PAN 2020 author profiling task[
        <xref ref-type="bibr" rid="ref19">19</xref>
        ][
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], the challenge was to
determine if the authors from Twitter are keen to spread fake news. The best obtained results
of the English data set is provided, where several machine learning techniques were
applied(Logistic Regression, SVM, Decision tree, Multi-Layer Perceptron, KNN) and
deep learning(LSTM, Bi-LSTM with and without attention) to determine the best
possible results on the validation set. Best model was submitted (Bi-LSTM with attention)
where 70% accuracy was obtained on the test set.
      </p>
      <p>In the following section, the existing work in the research community is described.
In section 3, corpora provided by the PAN organizers and task description are presented.
In section 4, details of our purposed approach and experiments to evaluate the system
are described. In section 5, results and analysis are stated. Section 6 concludes the
paper.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        Fake news on social media can either be created by bots[
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] or real humans. Many
bots are created solely to spread misinformation, rumors, spam and can be easily
confused with human behaviour. One of the key aspects used as an indicator is social
context[
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] and distribution pattern of real and fake news. The online users work as
a social community to dominate the speed of fake news. Broadly speaking fake news
have been studied based on multiple theoretical perspectives including style of the
content [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ], propagation of fake news [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] and role , engagement and attributes of user in
creating fake news [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. We also see that language variety and cultural
idiosyncrasies[
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] can influence tasks like author profiling in establishing discourse.
Some of the approaches[
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] to tackle these issues have been fact checking with the
aid of experts, machine learning algorithm, information comparisons etc. Unique
emotional patterns[
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] and signals[
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] between fake news and real news is also studies as
manipulation requires emotional language cues[
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Researcher have used supervised
techniques[
        <xref ref-type="bibr" rid="ref23">23</xref>
        ][
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] like Support Vector Machine(SVM) and Decision Trees repeatedly
to detect deception and fraud in text. Supervised deep learning models[
        <xref ref-type="bibr" rid="ref21">21</xref>
        ][
        <xref ref-type="bibr" rid="ref6">6</xref>
        ][
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] like
Gated Recurrent Unit(GRU), Bidirectional LSTM and Recurrent Neural networks(RNN)
have also shown substantial results by having the ability to capture contextual
information in news. It has also been discussed that instead of emphasising on claims, the news
sources[
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] can provide more valuable insights on fake news. The context between
creators analysis and content analyses of the news give rise to the authorship profiling task
of fake news.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Dataset</title>
      <p>PAN-2020 provided 30,000 labeled tweets of English language to train and develop the
systems. Training corpus consisted of 24,000 labeled tweets, and 6,000 labeled tweets
for the development phase (according to the PAN’s suggested split of 70 percent for
training and 20 percent for testing the models). Evaluation test set had 200 files with
100 tweets per file. Different annotators manually labeled the corpora. More details can
be found in overview papers.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Methodology</title>
      <p>
        We conducted experiments using several machine learning and deep learning methods.
For all machine learning methods(Logistic Regression, Support Vector Machine,
Decision Tree, Multilayer Perceptron and K-Nearest Neighbor), we used CountVectorizer
and Tf-Idf transformer to create feature input vectors. In our deep learning methods, we
used 50D Twitter GloVe embeddings[
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. Below, details and features of our final deep
learning model are mentioned that was submitted in the PAN 2020 task.
4.1
      </p>
      <sec id="sec-4-1">
        <title>Pre-Processing</title>
        <p>
          As mentioned in the literature review, fake news needs to preserve stylistic features in
the tweet to be able to record information that can add value in evaluation. Hence, we
used Ekphrasis [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ] for the converting all the stylistic information into unique tags before
passing it into our deep learning model. We converted number, URL, email address,
currency, username, time, date, hashtag, elongated text, all capital text and repeated and
emphasised texts special tags to preserve meaningful information.
4.2
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>Setup and Evaluation</title>
        <p>
          Our final model with highest accuracy was Bi-LSTM with attention [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ]. The Bi-LSTM
approach handles the local context from both end to beginning and beginning to end,
and attention puts more focus to the information directed by the hidden layer of
BiLSTM. The model was trained till 8 epochs, the hidden layers were set to size 50,
dropout was set to 0.2 and “AdaGradTrainer” was selected. The evaluation score was
obtained as described in the task by computing individual accuracy of the users for
binary classification. The individual accuracy of all users were than averaged to achieve
the final score.
5
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Results</title>
      <p>We present the results on evaluation set for all the used algorithms. Table 1 shows that
the highest accuracy was 79.7% which was achieved by B-LSTM with attention.
Highest accuracy among the machine learning algorithm was 78.2% through logistic
regression which is very close to our best model. Both decision tree and logistic regression
achieved better scores than LSTM and Bi-LSTM respectively.</p>
    </sec>
    <sec id="sec-6">
      <title>Conclusion</title>
      <p>In this paper, we analysed multiple machine learning and deep learning algorithms to
obtain the highest accuracy for detecting fake news patterns among authors. For our
final model, we first preserved the stylistic information in the tweets through Ekphrasis
tagging of features, then we created 50D GloVe embeddings and trained it on Bi-LSTM
with attention. In the end evaluation testing set on TIRA showed 70% accuracy on our
highest achieving model. The evaluation phase showed many machine learning
algorithms worked well when trained with Tf-Idf and count vectorizers. In future, we would
like to experiment with transformer methods and more diverse features.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Ashforth</surname>
            ,
            <given-names>B.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mael</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Social identity theory and the organization</article-title>
          .
          <source>Academy of management review 14(1)</source>
          ,
          <fpage>20</fpage>
          -
          <lpage>39</lpage>
          (
          <year>1989</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Bálint</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bálint</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>The semmelweis-reflex</article-title>
          .
          <source>Orvosi hetilap</source>
          <volume>150</volume>
          (
          <issue>30</issue>
          ),
          <fpage>1430</fpage>
          -
          <lpage>1430</lpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Baziotis</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pelekis</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Doulkeridis</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          : Datastories at semeval
          <article-title>-2017 task 4: Deep lstm with attention for message-level and topic-based sentiment analysis</article-title>
          .
          <source>In: Proceedings of the 11th International Workshop on Semantic Evaluation (SemEval-2017)</source>
          . pp.
          <fpage>747</fpage>
          -
          <lpage>754</lpage>
          . Association for Computational Linguistics, Vancouver, Canada (
          <year>August 2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Berkowitz</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schwartz</surname>
            ,
            <given-names>D.A.</given-names>
          </string-name>
          :
          <article-title>Miley, cnn and the onion: When fake news becomes realer than real</article-title>
          .
          <source>Journalism Practice</source>
          <volume>10</volume>
          (
          <issue>1</issue>
          ),
          <fpage>1</fpage>
          -
          <lpage>17</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Biyani</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tsioutsiouliklis</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blackmer</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>" 8 amazing secrets for getting more clicks": Detecting clickbaits in news streams using article informality</article-title>
          .
          <source>In: Thirtieth AAAI Conference on Artificial Intelligence</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Cho</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Van Merriënboer</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bahdanau</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>On the properties of neural machine translation: Encoder-decoder approaches</article-title>
          .
          <source>arXiv preprint arXiv:1409.1259</source>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Deutsch</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gerard</surname>
          </string-name>
          , H.B.:
          <article-title>A study of normative and informational social influences upon individual judgment</article-title>
          .
          <source>The journal of abnormal and social psychology 51(3)</source>
          ,
          <volume>629</volume>
          (
          <year>1955</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Ghanem</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>An Emotional Analysis of False Information in Social Media and News Articles</article-title>
          .
          <source>ACM Transactions on Internet Technology (TOIT) 20(2)</source>
          ,
          <fpage>1</fpage>
          -
          <lpage>18</lpage>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Ghanem</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>An emotional analysis of false information in social media and news articles</article-title>
          .
          <source>ACM Trans. Internet Technol</source>
          .
          <volume>20</volume>
          (
          <issue>2</issue>
          ) (
          <year>Apr 2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Giachanou</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Crestani</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Leveraging emotional signals for credibility detection</article-title>
          .
          <source>In: Proceedings of the 42nd International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          . p.
          <fpage>877</fpage>
          -
          <lpage>880</lpage>
          . SIGIR'
          <volume>19</volume>
          ,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery, New York, NY, USA (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Guess</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nagler</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tucker</surname>
          </string-name>
          , J.:
          <article-title>Less than you think: Prevalence and predictors of fake news dissemination on facebook</article-title>
          .
          <source>Science Advances</source>
          <volume>5</volume>
          (
          <issue>1</issue>
          ) (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Hall</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Terveen</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Halfaker</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Bot detection in wikidata using behavioral and other informal cues</article-title>
          .
          <source>Proc. ACM Hum.-Comput. Interact</source>
          .
          <volume>2</volume>
          (
          <issue>CSCW</issue>
          ) (
          <year>Nov 2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ott</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cardie</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hovy</surname>
          </string-name>
          , E.:
          <article-title>Towards a general rule for identifying deceptive opinion spam</article-title>
          .
          <source>In: Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)</source>
          . pp.
          <fpage>1566</fpage>
          -
          <lpage>1576</lpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Loewenstein</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>The psychology of curiosity: A review and reinterpretation</article-title>
          .
          <source>Psychological bulletin 116(1)</source>
          ,
          <volume>75</volume>
          (
          <year>1994</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Nickerson</surname>
            ,
            <given-names>R.S.:</given-names>
          </string-name>
          <article-title>Confirmation bias: A ubiquitous phenomenon in many guises</article-title>
          .
          <source>Review of general psychology 2</source>
          (
          <issue>2</issue>
          ),
          <fpage>175</fpage>
          -
          <lpage>220</lpage>
          (
          <year>1998</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Pennington</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Socher</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manning</surname>
          </string-name>
          , C.D.: Glove:
          <article-title>Global vectors for word representation</article-title>
          .
          <source>In: Empirical Methods in Natural Language Processing (EMNLP)</source>
          . pp.
          <fpage>1532</fpage>
          -
          <lpage>1543</lpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gollub</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wiegmann</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>TIRA Integrated Research Architecture</article-title>
          . In: Ferro,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Peters</surname>
          </string-name>
          ,
          <string-name>
            <surname>C</surname>
          </string-name>
          . (eds.)
          <article-title>Information Retrieval Evaluation in a Changing World</article-title>
          . Springer (Sep
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Franco-Salvador</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.:</given-names>
          </string-name>
          <article-title>A Low Dimensionality Representation for Language Variety Identification</article-title>
          .
          <source>In: International Conference on Intelligent Text Processing and Computational Linguistics</source>
          . pp.
          <fpage>156</fpage>
          -
          <lpage>169</lpage>
          . Springer (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Giachanou</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ghanem</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Overview of the 8th Author Profiling Task at PAN 2020: Profiling Fake News Spreaders on Twitter</article-title>
          . In: Cappellato,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Eickhoff</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Névéol</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . (eds.)
          <article-title>CLEF 2020 Labs and Workshops, Notebook Papers</article-title>
          .
          <source>CEUR-WS.org (Sep</source>
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Roy</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Basak</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ekbal</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bhattacharyya</surname>
            ,
            <given-names>P.:</given-names>
          </string-name>
          <article-title>A deep ensemble framework for fake news detection and classification</article-title>
          . arXiv preprint arXiv:
          <year>1811</year>
          .
          <volume>04670</volume>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Socher</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huval</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manning</surname>
            ,
            <given-names>C.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ng</surname>
            ,
            <given-names>A.Y.</given-names>
          </string-name>
          :
          <article-title>Semantic compositionality through recursive matrix-vector spaces</article-title>
          .
          <source>In: Proceedings of the</source>
          <year>2012</year>
          <article-title>joint conference on empirical methods in natural language processing and computational natural language learning</article-title>
          . pp.
          <fpage>1201</fpage>
          -
          <lpage>1211</lpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Willmore</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>This analysis shows how viral fake election news stories outperformed real news on facebook (</article-title>
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhu</surname>
            ,
            <given-names>K.Q.</given-names>
          </string-name>
          :
          <article-title>False rumors detection on sina weibo by propagation structures</article-title>
          .
          <source>In: 2015 IEEE 31st international conference on data engineering</source>
          . pp.
          <fpage>651</fpage>
          -
          <lpage>662</lpage>
          . IEEE (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shi</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tian</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Qi</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hao</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Attention-based bidirectional long short-term memory networks for relation classification</article-title>
          .
          <source>In: Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)</source>
          . pp.
          <fpage>207</fpage>
          -
          <lpage>212</lpage>
          . Association for Computational Linguistics, Berlin, Germany (Aug
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zafarani</surname>
          </string-name>
          , R.:
          <article-title>Fake news: A survey of research, detection methods, and opportunities</article-title>
          . arXiv preprint arXiv:
          <year>1812</year>
          .
          <volume>00315</volume>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Zuckerman</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>DePaulo</surname>
            ,
            <given-names>B.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosenthal</surname>
          </string-name>
          , R.:
          <article-title>Verbal and nonverbal communication of deception</article-title>
          .
          <source>In: Advances in experimental social psychology</source>
          , vol.
          <volume>14</volume>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>59</lpage>
          . Elsevier (
          <year>1981</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>