<!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>Textual Analysis for Video Memorability Prediction</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Camille Guinaudeau</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Andreu Girbau Xalabarder</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Japanese-French Laboratory for Informatics</institution>
          ,
          <addr-line>Tokyo</addr-line>
          ,
          <country country="JP">Japan</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>National Institute of Informatics</institution>
          ,
          <addr-line>Tokyo</addr-line>
          ,
          <country country="JP">Japan</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2022</year>
      </pub-date>
      <fpage>12</fpage>
      <lpage>13</lpage>
      <abstract>
        <p>This article presents the analysis carried out by the Japanese French Laboratory for Informatics (JFLI) and the National Institute of Informatics (NII) to understand what makes a video memorable. To do so, we ifrst propose an analysis of the results obtained by two sequential models applied on visual and textual representations. We then study the manual descriptions and automatic captions in order to identify specificities in the textual representations of videos associated with a high memorability score. We show that they are described by longer and more precise texts (manual and automatic) than the videos associated with lower memorability scores, opening the way to research on the correlation between textual vagueness and video memorability.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Eficiently predicting the memorability of a video could be very useful in the context of
multimedia document analysis, e.g. automatic summarization. To progress on this multimodal task, the
mediaeval evaluation benchmark organizes for the fifth year the Predicting Video Memorability
task [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Previous work on video memorability (VM) showed that semantic information plays a
major role for VM prediction, either through manual descriptions ([
        <xref ref-type="bibr" rid="ref2 ref3 ref4">2, 3, 4</xref>
        ]), manual or automatic
captioning ([
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]) or semantic concepts [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>
        While they all agree that semantic information is important in distinguishing memorable
videos from less memorable ones, they struggle to identify the semantic cue that helps make this
distinction. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] analyzed the vocabulary terms corresponding to the most positive and negative
correlation coeficients of their caption-based models and showed that the highest negative
coeficients are all dominated by terms related to natural scenery; whereas the highest positive
coeficients are dominated by terms related to people. Similarly, [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] showed that videos that are
the closest related to nature and landscapes generally exhibit worse average memorability ratios,
but found that in the Memory10k dataset most documents deal with people, and couldn’t find a
clear distinction between topics that are memorable and topics that are not. Finally, following
the idea that people pay more attention to the concepts they are familiar with, [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] used 156
familiar concepts [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] to generate ConceptNet feature vectors to represent the videos. However,
the fusion of this semantic information failed to improve the results.
      </p>
      <p>
        In this paper, we present an analysis of the multimodal characteristics that can be used
to predict video memorability. First, we describe the characteristics and models used for the
ifrst subtask of the Prediction Video Memorability task on the Memento10k dataset [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. We
then analyze the results and study the videos’ textual representations with respect to their
memorability scores. Since manual textual representations may include a translation of whether
humans find the videos memorable, we conduct these analyzes on both manual and automatic
textual representations.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Video Memorability Prediction</title>
      <p>
        Features To represent the videos, two diferent kinds of textual features were used. First, the
manual descriptions provided by the organizers were represented by a 384 dimensional dense
vector using Sentence-BERT [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. Second, two automatic captions for each video were computed
using the ClipCap Image captioning model [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. To do so, one keyframe was automatically
extracted for each video using the Katna tool1, and the ClipCap model was applied using the
model trained either on the MS-COCO dataset [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] or on the Conceptual Caption dataset [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
Captions from both models were concatenated and, similarly to the manual descriptions, were
represented by 384 dimensional dense vectors using Sentence-BERT. In addition to these textual
features, two visual features provided by the organizers were also employed: Densenet [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] and
Resnet [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
      <p>
        Models and scores fusion Two models were defined for memorability scores prediction.
The first one, used for prediction based on textual representations, is a 3-layer sequential model.
In order to avoid overfitting a dropout regularization is added on the visible layer. We use Huber
loss as the loss function and a learning rate of 1 × 10− 5. The second model uses video features
extracted from deep learning models provided by [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], over 3 frames -first, middle, and last-. We
concatenate the features of the 3 video frames and input the resulting feature vector to a 3-layer
sequential model. We use dropout on each layer, as loss function the Mean Squared Error (MSE),
and a learning rate of 2 × 10− 3. To keep the output values scaled from 0 to 1, we use a sigmoid
function in the output layer for both models. Also, for both models, we make use of the Adam
optimizer [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. To combine textual and visual features for memorability scores prediction, the
embeddings are first fed to the models and the fusion scores  are then computed thanks to
 () =  *  () + (1 −  ) *  (), with  ∈ [
        <xref ref-type="bibr" rid="ref1">0, 1</xref>
        ] and where  () is the score for the ℎ
video according to modality  and  () the score for the ℎ video according to modality  .
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Results and Analysis</title>
      <sec id="sec-3-1">
        <title>1https://katna.readthedocs.io/en/stable/index.html</title>
        <p>Concerning the scores obtained from textual representations, although the manual
descriptions provide better scores, automatic captions give encouraging results, meaning that
automatic captions carry information, automatically extracted from images, related to memorability.
Combination of both textual features further improves the results, which suggests that the
information carried by manual descriptions and automatic captions is not strictly redundant.</p>
        <p>Visual characteristics provide correlation scores almost on par with those obtained from
manual descriptions, and the combination of the two visual features (DenseNet and ResNet)
increases the results. As before, the combination of visual features and automatic captions
further improves the correlation scores. Finally, from this Table, we can see that, although the
combination of automatically calculated representations (captions and visual features) provides
encouraging results (0.62), the best results are still obtained when manual descriptions are used,
suggesting that humans have the ability to introduce information related to memorability into
their representations, that is not carried by visual characteristics or automatic captions.</p>
        <p>
          Once again, these experiments show that semantic information is a mainstay in the
prediction of video memorability. In order to understand what makes video memorable, we have
analyzed the textual information attached with each video. First, we dig into topic analysis
to verify if some concepts are more memorable than others, as claimed by [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ]. To do so, we
identified the 10 words in the manual descriptions that have the most important diferences in
normalized frequency between videos associated with the higher memorability scores and the
lower memorability scores. We then computed the normalized frequency of this 10 words for
3 splits of the development and training set regarding the values of the memorability scores:
between 0.4 and 0.62, between 0.6 and 0.8 and between 0.8 and 1.
        </p>
        <p>
          Figure 1 shows the values of these normalized frequencies. Similarly to [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ], we couldn’t see a
clear separation in the topics addressed by the memorable videos and by the other videos. If, as
presented in [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ], the vocabulary associated with nature is more frequent in videos associated
with a lower similarity scores, the human topic is addressed by all the videos, whatever their
score. However, the way this topic is described in the manual descriptions is diferent between
memorable videos (where the vocabulary is more precise man, woman, baby, girl) and non
memorable ones, where the term used is more vague (people).
        </p>
        <p>A possible explanation for this phenomenon is that annotators, remembering the video better,
use more precise vocabulary in video with high memorability scores when writing the manual
description. Another possibility is that the video is more memorable because the elements</p>
      </sec>
      <sec id="sec-3-2">
        <title>2There is almost no video with scores lower than 0.4.</title>
        <p>
          (a) Nouns and adjectives
(b) Color and physical adjectives
within it are more easily identifiable by viewers. This hypothesis is in line with the notion
of familiarity mentioned by [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ]. To confirm this hypothesis, we carried out textual analyzes –
trough part-of-speech tagging and dependency parsing using the nltk tool [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ] – of the manual
descriptions and the automatic captions, to check whether the sentences used to describe the
most memorable videos are more precise than those used for the less memorable ones.
        </p>
        <p>First, we found that the length of both manual descriptions and automatic captions were longer
for memorable videos than for non-memorable videos, suggesting that either 1) memorable
videos have more to describe or 2) elements present in the video are described more extensively
for memorable videos. Moreover, we observed, as showed in the left part of Figure 2, that the
proportion of nouns used in the texts (descriptions or captions) associated with the videos
decreases when the memorability score increases while the proportion of adjectives grows. This
observation leads us to believe that textual representations tend to be more accurate for the
most memorable videos. To corroborate this assumption, the proportion of 8 frequent adjectives
for physical descriptions and 8 common English colors3 were computed on manual descriptions
and automatic captions. The right side of Figure 2 shows the evolution of this proportion and
confirms that the proportion of colors and physical adjectives usage improves with the values
of memorability scores on both manual descriptions and automatic captions. Finally, similar
analyzes were conducted on the VideoMem dataset and the automatic captions associated with
the videos follow the same pattern than those of Memento10k: length and adjectives proportion
growing and nouns proportion decreasing while the memorability scores rise.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Future work</title>
      <p>
        In this paper, we analyze the results of two sequential models based on visual and textual
features to understand what makes a video memorable. We show that automatic captions and
visual features can provide encouraging results but still miss memorability related information
carried by manual descriptions. We also conduct an analysis of the manual and automatic
textual representation of videos, showing that more memorable videos are associated with more
precise descriptions even in automatic captions. In order to confirm this finding, it would be
interesting to estimate the vagueness of the descriptions associated with videos, with a tool
such as VAGO [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], and use this vagueness prediction as a clue for memorability prediction.
3small, large, long, tall, little, big, young and old / white, yellow, green, blue, purple, red, orange and black.
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>L.</given-names>
            <surname>Sweeney</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. G.</given-names>
            <surname>Constantin</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.-H. Demarty</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Fosco</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>García Seco de Herrera</surname>
            , S. Halder,
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Healy</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Ionescu</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Matran-Fernandez</surname>
            ,
            <given-names>A. F.</given-names>
          </string-name>
          <string-name>
            <surname>Smeaton</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <article-title>Sultana, Overview of the MediaEval 2022 predicting video memorability task</article-title>
          ,
          <source>in: Proceedings of the MediaEval Multimedia Benchmark Workshop Working Notes</source>
          ,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>R.</given-names>
            <surname>Cohendet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Yadati</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. Q.</given-names>
            <surname>Duong</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.-H. Demarty</surname>
          </string-name>
          ,
          <article-title>Annotating, understanding, and predicting long-term video memorability</article-title>
          ,
          <source>in: Proceedings of the 2018 ACM on international conference on multimedia retrieval</source>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>R.</given-names>
            <surname>Cohendet</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.-H. Demarty</surname>
            ,
            <given-names>N. Q.</given-names>
          </string-name>
          <string-name>
            <surname>Duong</surname>
          </string-name>
          , M. Engilberge,
          <article-title>VideoMem: Constructing, analyzing, predicting short-term and long-term video memorability</article-title>
          ,
          <source>in: Proceedings of the IEEE/CVF International Conference on Computer Vision</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>R.</given-names>
            <surname>Kleinlein</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Luna-Jiménez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Arias-Cuadrado</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Ferreiros</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Fernández-Martínez</surname>
          </string-name>
          ,
          <source>TopicOriented Text Features Can Match Visual Deep Models of Video Memorability, Applied Sciences</source>
          <volume>11</volume>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A.</given-names>
            <surname>Newman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Fosco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Casser</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>McNamara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Oliva</surname>
          </string-name>
          , Multimodal memorability:
          <article-title>Modeling efects of semantics and decay on video memorability</article-title>
          ,
          <source>in: European Conference on Computer Vision</source>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>S.</given-names>
            <surname>Shekhar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Singal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kedia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Shetty</surname>
          </string-name>
          ,
          <article-title>Show and recall: Learning what makes videos memorable</article-title>
          ,
          <source>in: Proceedings of the IEEE International Conference on Computer Vision Workshops</source>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>S.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Yao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Jin</surname>
          </string-name>
          , RUC at MediaEval 2019:
          <article-title>Video Memorability Prediction Based on Visual Textual and Concept Related Features</article-title>
          ,
          <source>in: Proceedings of the MediaEval 2019 Workshop</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>R.</given-names>
            <surname>Gupta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Motwani</surname>
          </string-name>
          ,
          <article-title>Linear Models for Video Memorability Prediction Using Visual and Semantic Features</article-title>
          ,
          <source>in: Proceedings of the MediaEval 2018 Workshop</source>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>E. W.</given-names>
            <surname>Dolch</surname>
          </string-name>
          ,
          <article-title>A basic sight vocabulary</article-title>
          ,
          <source>The Elementary School Journal</source>
          <volume>36</volume>
          (
          <year>1936</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>N.</given-names>
            <surname>Reimers</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Gurevych</surname>
          </string-name>
          , Sentence-BERT:
          <article-title>Sentence Embeddings using Siamese BERT-Networks</article-title>
          ,
          <source>in: Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing</source>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>R.</given-names>
            <surname>Mokady</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Hertz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. H.</given-names>
            <surname>Bermano</surname>
          </string-name>
          ,
          <article-title>ClipCap: CLIP Prefix for Image Captioning</article-title>
          ,
          <source>arXiv preprint arXiv:2111.09734</source>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>T.-Y. Lin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Maire</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Belongie</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Hays</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Perona</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Ramanan</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Dollár</surname>
            ,
            <given-names>C. L.</given-names>
          </string-name>
          <string-name>
            <surname>Zitnick</surname>
          </string-name>
          ,
          <article-title>Microsoft coco: Common objects in context</article-title>
          ,
          <source>in: European conference on computer vision</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>P.</given-names>
            <surname>Sharma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ding</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Goodman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Soricut</surname>
          </string-name>
          ,
          <article-title>Conceptual captions: A cleaned, hypernymed, image alt-text dataset for automatic image captioning, in: Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics</article-title>
          (Volume
          <volume>1</volume>
          :
          <string-name>
            <surname>Long</surname>
            <given-names>Papers)</given-names>
          </string-name>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>G.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. Van Der</given-names>
            <surname>Maaten</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. Q.</given-names>
            <surname>Weinberger</surname>
          </string-name>
          ,
          <article-title>Densely connected convolutional networks</article-title>
          ,
          <source>in: Proceedings of the IEEE conference on computer vision and pattern recognition</source>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>K.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , S. Ren,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <article-title>Deep residual learning for image recognition</article-title>
          ,
          <source>in: Proceedings of the IEEE conference on computer vision and pattern recognition</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>D. P.</given-names>
            <surname>Kingma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Ba</surname>
          </string-name>
          ,
          <article-title>Adam: A Method for Stochastic Optimization</article-title>
          ,
          <source>in: Proceedings of the 3rd International Conference for Learning Representations</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>S.</given-names>
            <surname>Bird</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Klein</surname>
          </string-name>
          , E. Loper,
          <article-title>Natural language processing with Python: analyzing text with the natural language toolkit, "</article-title>
          <string-name>
            <surname>O'Reilly Media</surname>
          </string-name>
          ,
          <source>Inc."</source>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>P.</given-names>
            <surname>Guélorget</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Icard</surname>
          </string-name>
          , G. Gadek,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gahbiche</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gatepaille</surname>
          </string-name>
          , G. Atemezing, P. Égré,
          <article-title>Combining vagueness detection with deep learning to identify fake news</article-title>
          ,
          <source>in: 2021 IEEE 24th International Conference on Information Fusion</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>