<!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>H. R. L. ); m anandkumar@nitk.edu.in (A. K. Madasamy)</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>NITK_NLP at CheckThat! 2021: Ensemble Transformer Model for Fake News Classification</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Hariharan RamakrishnaIyer LekshmiAmmal</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Anand Kumar Madasamy</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Information Technology, National Institute of Technology Karnataka</institution>
          ,
          <addr-line>Surathkal</addr-line>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <volume>000</volume>
      <fpage>0</fpage>
      <lpage>0003</lpage>
      <abstract>
        <p>Social media has become an inevitable part of our life as we are primarily dependent on them to get most of the news around us. However, the amount of false information propagated through it is much higher than the genuine ones, thus becoming a peril to society. In this paper, we have proposed a model for Fake News Classification as a part of CLEF2021 Checkthat! Lab 1 shared task, which had Multi-class Fake News Detection and Topical Domain Classification of News Articles. We have used an ensemble model consisting of pre-trained transformer-based models that helped us achieve 4ℎ and 1 positions on the leaderboard of the two tasks. We achieved an F1-score of 0.4483 against a top score of 0.8376 in one task and a score of 0.8813 in another.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Fake news</kwd>
        <kwd>RoBERTa</kwd>
        <kwd>COVID-19</kwd>
        <kwd>Ensemble</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Nowadays, social media is the primary platform for people to get the latest news and updates
happening around them, either political or entertainment or even health-related. People are
more dependent on reliable information during this pandemic situation, which is propagated
through social media. But here, the situation is quite diferent as many information are fake,
which spreads faster than authentic ones [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Also, it can be seen that there has been an increase
in concern for fake news on social media [
        <xref ref-type="bibr" rid="ref2 ref3">2, 3</xref>
        ] due to various situations in the modern world.
Hence tackling fake news is more important as well as challenging in this social media age.
This process isn’t easy because even humans can’t distinguish between fake and authentic news
accurately. Thus it becomes crucial to develop an automated system for fake news identification.
      </p>
      <p>
        CLEF-2021 CheckThat! [
        <xref ref-type="bibr" rid="ref4 ref5">4, 5</xref>
        ] Lab had organized a shared task named Fake News
Classification1. The shared task had two subtasks called Multi-Class Fake News Detection and Topical
Domain Classification of News Articles. The first subtask was to classify the articles into fake,
partially fake, other, true, and the second subtask was to classify into domains health, election,
crime, climate, election, education. They had provided datasets for both the tasks, from 2010 to
2021, covering several topics like election, COVID-19, etc.
      </p>
      <p>
        In this paper, we have used transformers, which is efective for text classification because
of their self-attention mechanism and a better understanding of word features. We have
used the transformer-based model [
        <xref ref-type="bibr" rid="ref6 ref7">6, 7</xref>
        ] and finetuned them for the training data to get the
predictions. This paper is presented as follows, section 2 about the related works, section 3
explains the dataset, section 4 explains the Methodology and System Description, section 5
about the Experiments and Results, which follows Conclusions and Future scope.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>Fake information analysis and detection have gained attention because of the ease of availability
of the data from social media. This is because even social media needs to curb the spreading of
misinformation through their platform. We have many traditional machine learning methods
to classify fake and real information. However, the performance of such systems is not that
accurate because of the inability to understand the data. Deep Learning is now becoming an
integral part of these fake information detection systems because of the computation capability.
We have analyzed some recent works which have used deep learning models and some of the
newer datasets used for fake news classification, which are explained below.</p>
      <p>
        Umer et al.[
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] has used a CNN-LSTM deep learning architecture to detect relative stance
of fake news towards it headline. They have employed PCA and Chi-Square to reduce the
dimensionality of features to predict the relative stance of a news article towards its title. Their
results show a 20% improvement in the F1-Score, and PCA excels Chi-Square and state-of-the-art
methods. Das et al. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] proposed an Ensemble model for COVID-19 fake news detection for the
Constraint COVID19 shared task [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. They have used a combination of pre-trained models
with a heuristic algorithm based on the username handle and link-domain in tweets. Shahi
et al. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] have done an experimental study of COVID-19 misinformation on Twitter. They
have analyzed the propagation, authors, and content of misinformation to gain early insights
and categorized tweets into false, partially false, true, and other. They have also found that
fake claims disseminate faster than partially false claims. Shahi et al. [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] have proposed a
benchmark classification dataset for fake news, which had multilingual cross-domain
factchecked news articles for COVID-19, collected from 92 fact-checking websites. Shahi [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]
proposed an annotation framework of multi-modal social media data. They have presented
a semi-automated framework for collecting multi-modal annotated data from social media
combining machines and humans in the data compilation process. They have also implemented
this framework for gathering COVID-19 misinformation. Mehta et al. [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] have proposed a
transformer model for fake news classification of a specific domain dataset, including human
justification and metadata for added performance. They have used multiple BERT models with
shared weights between them to handle various inputs. Liao et al. [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] proposed an integrated
multi-task model for fake news detection. They have considered news topics and authors as
any of them can have a higher percentage of fake news. They investigate the influence of
topic labels and contextual information at the same time to improve the performance on short
fake news. Manouchehri et al. [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] proposed a theoretical approach to block the influence
of misinformation in social networks eficiently. The main idea was to limit the spread of
misinformation as much as possible.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Dataset Description</title>
      <p>There were two tasks given on the competition website2 under Fake News Detection by
CLEF2021-CheckThat! Lab3, namely Multi-class Fake News Detection of News Articles (Task
3a) and Topical Domain Classification of News Articles (Task 3b). The training dataset for
Task3a is shown in table 1, which had 900 articles with respective labels and the testing data
had 364 articles without labels. The training dataset for Task3b is shown in table 1, which had
318 articles with respective labels and the testing data had 137 articles. The label distributions
of both the datasets are shown in figure 1.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Methodology</title>
      <p>Task
3a
3b</p>
      <p>Data
Training
900
318</p>
      <p>
        Testing
364
137
We had a classification task under both Task3a and Task3b where we had to classify the articles
into labels and domains as in figure 1. The proposed model had Text Preprocessing, Tokenization,
Model Architecture, and Ensemble Modeling [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. The overall design is as shown in figure 2, the
      </p>
      <sec id="sec-4-1">
        <title>2https://competitions.codalab.org/competitions/31238 3https://gitlab.com/checkthat_lab/clef2021-checkthat-lab/-/tree/master/task3</title>
        <p>preprocessed sentences shown are corresponding to the subtask data. A detailed description is
given in the following subsections.</p>
        <sec id="sec-4-1-1">
          <title>4.1. Text Preprocessing</title>
          <p>The data provided by the organizers were mainly retrieved from various news websites and
articles which need to be preprocessed; for this, we used the clean-text4 library from python,
which helped in removing contents like URLs, ASCII conversions, etc.</p>
        </sec>
        <sec id="sec-4-1-2">
          <title>4.2. Tokenization</title>
          <p>We were dealing with articles that had sentences. To process the sentence data, we need to
convert them to some tokens and pass them on to the model. We have used the tokenization5
approach corresponding to the pre-trained model being used, which expects the tokens to be in
an explicit structure depending upon the model. Each model will tokenize based on its structure
during training on the data. We have used Longformer [17], and RoBERTa [18] models and a
combination of them which are modified versions of BERT [19].</p>
        </sec>
        <sec id="sec-4-1-3">
          <title>4.3. Model Architecture</title>
          <p>We have used pre-trained models6 as the base model for this classification task. The model has
been individually trained for data using the pre-trained weights, which gives the probabilities
for the diferent labels. As transfer learning is being used, the model has its own vocabulary
and pre-trained embeddings, which is fine-tuned to get the predictions using the training data.
The same tokenizer and model are used to get the predictions for test data.</p>
        </sec>
      </sec>
      <sec id="sec-4-2">
        <title>4https://pypi.org/project/clean-text/ 5https://huggingface.co/docs/tokenizers/python/latest/ 6http://huggingface.co/models</title>
        <sec id="sec-4-2-1">
          <title>4.4. Ensemble Modeling</title>
          <p>In this method, we have used an ensemble approach to predict the labels for the testing data. We
have applied RoBERTa and Longformer as the base models for our classification. Longformer
was chosen as it can handle up to a maximum length of 4096, whereas RoBERTa was chosen
because it outperformed BERT in most of the downstream tasks and benchmarks. We have used
the model prediction vectors from these models and combined them to get the final result for
our classification model. The final prediction is the sum of the individual predictions by the
models and taking the maximum probability among the class labels. This helps in predicting
the labels with more probability towards a particular category.
4.4.1. Data Analysis and Modeling
The longformer model was mainly chosen because as per the token distribution in the figure 3,
we can see that most of the articles have tokens which are less than 3000, but we have some 20
odd number of articles having tokens of size 4096 (which is the maximum model can handle)
even after truncation. Even though we lose some information, for training the longformer
model, 3000 was chosen as the maximum token length for both the task as they had a similar
distribution of tokens. When we tried to use the full token size, there wasn’t much diference in
the predictions.</p>
          <p>The training strategy for the RoBERTa model was diferent as it can handle only tokens up
to 512 length. To train the data with this model, we split the single article into small chunks
keeping the same label for the split parts. We had split one article into 450 tokens (around 50 is
left because the model splits words into subwords) each so that the model can perform well. For
example, if an article had 2000 tokens, we split it into four articles having 450 tokens and one
having 200 tokens with the same labels as the original one. The one drawback of this method
is that while we are testing the data, articles are truncated to 450 tokens which can afect the
results.</p>
          <p>Ensemble model output is obtained using the predicted probabilities for each of the models.
Instead of taking the final prediction from the models, we took the probabilities for each of the
labels (Task 3a) and domains (Task 3b). These probabilities were summed and rounded up to
get the final predictions. Result analysis for both the tasks will be explained in the following
section.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Experiments and Results</title>
      <p>We have fine-tuned the pre-trained models for the training data using AdamW [ 20] and learning
rate 2e-5 (as recommended in the original model). We had used cross-entropy loss as the loss
function. The experiments were performed on a nvidia-dgx machine with CentOS, Tesla V100
32GB GPU. The learning rate was kept the same for all the tasks, and the number of epochs
varied from 10-15 with callbacks on validation loss. The same parameters were used for both
the tasks as they had similar data; only classification labels were diferent.</p>
      <sec id="sec-5-1">
        <title>5.1. Results of Individual Models</title>
        <p>In this section, we will discuss the individual model results for both tasks. We have used a
training and validation split of 0.20 for the training data, and the results of validation data are
shown in the table2. The longformer model with maximum token length 3000 gave an F1-score
(weighted average was taken as it will consider the proportion for each label in the dataset) of
0.60 for task 3a. Even though longformer had more tokens, it couldn’t get better than that of
RoBERTa. Hence we came up with an ensemble model as our proposed model whose results
are explained in the following section.</p>
        <p>While coming to task 3b, we have tried a diferent method because longformer could not
perform well for the token length of size 3000. Here we have used the RoBERTa model (with
maximum token length of 450) directly on the entire article without splitting for the long
sequences whose results are shown in the table 2. Then we split the data into chunks of 450
as explained in the last section, whose results are shown as RoBERTa_SplitText in the table 2.
These two models were used as an ensemble model for the task 3b classification because the
model which was trained on chunks of text could have a better understanding.</p>
      </sec>
      <sec id="sec-5-2">
        <title>5.2. Results of Ensemble Models</title>
        <p>The final model results for test data are as shown in table 3. As discussed in the methodology
section, we have used an ensemble of the fine-tuned Longformer and RoBERTa as the final
prediction for the test data. We can see from the results that for task 3b ensemble model
outperformed, but the Longformer performed well for task 3a. The final results of our proposed
model for task 3b achieved 1 position in the leaderboard of the competition (position on the
leaderboard is given in brackets corresponding to the task). Eventhough the ensemble model
could perform well for task 3b, we believe some mislabelled articles were causing the ensemble
model to underperform in task 3a. Also, we have given F1- weighted score in the previous
section because of the unbalanced class labels. Here, we have provided the F1-macro score
because it was used as the final score for the leaderboard by the organizers.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusions and Future Scope</title>
      <p>In this modern social media age, we have to be vigilant in the rapid spreading of fake
information, which can have immense ramifications on our day-to-day lives. In this paper, we have
focussed on building a model to classify the news articles from social media comprising politics,
entertainment, COVID-19, etc., as fake or not. We have fine-tuned transformer-based models
Longformer and RoBERTa to predict the news articles. Moreover, our results got improved
when we implemented the ensemble combination of these models. In the future, this method
can be extended to learn more features with diferent models used in combination, and also, we
would evaluate our model on generic Fake News datasets.
Eficiently Block the Influence of Misinformation in Social Networks, IEEE Transactions
on Computational Social Systems (2021) 1–12. doi:10.1109/TCSS.2021.3059430.
[17] I. Beltagy, M. E. Peters, A. Cohan, Longformer: The Long-Document Transformer, 2020.</p>
      <p>URL: https://github.com/allenai/longformer. arXiv:2004.05150.
[18] Y. Liu, M. Ott, N. Goyal, J. Du, M. Joshi, D. Chen, O. Levy, M. Lewis, L. Zettlemoyer,
V. Stoyanov, RoBERTa: A robustly optimized BERT pretraining approach, 2019. URL:
https://github.com/pytorch/fairseq. arXiv:1907.11692.
[19] M.-w. C. Kenton, L. Kristina, J. Devlin, BERT: Pre-training of Deep Bidirectional
Transformers for Language Understanding (2018). arXiv:arXiv:1810.04805v2.
[20] I. Loshchilov, F. Hutter, Decoupled weight decay regularization, 2019.
arXiv:1711.05101.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>S.</given-names>
            <surname>Vosoughi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Roy</surname>
          </string-name>
          ,
          <string-name>
            <surname>S. Aral,</surname>
          </string-name>
          <article-title>The spread of true and false news online</article-title>
          ,
          <source>Science</source>
          <volume>359</volume>
          (
          <year>2018</year>
          )
          <fpage>1146</fpage>
          -
          <lpage>1151</lpage>
          . URL: https://science.sciencemag.org/content/359/6380/1146. doi:
          <volume>10</volume>
          .1126/ science.aap9559.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>F.</given-names>
            <surname>Monti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Frasca</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Eynard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Mannion</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. M. Bronstein</surname>
          </string-name>
          ,
          <article-title>Fake news detection on social media using geometric deep learning</article-title>
          ,
          <year>2019</year>
          . arXiv:
          <year>1902</year>
          .06673.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>D. P.</given-names>
            <surname>Calvillo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. J.</given-names>
            <surname>Ross</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. J. B.</given-names>
            <surname>Garcia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. J.</given-names>
            <surname>Smelter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. M.</given-names>
            <surname>Rutchick</surname>
          </string-name>
          ,
          <article-title>Political Ideology Predicts Perceptions of the Threat of COVID-19 (and Susceptibility to Fake News About It</article-title>
          ),
          <source>Social Psychological and Personality Science</source>
          <volume>11</volume>
          (
          <year>2020</year>
          )
          <fpage>1119</fpage>
          -
          <lpage>1128</lpage>
          . URL: https://doi.org/ 10.1177/1948550620940539. doi:
          <volume>10</volume>
          .1177/1948550620940539.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. D. S.</given-names>
            <surname>Martino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Elsayed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Barrón-Cedeño</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Míguez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Shaar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Alam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Haouari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hasanain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Babulkov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Nikolov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. K.</given-names>
            <surname>Shahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Struß</surname>
          </string-name>
          , T. Mandl,
          <article-title>The CLEF-2021 checkthat! lab on detecting check-worthy claims, previously fact-checked claims, and fake news</article-title>
          , in: D.
          <string-name>
            <surname>Hiemstra</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Moens</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Mothe</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Perego</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Sebastiani</surname>
          </string-name>
          (Eds.),
          <source>Advances in Information Retrieval - 43rd European Conference on IR Research</source>
          , ECIR
          <year>2021</year>
          ,
          <string-name>
            <surname>Virtual</surname>
            <given-names>Event</given-names>
          </string-name>
          ,
          <year>March</year>
          28 - April 1,
          <year>2021</year>
          , Proceedings,
          <string-name>
            <surname>Part</surname>
            <given-names>II</given-names>
          </string-name>
          , volume
          <volume>12657</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2021</year>
          , pp.
          <fpage>639</fpage>
          -
          <lpage>649</lpage>
          . URL: https: //doi.org/10.1007/978-3-
          <fpage>030</fpage>
          -72240-1_
          <fpage>75</fpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>030</fpage>
          -72240-1\_
          <fpage>75</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>P.</given-names>
            <surname>Nakov</surname>
          </string-name>
          , G. Da San Martino, T. Elsayed,
          <string-name>
            <given-names>A.</given-names>
            <surname>Barrón-Cedeño</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Míguez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Shaar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Alam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Haouari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hasanain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Mansour</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Hamdan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z. S.</given-names>
            <surname>Ali</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Babulkov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Nikolov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. K.</given-names>
            <surname>Shahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Struß</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Mandl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kutlu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y. S.</given-names>
            <surname>Kartal</surname>
          </string-name>
          ,
          <article-title>Overview of the CLEF-2021 CheckThat! lab on detecting check-worthy claims, previously fact-checked claims, and fake news</article-title>
          ,
          <source>in: Proceedings of the 12th International Conference of the CLEF Association: Information Access Evaluation Meets Multiliguality</source>
          , Multimodality, and Visualization, CLEF '
          <year>2021</year>
          , Bucharest, Romania (online),
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>T.</given-names>
            <surname>Wolf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Debut</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Sanh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chaumond</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Delangue</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Moi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Cistac</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Rault</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Louf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Funtowicz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Davison</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Shleifer</surname>
          </string-name>
          , P. von Platen, C. Ma,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Jernite</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Plu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. L.</given-names>
            <surname>Scao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gugger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Drame</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Lhoest</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. M.</given-names>
            <surname>Rush</surname>
          </string-name>
          ,
          <article-title>Huggingface's transformers: State-of-the-art natural language processing</article-title>
          ,
          <year>2020</year>
          . arXiv:
          <year>1910</year>
          .03771.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>A.</given-names>
            <surname>Vaswani</surname>
          </string-name>
          , G. Brain,
          <string-name>
            <given-names>N.</given-names>
            <surname>Shazeer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Parmar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Uszkoreit</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Jones</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. N.</given-names>
            <surname>Gomez</surname>
          </string-name>
          , Ł. Kaiser,
          <string-name>
            <surname>I. Polosukhin</surname>
          </string-name>
          , Attention Is All You Need,
          <source>Technical Report</source>
          , ????
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>M.</given-names>
            <surname>Umer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Imtiaz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ullah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mehmood</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. S.</given-names>
            <surname>Choi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. W.</given-names>
            <surname>On</surname>
          </string-name>
          ,
          <article-title>Fake news stance detection using deep learning architecture (CNN-LSTM)</article-title>
          ,
          <source>IEEE Access 8</source>
          (
          <year>2020</year>
          )
          <fpage>156695</fpage>
          -
          <lpage>156706</lpage>
          . doi:
          <volume>10</volume>
          .1109/ACCESS.
          <year>2020</year>
          .
          <volume>3019735</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>S.</given-names>
            <surname>D. Das</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Basak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Dutta</surname>
          </string-name>
          ,
          <article-title>A Heuristic-driven Ensemble Framework for COVID-</article-title>
          19
          <string-name>
            <surname>Fake News Detection</surname>
          </string-name>
          (
          <year>2021</year>
          ). URL: https://competitions.codalab.org/competitions/26655http: //arxiv.org/abs/2101.03545. arXiv:
          <volume>2101</volume>
          .
          <fpage>03545</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>P.</given-names>
            <surname>Patwa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sharma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. Y.</given-names>
            <surname>Srinivas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Guptha</surname>
          </string-name>
          , G. Kumari,
          <string-name>
            <given-names>M. S.</given-names>
            <surname>Akhtar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ekbal</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. Das</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Chakraborty</surname>
          </string-name>
          ,
          <source>Fighting an infodemic: COVID-19 fake news dataset</source>
          ,
          <year>2020</year>
          . URL: www. boomlive.in. arXiv:
          <year>2011</year>
          .03327.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>G. K.</given-names>
            <surname>Shahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Dirkson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. A.</given-names>
            <surname>Majchrzak</surname>
          </string-name>
          ,
          <article-title>An exploratory study of covid-19 misinformation on twitter</article-title>
          ,
          <source>Online Social Networks and Media</source>
          <volume>22</volume>
          (
          <year>2021</year>
          )
          <fpage>100104</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>G. K.</given-names>
            <surname>Shahi</surname>
          </string-name>
          , D. Nandini, FakeCovid
          <article-title>- a multilingual cross-domain fact check news dataset for covid-19</article-title>
          , in: Workshop Proceedings of the 14th
          <source>International AAAI Conference on Web and Social Media</source>
          ,
          <year>2020</year>
          . URL: http://workshop-proceedings.icwsm.org/pdf/2020_14.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>G. K.</given-names>
            <surname>Shahi</surname>
          </string-name>
          ,
          <string-name>
            <surname>Amused:</surname>
          </string-name>
          <article-title>An annotation framework of multi-modal social media data</article-title>
          , arXiv preprint arXiv:
          <year>2010</year>
          .
          <volume>00502</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>D.</given-names>
            <surname>Mehta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Dwivedi</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . Patra, ·. M.
          <article-title>Anand Kumar, A transformer-based architecture for fake news classification 11 (</article-title>
          <year>2021</year>
          )
          <article-title>39</article-title>
          . URL: https://doi.org/10.1007/s13278-021-00738-y. doi:
          <volume>10</volume>
          .1007/s13278-021-00738-y.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>Q.</given-names>
            <surname>Liao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Chai</surname>
          </string-name>
          , H. Han,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Xia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Ding</surname>
          </string-name>
          ,
          <article-title>An Integrated Multi-Task Model for Fake News Detection</article-title>
          ,
          <source>IEEE Transactions on Knowledge and Data Engineering</source>
          <volume>4347</volume>
          (
          <year>2021</year>
          )
          <fpage>1</fpage>
          -
          <lpage>12</lpage>
          . doi:
          <volume>10</volume>
          .1109/TKDE.
          <year>2021</year>
          .
          <volume>3054993</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Manouchehri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. S.</given-names>
            <surname>Helfroush</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Danyali</surname>
          </string-name>
          , A Theoretically Guaranteed Approach to
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>