<!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>M. Saberi);</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>mendation System for Environmental Risk Management</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Hamed Aboutorab</string-name>
          <email>h.aboutorab@unsw.edu.au</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ran Yu</string-name>
          <email>ran.yu@uni-bonn.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alishiba Dsouza</string-name>
          <email>dsouza@cs.uni-bonn.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Morteza Saberi</string-name>
          <email>morteza.saberi@uts.edu.au</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Omar Khadeer Hussain</string-name>
          <email>o.hussain@adfa.edu.au</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="editor">
          <string-name>Risk Identification, Environmental Risk, News Recommender System</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Data Science &amp; Intelligent Systems Group (DSIS), University of Bonn</institution>
          ,
          <addr-line>Bonn</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of New South Wales</institution>
          ,
          <addr-line>Canberra</addr-line>
          ,
          <country country="AU">Australia</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>University of Technology Sydney</institution>
          ,
          <addr-line>Sydney</addr-line>
          ,
          <country country="AU">Australia</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2023</year>
      </pub-date>
      <volume>000</volume>
      <fpage>0</fpage>
      <lpage>0002</lpage>
      <abstract>
        <p>Environmental risk events, such as flooding, can disrupt freight routes and cause business losses. It is therefore crucial to proactively identify and manage these risks. When identifying environmental risks, it is essential to examine the impact of these events on freight routes. In this paper, we extract knowledge about environmental risk events from the knowledge graph and build a machine-learning model to identify freight routes potentially afected by floods. We propose a news recommendation system, namely the News Recommender for Environmental Risk Identification &amp; Analysis (NR-ERIA), to recommend news related to a location of interest that has the risk of being afected by environmental risk events to support the risk management. We conducted experiments on real-world datasets and achieved an accuracy of 0.908 in proactively detecting disruptions, which is 196% higher than the baseline approach, demonstrating the efectiveness of our proposed system.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Accurately identifying the environmental risks that can cause disruptions to freight routes
is an important task that can benefit various downstream applications, such as road safety
management and the prevention of business losses due to transport disruptions. News is
one of the major sources for web users to get information on environmental risks. Recently,
researchers have been investigating news recommenders for efective risk management. For
example, Aboutorab et al. [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] developed a news recommender to identify the possibility of risk
events afecting a company’s operations from news articles.
      </p>
      <p>While these models are more eficient and efective than their predecessors, there are open
challenges that need to be addressed, such as the large amount of irrelevant information that
they may present to the user. This occurs for a number of reasons, one of which is that the
capture of geographic location based on keywords in news articles is insuficient for the system
to accurately identify the geographic area where the risk event may have an impact.</p>
      <p>
        In this paper, we present our preliminary work in building a news recommender system
to address the above-mentioned issue and minimize the amount of irrelevant information
presented to the user. To recommend the relevant news, the system not only determines if an
environmental risk event is going to occur but also identifies the geographical area that is afected
by the risk event. This requires, firstly, a comprehensive knowledge of the characteristics of
diferent types of risk events and, secondly, the examination of news articles to determine
the precise areas that may be afected. To the best of our knowledge, these challenges have
not been addressed by existing news recommender systems [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. In this work, we extract
knowledge about risk events, such as floods, from one of the largest openly available
crossdomain knowledge graphs (KG) DBpedia1 [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], and use it to guide the feature extraction in our
framework. The extracted features are further used to determine if a location will be afected by
a risk event. Based on the disruption detection result and user relevance feedback, we build the
news recommendation system NR-ERIA. We evaluate the performance of the proposed model
by conducting experiments on a real-world dataset containing 1000 historical road closures
due to environmental risk events. NR-ERIA achieved better performance in terms of accuracy,
precision, and F1 score compared to the baseline model for identifying news of afected locations,
demonstrating the efectiveness of our proposed model.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        In this section, we review the research on environmental risk identification. Environmental risk
can be defined as the destructive human activities on the planet [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] or the impact of natural
disasters on business operations [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], the latter being the focus of our work. This type of risk
has been studied extensively, for example, Powell et al. [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] used system knowledge to study the
impact of flooding on power stations. Ravankhah et al. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] developed a model to identify the
impact of seismic events on the world’s cultural heritage sites.
      </p>
      <p>
        In recent years, environmental risk identification models have been significantly improved
through the integration of AI techniques. For example, Aboutorab et al. [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] proposed an
RL-based recommender system that proactively identifies disruptions. More than 60 researchers
have developed vision-based approaches for flood detection and management [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. For example,
Pally et al. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] have integrated image processing and convolutional neural networks (CNN) to
identify the depth, severity, and extent of flooding. The studies are not limited to flood analysis.
Boillot et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] used deep learning to study seismic facies. Liu et al. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] have developed a
method to identify severe storms using measurements from a geostationary weather satellite.
      </p>
      <p>However, one of the shortcomings of these methods is that they do not take into account
the precise location of the disruption. Another shortcoming is that they focus on only one
type of environmental risk event. In this paper, we develop a framework for Environmental
Risk Identification and Analysis (NR-ERIA) that assesses environmental risk events (i.e. flood,
earthquake, storm) and identifies the exact afected area.</p>
      <p>Environmental
risks</p>
      <p>Flood
Windstorm
Drought
…
a</p>
      <p>R
affected class
ir eR
r l
e e
lev va
tan tron</p>
      <p>Archive dataset</p>
      <p>SVM
OCC SVM</p>
      <p>SVM
News articles</p>
      <p>Cause-effect detection</p>
      <p>OCC SVM</p>
      <p>Relevant</p>
    </sec>
    <sec id="sec-3">
      <title>3. NR-ERIA Approach</title>
      <p>This section explains the framework of NR-ERIA, which consists of three modules: 1) the
disruption identification module extracts important factors of environmental risks that cause
disruptions and identifies disruptions accordingly; 2) the news retrieval &amp; analysis module
retrieves news articles that are relevant for disruptions caused by environmental risk events; 3)
the news recommendation module brings the relevant news about critical disruption events to
the user’s attention. Figure 1 illustrates the conceptual framework of NR-ERIA.</p>
      <p>Affected - Relevant
Relevance Feedback</p>
      <p>User</p>
      <p>NR-agent</p>
      <sec id="sec-3-1">
        <title>3.1. Identifying Disruptions Caused by Environmental Risks</title>
        <p>In this module, given a specific type of environmental risk, the aim is to predict whether a
location of interest will be afected by a risk event of the given type. We consider the area to be
a circle centered on the location of interest  with radius  .</p>
        <p>The risk factors of a location of interest are represented by a feature vector. The features
are extracted from DBpedia2, a knowledge graph that contains rich structured information of
entities, including the common type of environmental risks. To extract the features, we first
obtain the textual description of the given type of environmental risk (e.g. flood) from the
property of interest (e.g. dbo:abstract), then apply the cause-efect detection tool based on token
classification with BERT</p>
        <p>
          3 to determine the main causes of the given environmental risk and
use them as features. For modeling the radius  , we apply the One-Class Classification Support
Vector Machine (OCC SVM)4 [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] as it can learn the boundaries from data samples without
additional human supervision.
        </p>
        <p>As a use case, we study the environmental risk type flooding . Using the feature extraction
approach introduced above, we extract four features: precipitation rate (millimeter) and distance
from rivers (kilometer), lakes (kilometer), and oceans (kilometer). For model training, we obtain
the historical data of road closures due to flooding from the Australian government website
5 at diferent locations and compute the corresponding feature vectors for each location, and
use the average numerical values of features for the OCC SVM to learn the radius  that will
be used for future prediction of whether a location of interest falls into the afected
class. The
OCC SVM first forms the
afected</p>
        <p>class as a hypersphere by the center of  and the radius 
around the data and tries to minimize the volume to contain training objects   ( = 1, ...,  ) as
Equation 1 is modified to Equation</p>
        <p>3 to provide a soft margin of   ≥ 0 to decrease the
restriction and tolerate outliers in the training set.</p>
        <p>subject to
subject to
,
min  2
∥   −  ∥ 2 ≤  2,  = 1, ..., 
,,
min  2 + 

∑  
=1
∥   −  ∥ 2 ≤  2 +   ,  = 1, ..., 
(1)
(2)
(3)
(4)
where  is a parameter used to adjust the balance between volume and errors. At the end of
this phase, NR-ERIA is able to predict whether the location of interest will be afected by the
given type of environmental risk, i.e. flooding.
4https://scikit-learn.org/stable/modules/generated/sklearn.svm.OneClassSVM.html</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. News Retrieval &amp; Analysis</title>
        <p>This module monitors current news articles and analyses them against the afected class created
in the previous module. More specifically, each news article is parsed to extract locations.
We apply the named entity recognition provided by python library spaCy6 for the location
extraction. For each location  , we use the model described in 3.1 to check if it is in the afected
class. A news article is identified as important to be shown to the user if it is relevant to a
afected location.</p>
        <p>
          This module also takes into account user feedback on relevance. A database named archived
is created in this module to record how interesting the recommended news is to the user. This
is done by labeling the news article as relevant and irrelevant based on user feedback in the
next module (RL-based news recommender). News articles shortlisted based on the module
introduced in Section 3.1 are further vectorized using the Term Frequency-Inverse Document
Frequency (TF-IDF) [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]. These vectors are then used to train an SVM model to classify the news
articles into relevant and irrelevant classes. To do this, we use the  support vector classification
presented in LIBSVM [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ].
        </p>
        <p>With respect to the flood case study, we extract locations from the news, compute the values
of the features such as Precipitation rate, and distance from rivers, lakes, and oceans for the
locations, and classify whether the location is in the afected area. For the relevant and irrelevant
classes, we simulate user relevance feedback based on the historical dataset by annotating the
news articles relevant to the location of road closures as relevant and the rest as irrelevant. In
real-world applications, the model is able to adapt to the user’s perceived relevance.</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. News Recommender</title>
        <p>
          In this module, a news article that belongs to both the afected class (mentions a location that
is highly likely to be at risk of disruption) and the relevant category (is highly likely to be
considered relevant by the user) is presented to the user via email. The concept of Explainable
AI (XAI) [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ] is also taken into account to explain to the user why this news article is being
displayed. The likely impact on the locations of interest is presented alongside the news article
for better understanding. Figure 2 shows an email sent by NR-ERIA. NR-ERIA then receives
feedback in the form of a 3or 7 from the user. The news articles shown to the user are labeled
relevant if the feedback is positive (3), otherwise (7) labeled irrelevant and stored in the archive
database.
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Performance Analysis of NR-ERIA</title>
      <p>
        In this section, we evaluate the performance of NR-ERIA. We consider the environmental risk
of flooding in our experiment. We perform the evaluation in three steps. First, we evaluate the
NR-ERIA algorithm in terms of its ability to identify the risk of a location being afected by an
environmental risk based on its geographic features. Second, we compare the performance of
NR-ERIA with the existing approach for proactive risk identification (RL-PRI) model proposed
by Aboutorab et al. [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], in terms of disruption risk identification. Finally, the ability of NR-ERIA
to identify which news articles are most likely to be of interest to the user is analyzed.
In this evaluation, we use the dataset of 1000 historical road closures due to flooding provided by
the Australian government 7 as our case study. As mentioned in the Data Preparation module,
by using the DBpedia dataset and cause-efect detection, we identify precipitation rate and
distance from rivers, lakes, and oceans as the important features and obtain their values for all
these locations and dates. To do this, we first obtain the average weekly precipitation rate for
each location and date by using Meteostat 8. Secondly, the lakes and coastlines polygons and
the rivers line strings are extracted from the Natural Earth website 9 and the Euclidean distance
from each point to any point on the line strings is calculated. Table 1 shows one row of this
dataset.
      </p>
      <p>We then use this data to train our model and create the afected class. For the evaluation,
we use the accuracy, i.e. the percentage of correct predictions of whether a location will be
afected by flooding. We use 10-fold cross-validation, i.e. we randomly divide this dataset of
1000 road closures into 10 parts, for each run 900 samples are used for training and 100 for
testing the model performance. NR-ERIA achieves an accuracy of 0.92 in identifying the location
of disruptions caused by flooding in this case study.</p>
      <sec id="sec-4-1">
        <title>4.2. Comparison of NR-ERIA and RL-PRI in the Identification of News Articles</title>
      </sec>
      <sec id="sec-4-2">
        <title>Covering Disruptions Caused by Environmental Risk Events</title>
        <p>
          We compare the performance of NR-ERIA with the RL-PRI model proposed by Aboutorab
et al. [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]. This experiment evaluates the performance of the two models in identifying the
risk of disruption from news articles. In the case of the flood as the risk event of interest, we
consider the news articles reporting information related to road closures caused by flood to be of
importance to the user. We use the same dataset as in baseline work [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] for disruption detection,
which contains 348 news articles, and 93 of them are annotated as containing information about
lfood-related road closures.
        </p>
        <p>We apply location extraction, as introduced in section 3.2, to the news articles to obtain the
locations they contain, and then perform location risk identification, as introduced in section
3.1, to decide whether the news mentions a location that will be afected by the flood. We then
calculate the number of true positives (TP), false positives (FP), false negatives (FN), and true
7https://datahub.freightaustralia.gov.au
8https://meteostat.net/en/
9https://www.naturalearthdata.com
negatives (TN) based on the results of NR-ERIA and RL-PRI. The definitions and results of TP,
FP, FN, and TN are given in the list below and in Table 2 respectively.</p>
        <p>• TP: Road closure due to flooding and presented by the model.
• FP: No road closures and presented by the model.
• FN: Road closure due to flooding and not presented by the model.</p>
        <p>• TN: No road closures and not presented by the model.</p>
        <p>
          Finally, we calculate the accuracy, precision, and recall on the positive class and the F1
score for these two models [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] in correctly presenting news articles containing locations with
disruption risk due to flooding. Table 3 shows the results of the comparison between RL-PRI
and NR-ERIA. The results show that NR-ERIA outperforms RL-PRI in terms of accuracy and F1
score. The reason for this is that NR-ERIA considers more environmental risk-specific factors
(e.g. distance to rivers) that are important for the identification of disruptions compared to
RL-PRI. Regarding the trade-of between precision and recall, NR-ERIA achieves an increase
in precision of 0.55 and a decrease in recall of 0.1. In the context of news recommendation,
considering that important events are usually reported by multiple channels, a slight decrease
in recall would not have a major impact on the utility of the recommender.
        </p>
      </sec>
      <sec id="sec-4-3">
        <title>4.3. Evaluation of NR-ERIA’s Capability in Recommending News Articles That</title>
      </sec>
      <sec id="sec-4-4">
        <title>Match Users’ Interest</title>
        <p>In this evaluation, we analyze NR-ERIA in terms of its ability to decide whether a news article
is of interest to the user by classifying it into the relevant or irrelevant class (Section 3.2). In this
evaluation, for each road closure, we collect news articles that mention the region of the closed
road in the period of 10 days before and after the road closure. We use the location of the road
closure as a keyword and query in Google News (e.g., flood Abergowrie Road Queensland), and
iflter the search results with time constraints. We simulate user feedback by considering the
news articles that mention at least one of the road closures in locations of interest to the user
(in this case, overlapping with regions the user has business operations) as relevant and the rest
as irrelevant. We annotate 500 news articles using this strategy and test the performance of
our model using 10-fold cross-validation. In each round of experiments, 450 news articles are
used to train the model and 50 are used to test its performance. We repeat this process 9 more
times. Table 4 shows the performance metrics accuracy, precision and recall of the positive (i.e.
relevant) class and the F1 score of NR-ERIA.</p>
        <p>The results show that NR-ERIA achieves a good overall performance with an accuracy of
0.71 and an F1 score of 0.74. The balance between precision and recall guarantees that users
can obtain satisfactory results of interest and, in the meantime, have the opportunity to explore
new topics.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion</title>
      <p>In this paper, we have proposed NR-ERIA, a framework for recommending news articles
containing information relevant to potential disruptions caused by environmental risk events.
NR-ERIA is capable of proactively identifying disruption risks from news sources and presenting
them to interested users. Experimental results show that NR-ERIA can reduce the amount of
irrelevant information presented compared to the baseline approach RL-PRI, thus providing
more accurate recommendations. In addition, NR-ERIA demonstrates good performance in
adapting to relevant feedback from users. In future work, we will focus on building more
advanced models, such as models that can make use of multimodal information (e.g. images
and videos) in news. Although we have conducted our preliminary experiments on the case
study of flooding, this framework can be applied to risk types such as forest fires and financial
risks provided that the corresponding features are extracted from knowledge bases. In future
work, we plan to investigate more types of environmental risks and to involve real users in our
analysis.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>This work was partially funded by the DFG, German Research Foundation (“WorldKG”,
424985896), and DAAD, Germany (“KOALA”, 57600865).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>H.</given-names>
            <surname>Aboutorab</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O. K.</given-names>
            <surname>Hussain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Saberi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Hussain</surname>
          </string-name>
          ,
          <article-title>A reinforcement learning-based framework for disruption risk identification in supply chains</article-title>
          ,
          <source>Future Generation Computer Systems</source>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>S.</given-names>
            <surname>Raza</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Ding</surname>
          </string-name>
          ,
          <article-title>News recommender system: a review of recent progress, challenges, and opportunities</article-title>
          ,
          <source>Artificial Intelligence Review</source>
          (
          <year>2022</year>
          )
          <fpage>1</fpage>
          -
          <lpage>52</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>S.</given-names>
            <surname>Auer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bizer</surname>
          </string-name>
          , G. Kobilarov,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lehmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Cyganiak</surname>
          </string-name>
          ,
          <string-name>
            <surname>Z. G. Ives,</surname>
          </string-name>
          <article-title>DBpedia: A nucleus for a web of open data</article-title>
          ,
          <source>in: ISWC</source>
          <year>2007</year>
          , volume
          <volume>4825</volume>
          <source>of LNCS</source>
          , Springer,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>R. N.</given-names>
            <surname>Jones</surname>
          </string-name>
          ,
          <article-title>An environmental risk assessment/management framework for climate change impact assessments</article-title>
          ,
          <source>Natural hazards 23</source>
          (
          <year>2001</year>
          )
          <fpage>197</fpage>
          -
          <lpage>230</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A.</given-names>
            <surname>Coburn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Ralph</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Tuveson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Rufle</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Bowman</surname>
          </string-name>
          ,
          <article-title>A taxonomy of threats for macro-catastrophe risk management, Centre for Risk Studies</article-title>
          , Cambridge: University of Cambridge, Working Paper,
          <string-name>
            <surname>July</surname>
          </string-name>
          (
          <year>2013</year>
          )
          <fpage>20</fpage>
          -
          <lpage>24</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>J. H.</given-names>
            <surname>Powell</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Mustafee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hammond</surname>
          </string-name>
          ,
          <article-title>System-focused risk identification and assessment for disaster preparedness: Dynamic threat analysis</article-title>
          ,
          <source>European Journal of Operational Research</source>
          <volume>254</volume>
          (
          <year>2016</year>
          )
          <fpage>550</fpage>
          -
          <lpage>564</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>M.</given-names>
            <surname>Ravankhah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Schmidt</surname>
          </string-name>
          ,
          <string-name>
            <surname>T.</surname>
          </string-name>
          <article-title>Will, Multi-hazard disaster risk identification for world cultural heritage sites in seismic zones</article-title>
          ,
          <source>Journal of Cultural Heritage Management and Sustainable Development</source>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>H. S.</given-names>
            <surname>Munawar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. W.</given-names>
            <surname>Hammad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. T.</given-names>
            <surname>Waller</surname>
          </string-name>
          ,
          <article-title>A review on flood management technologies related to image processing and machine learning</article-title>
          ,
          <source>Automation in Construction</source>
          <volume>132</volume>
          (
          <year>2021</year>
          )
          <fpage>103916</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>R.</given-names>
            <surname>Pally</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Samadi</surname>
          </string-name>
          ,
          <article-title>Application of image processing and convolutional neural networks for flood image classification and semantic segmentation</article-title>
          ,
          <source>Environmental Modelling &amp; Software</source>
          <volume>148</volume>
          (
          <year>2022</year>
          )
          <fpage>105285</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>L.</given-names>
            <surname>Boillot</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Golmohammadi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Guillon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Pivot</surname>
          </string-name>
          ,
          <article-title>Deep learning seismic facies identiifcation: the total journey at seam ai hackathon</article-title>
          ,
          <source>in: 82nd EAGE Annual Conference &amp; Exhibition</source>
          , volume
          <volume>2021</volume>
          , European Association of Geoscientists &amp; Engineers,
          <year>2021</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>5</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Min</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Di</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Ai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Qin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Lin</surname>
          </string-name>
          , et al.,
          <article-title>Local severe storm tracking and warning in pre-convection stage from the new generation geostationary weather satellite measurements</article-title>
          ,
          <source>Remote Sensing</source>
          <volume>11</volume>
          (
          <year>2019</year>
          )
          <fpage>383</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>B.</given-names>
            <surname>Schölkopf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. C.</given-names>
            <surname>Platt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Shawe-Taylor</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. J.</given-names>
            <surname>Smola</surname>
          </string-name>
          , R. C.
          <article-title>Williamson, Estimating the support of a high-dimensional distribution</article-title>
          ,
          <source>Neural Comput</source>
          .
          <volume>13</volume>
          (
          <year>2001</year>
          )
          <fpage>1443</fpage>
          -
          <lpage>1471</lpage>
          . doi:
          <volume>10</volume>
          .1162/089976601750264965.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>C.</given-names>
            <surname>Sammut</surname>
          </string-name>
          ,
          <string-name>
            <surname>G. I. Webb</surname>
          </string-name>
          ,
          <source>Encyclopedia of machine learning</source>
          ,
          <source>Springer Science &amp; Business Media</source>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>C.-C. Chang</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.-J. Lin</surname>
          </string-name>
          ,
          <article-title>Libsvm: a library for support vector machines, ACM transactions on intelligent systems and technology (TIST) 2 (</article-title>
          <year>2011</year>
          )
          <fpage>1</fpage>
          -
          <lpage>27</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>D.</given-names>
            <surname>Gunning</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Stefik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Choi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Miller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Stumpf</surname>
          </string-name>
          , G.-
          <string-name>
            <given-names>Z.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <article-title>Xai-explainable artificial intelligence</article-title>
          ,
          <source>Science robotics 4</source>
          (
          <year>2019</year>
          )
          <article-title>eaay7120</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>K.</given-names>
            <surname>Ting</surname>
          </string-name>
          ,
          <article-title>Encyclopedia of machine learning and data mining, chap</article-title>
          .
          <source>confusion matrix</source>
          ,
          <volume>260</volume>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>