<!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>BERT Based Fake News Detection Model</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Yang Zhang</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Yi Shao</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Xuan Zhang</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Wenbo Wan</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jing Li</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jiande Sun</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Shandong Normal University</institution>
          ,
          <country country="CN">China</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Shandong Police College</institution>
          ,
          <country country="CN">China</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Fake news has become one of the global risks that endanger people's production and life. With the development of electronic information and artificial intelligence, the technology of automatic detection of fake news has also appeared. Inspired by these issues, the main goal of this article is to develop a multi-labelling multi-class detector fake news test algorithm. We use the dataset from the MediaEval 2022 fake news detection challenge, which consists of 1913 texts from Twitter. We propose a Bert-based multi-label multi-category fake news detection model to solve the text classification task in the MediaEval 2022 fake news detection challenge. We first convert the 9 categories of tweet tags into 27 categories, and then input them into the model for classification. The Accuracy Score of our model is 0.495, the Micro F1 Score is 0.926, and the Macro F1 Score is 0.538. 1 Currently news contains multiple modal data, such as text, images, and videos. We can detect the authenticity of news and classify it only through text. Ma Jing and others applied deep learning technology to fake news detection for the first time [4]. This method inputs each sentence of the news into RNN [5], and uses the hidden layer vector of the cyclic neural network to represent the news information. Then input the hidden layer information into the classifier to get the classification result. FENG et al. Using convolutional neural network modeling articles for the first time [6], the various posts of the news event were mapped to vector space, and then each POST vector was spliced into a matrix. Embedded vector into the classifier to get the classification results. Ma Jing and others applied Multi-Task Thought to fake News Test [7]. This method is to combine fake news testing tasks and position classification tasks into a multi-tasking model, and use RNN as Backbone to train two tasks. Ma Jing and others applied the idea of fighting training into the test of fake news [8]. This method uses the generator to transform the rumor into non -rumor, expand the training data, and then enter the generated news and original news to the judgment Fake news testing in the device. VAIBHAV and others transform fake news detection issues into graph classification problems [9]. This method models news articles as a sentence with a sentence with a sentence, with the similarity between sentences, and using GCN [10] fusion diagram. The information between the middle nodes obtains the node embedding vector, embeds the figure pool by the node vector, and enters into the classifier to obtain the detection result.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 INTRODUCTION</title>
      <p>
        The MediaEval Fake News Detection Challenge has been running for several years [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ], the purpose of this year's fake news
detection challenge is to design a multi-label and multi-category model to classify Tweets [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. The correct label may be 0 to
multiple, and there are three categories of the category. The way we use is to divide the 9 categories of 3 tags into 27 categories.
The tags of each classification are 0 or 1. As a result, the data set label is obtained, and the problem is transformed into a
multilabel classification problem. We use BERT to obtain text features, use the full connection layer to obtain the classification
results, and finally evaluate the accuracy of the model.
      </p>
    </sec>
    <sec id="sec-2">
      <title>RELATED WORK</title>
    </sec>
    <sec id="sec-3">
      <title>3 APPROACH</title>
      <p>We use the BERT pre-trained model to obtain text features, and use the fully connected layer as a classifier. After we get the
text features, this news representation is then passed through a fully connected neural network for classification.
passes its results through a feed-forward network, and then hands it off to the next encoder. A detailed description of the textual
feature extractor is shown in Figure 1.
3.2</p>
    </sec>
    <sec id="sec-4">
      <title>Input and Classification</title>
      <p>In order to facilitate data processing, we convert the labels according to the following rules, "0,0,1" means label 1, "0,1,0"
means label 2, and "1,0,0" means label 3. The original 9-category labels are converted to 27 categories. The text representation
and labels are obtained from this, and the fully connected layer is used as a classifier for classification.</p>
    </sec>
    <sec id="sec-5">
      <title>RESULTS AND ANALYSIS</title>
    </sec>
    <sec id="sec-6">
      <title>Dataset</title>
      <p>We divide the training set and test set according to the ratio of 8:2. The labels of the data set are converted according to the
rules before being input into the model, and the labels are restored after the model output is obtained.</p>
    </sec>
    <sec id="sec-7">
      <title>CONCLUSIONS</title>
      <p>We use the classic pre- trained BERT model and full-connected layer mode for multi-label text classification, and no
preprocessing operation of the data set text is not performed. In order to meet the input and output of the model, we divided the
label from 9 into 27 categories, and the final Accuracy Score was 0.495, and the F1 score was 0.538. The final result failed to
reach the expected goal. After merging 27 tags into 9 categories, each type of score is large, the highest ones reach 0.7 or even
higher, and the lowest is less than 0.3. Therefore, we believe that the classification of a single model and multi-labelling
multiclass into more labels is inappropriate for this challenge. Especially decomposing the number of labels into more quantities
may cause the performance of the model to decrease.</p>
    </sec>
    <sec id="sec-8">
      <title>ACKNOWLEDGMENTS</title>
      <p>Thanks to the organizers of the MediaEval2022, especially to those organizers for FakeNews Detection. This work was
supported in part by the Scientific Research Leader Studio of Jinan (Grant No. 2021GXRC081), and in part by the Joint Project
for Smart Computing of Shandong Natural Science Foundation (Grant No. ZR2021LZH010, ZR2020LZH015, and
ZR2022LZH012).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Pogorelov</surname>
            <given-names>K</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schroeder D T</surname>
          </string-name>
          ,
          <string-name>
            <surname>Burchard</surname>
            <given-names>L</given-names>
          </string-name>
          , et al.
          <source>FakeNews: Corona Virus and 5G Conspiracy Task at MediaEval</source>
          <year>2020</year>
          [C]//MediaEval.
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Pogorelov</surname>
            <given-names>K</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schroeder13 D T</surname>
          </string-name>
          ,
          <string-name>
            <surname>Brenner</surname>
            <given-names>S</given-names>
          </string-name>
          , et al.
          <source>FakeNews: Corona Virus and Conspiracies Multimedia Analysis Task at MediaEval</source>
          <year>2021</year>
          [C]//Multimedia Benchmark Workshop.
          <year>2021</year>
          :
          <volume>67</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Maria</given-names>
            <surname>Authorsen</surname>
          </string-name>
          and Jacques de Coauthor.
          <article-title>Cool Task: Challenges, Dataset and Evaluation</article-title>
          .
          <source>Proc. of the MediaEval 2022 Workshop</source>
          , Bergen, Norway and Online,
          <volume>12</volume>
          -
          <fpage>13</fpage>
          January
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Ma</surname>
            <given-names>J</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gao</surname>
            <given-names>W</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mitra</surname>
            <given-names>P</given-names>
          </string-name>
          , et al.
          <article-title>Detecting rumors from microblogs with recurrent neural networks</article-title>
          [J].
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Karpathy</surname>
            <given-names>A.</given-names>
          </string-name>
          <article-title>The unreasonable effectiveness of recurrent neural networks[J]</article-title>
          .
          <source>Andrej Karpathy blog</source>
          ,
          <year>2015</year>
          ,
          <volume>21</volume>
          :
          <fpage>23</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Yu</surname>
            <given-names>F</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            <given-names>Q</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wu</surname>
            <given-names>S</given-names>
          </string-name>
          , et al.
          <article-title>A Convolutional Approach for Misinformation Identification</article-title>
          [C]//IJCAI.
          <year>2017</year>
          :
          <fpage>3901</fpage>
          -
          <lpage>3907</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Ma</surname>
            <given-names>J</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gao</surname>
            <given-names>W</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wong</surname>
            <given-names>K F</given-names>
          </string-name>
          .
          <article-title>Detect rumor and stance jointly by neural multi-task learning[</article-title>
          <source>C]//Companion proceedings of the the web conference 2018</source>
          .
          <year>2018</year>
          :
          <fpage>585</fpage>
          -
          <lpage>593</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Ma</surname>
            <given-names>J</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gao</surname>
            <given-names>W</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wong</surname>
            <given-names>K F</given-names>
          </string-name>
          .
          <article-title>Detect rumors on twitter by promoting information campaigns with generative adversarial learning</article-title>
          [C]//The world wide Web conference.
          <year>2019</year>
          :
          <fpage>3049</fpage>
          -
          <lpage>3055</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Vaibhav</surname>
            <given-names>V</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Annasamy R M</surname>
            , Hovy
            <given-names>E.</given-names>
          </string-name>
          <article-title>Do sentence interactions matter? leveraging sentence level representations for fake news classification[J]</article-title>
          .
          <source>arXiv preprint arXiv:1910.12203</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Scarselli</surname>
            <given-names>F</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gori</surname>
            <given-names>M</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tsoi</surname>
            <given-names>A C</given-names>
          </string-name>
          , et al.
          <article-title>The graph neural network model[J]</article-title>
          .
          <source>IEEE transactions on neural networks</source>
          ,
          <year>2008</year>
          ,
          <volume>20</volume>
          (
          <issue>1</issue>
          ):
          <fpage>61</fpage>
          -
          <lpage>80</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>J.</given-names>
            <surname>Devlin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          , and
          <string-name>
            <given-names>K.</given-names>
            <surname>Toutanova</surname>
          </string-name>
          , “
          <article-title>BERT:pre-training of deep bidirectional transformers for languageunderstanding,” CoRR</article-title>
          , vol. abs/
          <year>1810</year>
          .04805,
          <year>2018</year>
          . [Online].Available: http://arxiv.org/abs/
          <year>1810</year>
          .04805
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>