<!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>NITP-AI-NLP@UrduFake-FIRE2020: Multi-layer Dense Neural Network for Fake News Detection in Urdu News Articles</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Abhinav Kumar</string-name>
          <email>abhinavanand05@gmail.com</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sunil Saumya</string-name>
          <email>sunil.saumya@iiitdwd.ac.in</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jyoti Prakash Singh</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Indian Institute of Information Technology Dharwad</institution>
          ,
          <addr-line>Karnataka</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>National Institute of Technology Patna</institution>
          ,
          <addr-line>Patna</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2020</year>
      </pub-date>
      <abstract>
        <p>Fake news can mislead public opinion, weaken social order, limit the legitimacy of government, and lead to a serious threat to social stability. Therefore, the early detection of fake news from the online platform is extremely important. Most of the previous literature has focused on finding fake news from resource-rich languages like English, Hindi, and Spanish. The current work utilizes the dataset of Urdu language for fake news detection. Two diferent models have been proposed in the paper. The first one is an ensemble-based technique and the second one is a multi-layer dense neural network. The multilayer dense neural network-based approach performed better with character n-gram TF-IDF features to achieve a macro  1-score of 0.8101.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Fake news</kwd>
        <kwd>Machine learning</kwd>
        <kwd>Deep learning</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Social media and blogs have become a major source of news across the world [
        <xref ref-type="bibr" rid="ref1 ref2 ref3">1, 2, 3</xref>
        ]. Due
to widespread use of a smartphone with a camera and social media apps, citizens are not only
consumers of the news but they are also the producers and generators of the news items. The
ease of access and freedom to share online content encourages people to select the modern way
to produce or consume news [
        <xref ref-type="bibr" rid="ref4 ref5">4, 5</xref>
        ]. In recent pasts, several news was first reported on social
media [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. The benefit of modern technology is misused by some people by publishing fake
news through these platforms to make fun of a person/society, create panic or make money.
Fake news is verifiably inaccurate [
        <xref ref-type="bibr" rid="ref6 ref7">7, 8, 6</xref>
        ] circulated in social or mass media. Due to strong
sentimental value, a piece of fake news circulates quicker than a piece of real true news. Just
a tap on the forward button of the social media apps is suficient to send it to millions of
people. The widespread dissemination of fake news has serious adverse efects on individuals
and society. To minimize the consequences of fake news, they need to be detected and their
dissemination needs to be stopped as soon as possible.
      </p>
      <p>The research community has been very active in the detection of systems for the automated
fake identity of news, reviews, person, and so on [9, 10] in recent past. In the area of natural
language processing, fake news detection has emerged as one of the most researched topics.
The identified problem would have been simpler if the news on the web could have appeared
only in a single language. But, More than 5000 plus languages are used worldwide. Developing
a generalized fake news detection system that works for all languages is nearly impossible.
Substantial works have been done for resource-rich languages like English, Hindi, Spanish,
and so on. For example, [11] presented a system for fake news detection in English news
by extracting lexical, syntactic, and semantic features. [12] proposed a model to detect fake
news in Spanish using several lexical features like bag-of-words, parts of speech, and n-grams.
[13, 14] proposed deep long short term memory model for fake news detection.</p>
      <p>Despite having more than 100 million speakers worldwide, Urdu is still a resource-poor
language in NLP due to the scarcity of the labelled datasets. Therefore, very few works have
been reported for Urdu fake news identification. [15, 16] proposed a benchmark dataset for
fake news detection in Urdu. The current paper utilizes the dataset proposed in the shared task
UrduFake-FIRE2020 [17] for fake news detection in the Urdu language. The ensemble-based
model and a multi-layer dense neural network-based model are proposed. The results show
that with a 0.8101 macro F1-score, the character n-gram features with a multi-layer deep neural
network performed best.</p>
      <p>The rest of the article is organized as follows: Section 2 explains the details of the proposed
model along with the dataset description and feature extraction. Section 3 reports various
experiments and their results. Finally, Section 4 concludes the paper by highlighting the main
ifnding.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Methodology</title>
      <p>The overall model diagram for the proposed multi-layer dense neural network can be seen in
Figure 1. Along with it, an ensemble approach for identifying fake news is also proposed. The
data and model description used in the current work is explained in the following subsections.</p>
      <sec id="sec-2-1">
        <title>2.1. Data description</title>
        <p>The current work utilizes the dataset shared for the UrduFake-FIRE20201 task for detecting
fake news in Urdu language[17, 18]. The dataset contains news related to six diferent domains
such as technology, education, business, sports, politics, and entertainment. The overall data
statistic can be seen in Table 1.</p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Model description</title>
        <p>The experimentation was performed with two diferent models: (i) Ensemble approach, and (ii)
Multi-layer dense neural network. In both cases, one to three-gram (1-3 gram) character TF-IDF
(Term-Frequency-Inverse-Document-Frequency) features were used for model training. In the
case of the ensemble approach, the combination of Random forest, Decision tree, and AdaBoost
classifiers were used. The predictions of each classifier were combined and performed the
majority voting among them to assign a final class tag to each of the test data samples.</p>
        <p>Like the ensemble approach, in the case of the multi-layer dense neural network, 1-3 gram
character TF-IDF features were given input to the dense layer of the network, as it is shown
in Figure 1. The network has four dense layers containing 2048, 512, 128, and 2-neurons at
the first, second, third, and fourth layers, respectively. A regularizer Dropout with a rate of
0.4 is used in between every pair of dense layers to minimize the over-fitting. In each of the
dense layers, except the output layer, ReLu activation function is used whereas at the output
layer Softmax activation function is used to get the probability of being real and fake news. As
the performance of deep learning-based models is very sensitive to the hyper-parameters, we
performed extensive experiments with varying batch size, learning rate, dropout rate, epochs,
and the number of neurons in every hidden layer. The best-suited hyper-parameters for the
proposed system are listed in Table 2.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Results</title>
      <p>Three diferent predictions for the testing dataset were submitted for the evaluation at the
workshop. We submitted two diferent runs from the ensemble approach and one run from the
multi-layer dense neural network models. The results for each of the runs are listed in Table
3. For the ensemble approach, the best results were achieved for the second run (Run-2) with
the precision of 0.9387, recall of 0.3066 for the fake class whereas the precision of 0.7037, recall
of 0.9880 for the real class. In terms of macro  1-score and accuracy, the ensemble approach
Dropout layer (Dropout rate = 0.4)
,
sn xa
o m
reun ftoS
2
Dropout layer (Dropout rate = 0.4)
Dropout layer (Dropout rate = 0.4)
,
s
n
ro u
u L
e e
8n  R
2
1
,
s
n
ro u
u L
e e
2n  R
1
5
,
s
n
reuo eLu
1-3 gram character TF-IDF features (10,000 top</p>
      <p>features)
achieved a macro  1-score of 0.6870 and an accuracy of 0.7325, as can be seen from Table 3.</p>
      <p>The proposed multi-layer dense neural network achieved the best performance among all
the three submitted predictions. The multi-layer dense neural network achieved the precision
of 0.8900, recall of 0.5933 for fake class, and precision of 0.7966 and recall of 0.9560 for real
class. In terms of macro  1-score and accuracy, the multi-layer dense neural network achieved
a macro  1-score of 0.8101 and an accuracy of 0.8200, as can be seen from Table 3.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Conclusion</title>
      <p>The widespread dissemination of misleading information has significantly afected individuals
and society. In this work, we have proposed an ensemble approach and a multi-layer dense
neural network for the detection of fake news written in the Urdu language. The proposed
multi-layer dense neural network performed best with the character n-gram TF-IDF features
and achieved a macro  1-score of 0.8101.
[8] J. P. Singh, N. P. Rana, Y. K. Dwivedi, Rumour veracity estimation with deep learning for
twitter, in: International Working Conference on Transfer and Difusion of IT, Springer,
2019, pp. 351–363.
[9] S. Saumya, J. P. Singh, Detection of spam reviews: A sentiment analysis approach, Csi</p>
      <p>Transactions on ICT 6 (2018) 137–148.
[10] S. Saumya, J. P. Singh, Spam review detection using lstm autoencoder: an unsupervised
approach, Electronic Commerce Research (2020) 1–21.
[11] V. Pérez-Rosas, B. Kleinberg, A. Lefevre, R. Mihalcea, Automatic detection of fake news,
arXiv preprint arXiv:1708.07104 (2017).
[12] J.-P. Posadas-Durán, H. Gómez-Adorno, G. Sidorov, J. J. M. Escobar, Detection of fake
news in a new corpus for the spanish language, Journal of Intelligent &amp; Fuzzy Systems
36 (2019) 4869–4876.
[13] A. Giachanou, P. Rosso, F. Crestani, Leveraging emotional signals for credibility
detection, in: Proceedings of the 42nd International ACM SIGIR Conference on Research and
Development in Information Retrieval, 2019, pp. 877–880.
[14] B. Ghanem, P. Rosso, F. Rangel, An emotional analysis of false information in social media
and news articles, ACM Transactions on Internet Technology (TOIT) 20 (2020) 1–18.
[15] M. Amjad, G. Sidorov, A. Zhila, H. Gómez-Adorno, I. Voronkov, A. Gelbukh, “bend the
truth”: Benchmark dataset for fake news detection in urdu language and its evaluation,
Journal of Intelligent &amp; Fuzzy Systems (2020) 1–13.
[16] M. Amjad, G. Sidorov, A. Zhila, Data augmentation using machine translation for fake
news detection in the urdu language, in: Proceedings of The 12th Language Resources
and Evaluation Conference, 2020, pp. 2537–2542.
[17] M. Amjad, G. Sidorov, A. Zhila, A. Gelbukh, P. Rosso, Urdufake@fire2020: Shared track
on fake news detection in urdu (2020). Proceedings of the 12th Forum for Information
Retrieval Evaluation (FIRE 2020), Hyderabad, India.
[18] M. Amjad, G. Sidorov, A. Zhila, A. Gelbukh, P. Rosso, Overview of the shared task on fake
news detection in urdu at fire 2020, CEUR Workshop Proceedings (2020). Working Notes
of the Forum for Information Retrieval Evaluation (FIRE 2020), Hyderabad, India.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y. K.</given-names>
            <surname>Dwivedi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. P.</given-names>
            <surname>Rana</surname>
          </string-name>
          ,
          <article-title>A deep multi-modal neural network for informative twitter content classification during emergencies</article-title>
          ,
          <source>Annals of Operations Research</source>
          (
          <year>2020</year>
          )
          <fpage>1</fpage>
          -
          <lpage>32</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>J. P.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y. K.</given-names>
            <surname>Dwivedi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. P.</given-names>
            <surname>Rana</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. K.</given-names>
            <surname>Kapoor</surname>
          </string-name>
          ,
          <article-title>Event classification and location prediction from tweets during disasters</article-title>
          ,
          <source>Annals of Operations Research</source>
          <volume>283</volume>
          (
          <year>2019</year>
          )
          <fpage>737</fpage>
          -
          <lpage>757</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>A.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. C.</given-names>
            <surname>Rathore</surname>
          </string-name>
          ,
          <article-title>Relationship strength based access control in online social networks</article-title>
          ,
          <source>in: Proceedings of First International Conference on Information and Communication Technology for Intelligent Systems: Volume 2</source>
          , Springer,
          <year>2016</year>
          , pp.
          <fpage>197</fpage>
          -
          <lpage>206</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>A.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <article-title>Location reference identification from tweets during emergencies: A deep learning approach</article-title>
          ,
          <source>International journal of disaster risk reduction 33</source>
          (
          <year>2019</year>
          )
          <fpage>365</fpage>
          -
          <lpage>375</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Saumya</surname>
          </string-name>
          ,
          <article-title>A comparative analysis of machine learning techniques for disaster-related tweet classification</article-title>
          ,
          <source>in: 2019 IEEE R10 Humanitarian Technology Conference (R10-HTC)</source>
          (
          <volume>47129</volume>
          ), IEEE,
          <year>2019</year>
          , pp.
          <fpage>222</fpage>
          -
          <lpage>227</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>J. P.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. P.</given-names>
            <surname>Rana</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y. K.</given-names>
            <surname>Dwivedi</surname>
          </string-name>
          ,
          <article-title>Attention-based lstm network for rumor veracity estimation of tweets, Information Systems Frontiers (</article-title>
          <year>2020</year>
          )
          <fpage>1</fpage>
          -
          <lpage>16</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>K.</given-names>
            <surname>Shu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Sliva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Tang</surname>
          </string-name>
          , H. Liu,
          <article-title>Fake news detection on social media: A data mining perspective</article-title>
          ,
          <source>ACM SIGKDD explorations newsletter 19</source>
          (
          <year>2017</year>
          )
          <fpage>22</fpage>
          -
          <lpage>36</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>