<!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>Knowledge Management (companion volume), October</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Neural Networks For Afective Social Media: A Comprehensive Overview</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Michail Karavokyris</string-name>
          <email>karavokyrism@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Spyros Sioutas</string-name>
          <email>sioutas@ceid.upatras.gr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="editor">
          <string-name>Atlanta, GA</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Computer Engineering and Informatics Department, University of Patras</institution>
          ,
          <addr-line>Patras 26504, Hellas</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Workshop Proce dings</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2022</year>
      </pub-date>
      <volume>1</volume>
      <fpage>7</fpage>
      <lpage>21</lpage>
      <abstract>
        <p>Social media have become the main platforms for expressing and supplementing nuanced human activity such as engaging in public and private conversations, creating and sharing multimedia content, participating to digital culture events, and recently describing emotions about events, places, or even products. In this survey, we provide a comprehensive overview of graph mining and machine learning on afective social media through graph neural networks (GNNs). The latter are capable of performing a variety of tasks, such as graph and vertex classification, link prediction, and graph clustering using vertex information, edge information, and topological structure. These capabilities are critical in harnessing the vast emotional information available in social media in order to generate meaningful and scalable afective analytics. graph neural networks, distributed computation, graph mining, graph convolution, network topology, convergence, link prediction, label prediction, community discovery, afective computing, PyTorch, ∗Corresponding author.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>Currently social media are widely considered to be the
digital reflection, or even the digital twin in certain cases,
class of neural network architectures depending strongly
on information propagation mechanisms such as
message passing between graph nodes or attention functions
between network layers to encapsulate the higher order
tion found in social media are afective indicators such
of individuals and groups. Among the prime informa- communication flow and interplay inherent in graphs.
Although their functionality may resemble that of other
as the emotional polarity of posts or reactions to them. architectures like the established multilayer perceptrons
This is especially true in Twitter which abounds with
long conversations full with emotionally charged replies
[1][2], whereas Facebook [3] and LinkedIn [4][5] have
dedicated emotional reaction buttons for each post. Even
Instagram contains images which have been reported to
elicit emotional responses [6].</p>
      <p>Typically, in deep learning applications, such as fraud
detection, natural language processing (NLP), biomedical
image processing, and computer vision, the datasets are
represented as manifolds in the Euclidean space.
However, recently the number of engineering scenarios
requiring non-Euclidean data and instead rely on graphs has
been rising. Therein topological relations and
interconnectivity play a major role. Graphs enable the modeling
of important problems in various scientific fields
including complex systems, social networks, protein-protein
interaction networks, logistics and long supply chains,
transportation networks, knowledge graphs, and others.</p>
      <sec id="sec-1-1">
        <title>Graph Neural Networks (GNNs) constitute a broad</title>
        <p>CIKM’22: 31st ACM International Conference on Information and
(S. Sioutas)
diag [ 1,1, … ,  , ]</p>
        <sec id="sec-1-1-1">
          <title>Meaning</title>
        </sec>
        <sec id="sec-1-1-2">
          <title>Equality by definition</title>
        </sec>
        <sec id="sec-1-1-3">
          <title>First vector derivative</title>
        </sec>
        <sec id="sec-1-1-4">
          <title>Hyperbolic tangent</title>
        </sec>
        <sec id="sec-1-1-5">
          <title>Degree of vertex</title>
        </sec>
        <sec id="sec-1-1-6">
          <title>Diagonal matrix</title>
          <p>×  identity matrix</p>
        </sec>
        <sec id="sec-1-1-7">
          <title>First in</title>
          <p>Eq. (1)
Eq. (4)
Eq. (8)
Eq. (1)
Eq. (1)
Eq. (2)</p>
        </sec>
      </sec>
      <sec id="sec-1-2">
        <title>The remainder of this work is structured as follows. In</title>
        <p>section 2 the recent scientific literature regarding GNNs,
afective social media, and graph mining is overviewed.</p>
        <p>Then in section 3 the primary properties of GNNs are
enu© 2022 Copyright for this paper by its authors. Use permitted under Creative Commons License merated in detail, whereas in section 4 the applications of
CEUR
htp:/ceur-ws.org
ISN1613-073</p>
        <p>CEUR</p>
        <p>Workshop Proceedings (CEUR-WS.org)</p>
      </sec>
      <sec id="sec-1-3">
        <title>GNNs to afective social network analysis are presented.</title>
        <p>Future research directions are given in section 5. Capital
boldface letters denote matrices, small boldface vectors,
and normal small scalars. Acronyms are explained the
ifrst time they are encountered in the text. Additionally,
the terms vertex and node are used interchangeably in
this work. The same holds true for the terms edge and
link. In function definitions parameters follow the
respective arguments after a semicolon. Finally, in table 1
the notation used in this work is summarized.</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        As stated earlier GNNs are neural networks tailored for
natively handling graphs or any kind of linked data for
that matter [7]. Techniques for doing so include graph
embedding [8], message passing [9], and attention
mechanisms [10], the latter primarily in the form of graph
attention networks (GATs) [11]. The current state of
the art in GNNs allows them to perform link prediction
[12], graph convolution [
        <xref ref-type="bibr" rid="ref7">13</xref>
        ], semi-supervised [14] and
unsupervised [15] graph clustering, and node
classification [16]. Regarding applications, GNNs have been used
to evaluate the afective coherence of ordinary [ 17] and
fuzzy [18] Twitter graphs, to perform content filtering
[19], to yield social recommendations [20], to compute
recommendations at large scale systems [21], to perform
image classification [ 22], to do vertex classification based
on their susceptibility in SIS-type propagation models
[23], for fake news discovery [24], and for rumor tracing
[25]. Comprehensive field reviews regarding GNNs can
be found in [26] and also in [27].
      </p>
      <p>
        Neural network architectures are ubiquitous in ML
[28, 29], especially in conjunction with low rank tensor
approximation [30], and signal processing [31]. Bayesian
neural networks stem directly from non-classical signal
estimation theory [32]. Convolutional neural networks
(CNNs) are extensively used in image processing [
        <xref ref-type="bibr" rid="ref29">33</xref>
        ]. Re- 3.1. Overview
cently deep neural networks have been trained to obey
physical laws [34]. In [35] a sequence of social graphs
is compressed with the two dimensional discrete cosine
transform (DCT2) but expanded with a tensor stack
network (TSN) trained with information from the entire
sequence. Moreover, TSNs have been used for sound
classification [ 36] and large scale urban network speed
prediction [37]. Self organizing maps (SOMs) for cultural
content recommendation are described in [38]. Recent
and extensive reviews on neural network architectures
include [39] and [40], where an extended and neural
network taxonomy is described as well.
      </p>
      <p>
        Graph mining aims at locating and extracting latent
and non-trivial knowledge from graphs such as cycle
lengths in massive graphs [41], higher order
spatiotemporal patterns [42], and triangles [43]. Techniques include
employing intelligent agents for autonomous mining
[44], approximating directed graphs with undirected ones
based on enegry criteria [45], managing graph streams
with relational algebra [46], computing graph topological
correlation [47], eficiently inferring graph isomorphism
[
        <xref ref-type="bibr" rid="ref33">48</xref>
        ] and performing generic pattern search [
        <xref ref-type="bibr" rid="ref34">49</xref>
        ] with
GNNs on graphs, and massive graph visualization with
feedback for graph matching [
        <xref ref-type="bibr" rid="ref36">50</xref>
        ]. Applications of graph
mining include among others co-author
recommendation [51], eficient new drug discovery [ 52], consensus
protocols in blockchains [53], and energy management
in smart power grids [54]. Other considerations include
fairness [55], explainability and automation [
        <xref ref-type="bibr" rid="ref33">48</xref>
        ], and
application to the emerging field microservices [
        <xref ref-type="bibr" rid="ref41">56</xref>
        ].
      </p>
      <p>
        Social network analysis, although it relies heavily on
graph mining [
        <xref ref-type="bibr" rid="ref43">57</xref>
        ], it is a distinct field since it also
focuses on social media functionality [58], which includes
posts [59], conversations [60], and even digital trust as a
conditional extension of the one found in the real world
[
        <xref ref-type="bibr" rid="ref47">61, 62</xref>
        ]. Moreover, psychological aspects such as
selfesteem [63] and cognitive ones like consumer
engagement and online time [64] play a central role. Among the
numerous social media applications can be found stock
market trend prediction [65], the acceleration under
suitable conditions of open innovation [66], the selection
database architecture according to social queries
regarding Twitter account influence [ 67], the alteration of the
value of NFTs depending on the Twitter influence of the
respective holder [68], and the data-driven deployment of
digital marketing [69]. Reviews of the field include [ 70]
which places special emphasis on community structure
discovery, [71] which explores the dynamics of academic
social networks and online communities, and [72] where
collaborative innovation processes are explored.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Graph Neural Networks</title>
      <sec id="sec-3-1">
        <title>In this section first the most frequent tasks performed by the GNN architectures are described. Then, the most prominent GNN types and their properties are presented.</title>
        <p>3.2. GNN Tasks
Typically, every application for afective social media fits
into one of the following basic tasks:
• Node classification: The goal is to predict
missing node labels in a social network using the
labels of the neighbor nodes. For example, the
emotional state of a user can be predicted as a function
of the attributes of that user and of its neighbours.
• Link prediction: In this scenario the objective
is to predict the link between various entities in a
network by utilizing a partial or otherwise incom- There are two diferent types of graph convolution
plete adjacency matrix. This task is frequently operations, which in turn determine the domain a given
used in social network settings because it can pre- GCN is defined on:
dict whether any two vertices, which may well
be accounts, pages, or even entire communities, • Spatial convolution: These GCNs operate
diare likely to be connected. Moreover, in certain rectly on the graph adjacency matrix as if were a
cases and depending on the available features, the grid but with additional constraints. Thus,
constrength of this link may be estimated as well. volution is performed in a way similar to images
by using spatial features learned from the graph.
• Community detection: The case here is to allo- This is the equivalent to the time domain filtering.
cate nodes into clusters whose size is unknown
beforehand, namely it is a clustering problem. This • eSipgeecntdreaclocmopnovsoiltiuotnioonf:thTehegsreapGhCLNaspluatciliiazne
mthaecan be done by partitioning the vertex sex based trix in order to propagate information across
on edge features like weights or, alternatively, nodes. Therefore, processing takes place in the
by viewing the nodes as items and by grouping two-dimensional spatial frequency domain akin
together items with comparable properties. For to the transform domain adaptive algorithms.
instance, community detection can be used on
afective social media analysis to locate
communities with similar emotional characteristics.</p>
      </sec>
      <sec id="sec-3-2">
        <title>Recall that the graph Laplacian of equation (2) can be</title>
        <p>defined based on the graph degree matrix of equation
(1). Observe that nodes of zero degree essentially do not
contribute to the overall graph structure and thus are
considered to have been removed during a preprocessing
stage. Therefore, matrix D is always invertible.</p>
        <p>D =△ diag [deg ( 1), … , deg (  )]
(1)</p>
      </sec>
      <sec id="sec-3-3">
        <title>With this knowledge the graph Laplacian matrix can</title>
        <p>then be constructed from the respective adjacency matrix
A as shown in equation (2). The eigenexpansion of L is
the graph spectrum on the corresponding basis.</p>
        <p>△
L = I − D−1A
(2)
3.3. Architectures
GNNs constitute a class of neural networks based on the
dependence between the elements of the graph. The term
GNN does not refer to a single algorithm or architecture
but rather to a plethora of distinct algorithms. The
common denominator for each GNN is the ability to exploit
the information inherent in graph topology in order to
compute a global steady state. This is more evident in
the message passing architectures, but this can also be
seen in some other of the most common GNN
architectures that have been developed in recent years like graph
convolutional networks (GCNs) and graph attention
networks (GATs). In table 2 the architectures examined here
and their main properties are presented.</p>
      </sec>
      <sec id="sec-3-4">
        <title>Although spectral GCNs can construct powerful graph</title>
        <p>representations and act as convolutional filters for graph
classification with considerable accuracy, they fail to
utilize feature locality commonly found in most graphs.
Ad3.3.1. Graph Convolutional Networks ditionally, spectral GCNs come with great computational
Graph convolutional networks (GCNs), which seek to cost, especially for large networks.
imitate the functionality of ordinary CNNs, are currently In order to address the issues of locality and
computathe prime candidate architectures for most real life ap- tional complexity, ChebNets were developed in order to
plications. Specifically, the main idea behind GCNs is combine CNNs with the spectral networks theory. Thus,
to adapt CNNs to natively handle linked data, namely in ChebNets the representation of any feature vector
graphs. CNNs in order to create highly expressive repre- should only be influenced by the  -hop neighbors.
Theresentations can extract multiscale localized spatial infor- fore, ChebNets provide the essential algorithmic
founmation and combine it in order to yield the final result. In dation and efective schemes since the convolution is
this sense, they exploit the higher order patterns inherent computed using Chebyshev polynomials instead of the
in graphs. Since CNNs are able to capture meaningful eigenvectors of the Laplacian matrix. Therefore, spectral
features across the entire data sets, GCNs adjust the oper- GCNs can be considered as ChebNets where the
neighation of convolution from grid data to graph data. Graph borhood depth equals one. The objective of this model is
convolution uses the features of the neighbors of a given to learn a function of features which operates on a graph
node to make predictions by transforming the features of  represented as in equation (3):
taontordaienina faulnactetinotnspoafcfeea.tTuhreesoobnjeactgivraepfhorwthheesree mthoedienlpsuist  =△ ( ,  ) (3)
is a set of nodes and edges which are described from a
feature vector that contains their attributes.</p>
      </sec>
      <sec id="sec-3-5">
        <title>Specifically, a ChebNet is designed to build an  ×  output matrix where  is the number of output attributes</title>
        <p>and  is the number of vertices. Said matrix is iteratively
constructed given the following graph input.</p>
        <p>• Feature description vectors, one for each of the
 nodes, are stacked are form a  ×  feature
matrix where  denotes the number of features.
• The  ×  graph adjacency matrix. Therein are
contained all local patterns and its powers encode
all higher order ones.</p>
        <p>Each network layer has a nonlinear function which
acts as the ChebNet propagation rule. Based in the choice
of the propagation rule and the numbers this is
successively applied models may vary. The most common
propagation rule is ReLU operating on a linear combination
of the outputs of the previous layers. The features
processed at each layer are aggregated to form the attributes
of the following layer. This implies that each node in
the  -th layer will collect information from their  -hop
neighbors. It has been observed that a small number of
layers, typically at most four, sufices.</p>
        <p>Since in this model the aggregated representation of
each vertex includes only local features, namely those
of its neighbors, this has to be taken into consideration
in the structure of the adjacency matrix. This is done in
two ways, by adding the identity matrix to it to allow
the construction of its powers and also by normalizing it
similarly to the graph Laplacian of (2). So when GCNs
and ChebNets are trained by stochastic gradient descent
algorithms, which tend to be sensitive to the scale of input
features, there are no vanishing or exploding gradients
which frequently delay or even derail training.</p>
        <p>It should be also mentioned that GCNs are mainly
used for semi-supervised node classification, whether
binary or multi-class by adding a softmax layer at the end.
Also by combining graph convolution layers with graph
pooling layers the GCN model will be able to predict the
class labels for an entire graph.
3.3.2. Graph Attention Networks
Analogous to GCNs, GATs average hidden attributes on
a local level. But unlike GCN, which compute the
propagation weights explicitly during training, GATs define
them implicitly. This is accomplished by the attention
mechanism, namely a learnable function to re-weight
synapses between neurons as a function of the values of
the hidden features. In this way, the significance of each
node can be specified by utilizing more information than
the structure of the graph and the connectivity patterns
contained in the latter. However, this local aggregation
has to be eventually compensated for when values are
propagated to other layers and this is in fact one of the
factors diferentiating GATs.</p>
        <p>In particular, the synaptic weights are computed as a
result of an attention mechanism which computes the
1–10
normalised coeficients from the unnormalized ones.
Typically, the softmax function is the key to normalizing
these coeficients as it can convert a set of raw scores to
an exponentially weighted distribution.
3.3.3. Message Passing Neural Networks
Message passing neural networks (MPNNs) are
decentralized architectures which rely heavily on message passing
in order to perform a given computation. Such
communication may take place synchronously or asynchronously.
Each node starts with a local ground truth vector and
progressively based on input from neighboring vertices
evolves into a steady state vector. Although initially the
information exchanged between vertices may be
inaccurate, this is remedied at later stages, provided the update
mechanisms are designed to do so. This is by no means
a trivial task as essentially this is a decentralized
nonlinear control problem. Therefore, extended care must
be taken beforehand in order to avoid efects such as
Witsenhausen’s counterexample [73].</p>
        <p>In contrast to other neural network architectures,
MPNNs have a flat architecture in the sense that there
are no layers. This implies that the diameter of the
network plays a crucial role as it represents the maximum
amount of time, measured in the number of hops, which
is necessary in order for a given piece of information to
be transmitted across the MPNN. Related metrics such
as the efective diameter reveal the links necessary for a
considerable segment of the graph to be reached. Strong
locality, expressed in the number of triangles or
equivalently in the clustering coeficient, contributes to quick
propagation. On the contrary, bridges may be congestion
points. In any case, topology is central in MPNNs and its
efects are more intense compared to other GNN types.</p>
        <p>In table 2 are listed some of the most representative
convergence schemes proposed in the bibliography.
3.4. Convergence
3.4.1. State Vectors
Convergence is a major topic since GNNs are distributed
and, hence, there is not a single point of centralized
control. As such, various techniques based on traditional
control equations such as those describing continuous,
linear, and time invariant systems as in equation (4) do
MPNNs which employ with proper scaling the sigmoid
not directly apply. Therein A is the system plant, b is the
or hyperbolic function as activation function as shown
input distribution vector, and x is the state vector.
in equation (8).
ẋ =△ Ax + b,</p>
        <p>A ∈ ℝ× , b ∈ ℝ×1
3.4.2. Brower’s Fixed Point Lemma
For most message passing architectures an alternative
methodology to monitor convergence lies in the Brower’s
ifxed point lemma (BFPL). The latter states that any
conat least one fixed point  0 ∈  0 as shown in (7).
tinuous function  (⋅) mapping any interval  0 to itself has
 0 =  ( 0),
 ∶  0 →  0
(7)</p>
        <p>The existence of the fixed point  0 guarantees that the
MPNN cannot escape from it and as such it is in one of the
potentially many steady states. However, that requires
that a significant number of neurons reach that state
before they start propagating it to their neighbors.
Moreover, methodologies based on the BFPL are considered to
be indirect in the sense that they monitor the output of
Therefore, the global convergence is tracked through
individual vertices. Still, they have been applied
successfully, especially when the processing involves smooth
functions, in cases where the local computation is yields
a single scalar. For instance, BFPL has been applied to
(4)
(5)
(6)</p>
      </sec>
      <sec id="sec-3-6">
        <title>As stated earlier, topology plays a central role in con</title>
        <p>vergence, since it determines the average and maximum
rate of spatial information propagation in terms of the
number of links between any two processing vertices.</p>
      </sec>
      <sec id="sec-3-7">
        <title>In table 3 are listed some of the most representative convergence schemes proposed in the bibliography.</title>
        <p>each node  and not their internal state vector s as before. than one definition of what makes a community as this
community discovery. Moreover, since this task relies
on higher order patterns, it is also computationally
challenging. Consequently, a number of diverse heuristics
have been developed for it.</p>
        <p>Message passing mechanisms are crucial in most
engineering scenarios involving graphs, even indirectly since
most networks are set up in order to achieve coherency
and communication. Especially in MPNNs selecting the
attributes represented in the ground truth vector of each
vertex is of paramount importance since that determines
what is exchanged during communication. A static
snapshot of message passing is shown in figure 2.</p>
      </sec>
      <sec id="sec-3-8">
        <title>Node classification is another important task where</title>
        <p>each vertex is assigned one out of many possible labels
drawn out of a finite label set based on a decision rule.
This functionality is shown in figure 3. Labels may be
repeated and, depending on the problem, some vertices
may already have a label. Moreover, this task has close
ties with the community discovery task, although in
classification nonadjacent nodes may have the same label.
More recently ML models which can utilize structural
and functional attributes, whenever the latter are
available, have been proposed in the literature. It should be
noted though that functional features depend heavily on
the underlying domain, whereas structural attributes can
be applied to any scenario.</p>
        <p>Graph convolution is an operation involving a pair of
graphs and yields a larger one whose topology depends
on theirs. This allows the eficient discovery of local
patterns and, depending on how convolution is defined,
even their variants or incomplete ones. This operation
initially appeared in the field of computer vision and has
found numerous applications in social media analysis
and ML. Figure 4 shows an instance of this operation.</p>
        <p>Finally in figure 5 the task of link prediction task is
shown. It is an important task where given a partial
graph or an evolving one and a decision rule must be
devised which can predict whether a link between any
two given nodes exists. In order to determine whether
such link should be added to the graph, a segment of the
graph considered as ground truth is used along with the
assumption that scale free graphs exhibit self-similarity
in many levels. Alternatively, state vectors in every
vertex or structural patterns may be used to train an ML
model. Either case may require a considerable amount</p>
        <sec id="sec-3-8-1">
          <title>Afective task</title>
        </sec>
        <sec id="sec-3-8-2">
          <title>Node afective state</title>
        </sec>
        <sec id="sec-3-8-3">
          <title>Edge emotional potential</title>
        </sec>
        <sec id="sec-3-8-4">
          <title>Post emotional potential</title>
        </sec>
        <sec id="sec-3-8-5">
          <title>Node afective influence</title>
        </sec>
        <sec id="sec-3-8-6">
          <title>Afective communities</title>
        </sec>
        <sec id="sec-3-8-7">
          <title>Computational tasks</title>
        </sec>
        <sec id="sec-3-8-8">
          <title>Graph attention, node classification</title>
        </sec>
        <sec id="sec-3-8-9">
          <title>Node classification, message passing, graph attention</title>
        </sec>
        <sec id="sec-3-8-10">
          <title>Node classification, link prediction, graph convolution</title>
        </sec>
        <sec id="sec-3-8-11">
          <title>Message passing, link prediction, node classification</title>
        </sec>
        <sec id="sec-3-8-12">
          <title>Community discovery, node classification, link prediction</title>
          <p>of computational resources, depending on the algorithm. tive communities in case of a bridge, it also depends on
its functionality. As such, in addition to node
classification and graph attention analysis pertaining to message
4. Afective Social Media Analysis passing should be employed.</p>
          <p>Tracing the emotional efect of a post is more
challengAfective computing is a recent field which extends the ing since a number of interconnected instances of the
existing knowledge in social network analysis with emo- previous problem should be studied as a post propagates
tional attributes and their study. It has already bore fruits through a graph. Moreover, possible variations of or
in[5, 4] and its prospects look bright with the advent of tentional modification to the latter should be also taken
sophisticated DL techniques such as the GNN architec- into consideration as well as the overall information
contures described earlier but also like autoencoders, graph text of the adjacent edges and vertices. Consequently, the
adversarial networks (GANs), and CNNs. All these mod- entire route of a post should be analyzed in this case
usels operate on a plethora of afective attributes including ing graph convolutions and node classification, whereas
among others word length and polarity, number of sen- certain propagation patterns of important posts may be
tences, use of punctuation, mentions, and words having explained with link prediction techniques.
special meaning such as modifiers, negations, and of con- The afective influence of a node can be considered as a
siderable emotional weight. generalization of a potentially nonlinear combination of</p>
          <p>As stated above, afective social media analysis places determining the emotional state of a number of vertices
emphasis on the emotional state of social media accounts with evaluating the impact of the posts of the node under
through their posts as well as through the interactions be- consideration. This happens as influence is frequently
tween them. The methodologies most commonly found taken to be a function of the topological properties of its
in the scientific literature can be broadly divided into the high order neighborhood and of the emotional potential
following categories. Furthermore, in table 4 is shown of its post. In order to evaluate said afective influence,
how each of the afective applications presented in this node classification techniques, message passing, and link
section can take advantage of the potential ofered by the prediction are frequently employed.
learning tasks of GNNs. Finally, afective community discovery is perhaps the</p>
          <p>The determination of the afective state of a node or a most challenging of the tasks commonly encountered in
group of nodes is paramount as it allows, among others, afective social media analysis since it entails the
compufor locating potential starting points for various online tation of various higher order influence metrics.
Theredigital campaigns with political, commercial, or social fore, a considerable portion of or even the entire graph
topics. Moreover, it determines which sort or messages topology and, depending on the problem perhaps the
are appropriate for a given node given its afective state. associated functionality, must be factored in. However, a
To this end, a number of node classification techniques or, far more accurate insight into the total network
dynammore recently graph attention-based mechanisms, can be ics is obtained. Therefore, approximate analysis of an
applied. Given the phenomenon of homophily in social evolving network for a number of steps can take place
media stating that nodes with similar behavior eventu- before such a computation can be performed again.
ally tend to connect with each other, the neighborhood
of the vertex under consideration may as well provide
additional afective attributes. 5. Conclusions</p>
          <p>In a sense the dual problem of the above is finding out
the afective potential of an edge as the latter is primarily This conference paper focuses on a comprehensive
prea function of the afective state of its endpoints. How- sentation of a large number of graph neural network
ever, since links in a network may accommodate other architectures tailored for performing afective analysis
communication needs, for instance that of the respec- on social media. The latter abound with heterogeneous</p>
        </sec>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <article-title>human emotional information coming from sources so embedding and graph neural network, Information diverse as text, music, images, and even direct emo-</article-title>
          <source>Sciences</source>
          <volume>607</volume>
          (
          <year>2022</year>
          )
          <fpage>1617</fpage>
          -
          <lpage>1636</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <article-title>tional markings</article-title>
          . Therefore, there is more than suficient [9]
          <string-name>
            <given-names>F.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <surname>Y. Zhang,</surname>
          </string-name>
          <article-title>Neural enhanced dyspace in social networks to develop information process- namic message passing</article-title>
          , in: International Confering strategies aiming at deducing numerous afective at- ence
          <source>on Artificial Intelligence and Statistics</source>
          , PMLR, tributes
          <article-title>such as word and sentence emotional polarities 2022</article-title>
          , pp.
          <fpage>10471</fpage>
          -
          <lpage>10482</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <article-title>Such attributes are critical in applications such as politi-</article-title>
          [10]
          <string-name>
            <given-names>S.</given-names>
            <surname>Miao</surname>
          </string-name>
          , M. Liu,
          <string-name>
            <given-names>P.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>Interpretable and generalizcal or commercial digital campaigns or even in assisting able graph learning via stochastic attention mechaprofessionals in timely diagnosing mental illness</article-title>
          . nism, in: ICML, PMLR,
          <year>2022</year>
          , pp.
          <fpage>15524</fpage>
          -
          <lpage>15543</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <article-title>Regarding future research directions</article-title>
          , more afective [11]
          <string-name>
            <given-names>P.</given-names>
            <surname>Veličković</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Cucurull</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Casanova</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          <article-title>Romero, applications of GNNs can be explored</article-title>
          . Moreover, new P. Lio,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Bengio</surname>
          </string-name>
          , Graph attention networks,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <article-title>GNN architectures may be better suited for the tasks</article-title>
          arXiv:
          <volume>1710</volume>
          .
          <fpage>10903</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <article-title>presented here</article-title>
          . [12]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Long</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Fang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. K.</given-names>
            <surname>Kwoh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Luo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>Pre-training graph neural networks for link prediction in biomedical networks</article-title>
          ,
          <source>BioinAcknowledgments formatics 38</source>
          (
          <year>2022</year>
          )
          <fpage>2254</fpage>
          -
          <lpage>2262</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>K.</given-names>
            <surname>Han</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Guo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Tang</surname>
          </string-name>
          , E. Wu,
          <article-title>Vision This conference paper is part of Project 451, a long term GNN: An image is worth graph of nodes</article-title>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <article-title>research initiative with a primary objective of developing novel, scalable, numerically stable</article-title>
          ,
          <source>and interpretable [14] aTr.XNi.vK:2ip2f0,6M.0</source>
          .0W27e2ll.
          <article-title>ing, Semi-supervised classifihigher order analytics. cation with graph convolutional networks</article-title>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <source>arXiv:1609</source>
          .
          <fpage>02907</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>References</surname>
            [15]
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Gupta</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Matta</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Pant</surname>
          </string-name>
          ,
          <article-title>Graph neural network: Current state of art, challenges</article-title>
          and appli[1]
          <string-name>
            <given-names>S.</given-names>
            <surname>Rani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. K.</given-names>
            <surname>Bashir</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Alhudhaif</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Koundal</surname>
          </string-name>
          , E. S. cations,
          <source>Materials Today: Proceedings</source>
          <volume>46</volume>
          (
          <year>2021</year>
          )
          <article-title>Gunduz</article-title>
          , et al.,
          <article-title>An eficient CNN-LSTM model for 10927-10932</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          sentiment detection in #BlackLivesMatter, Expert [16]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zheng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Tang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Tang</surname>
          </string-name>
          ,
          <source>Systems with Applications</source>
          <volume>193</volume>
          (
          <year>2022</year>
          ). J.
          <string-name>
            <surname>Chen</surname>
          </string-name>
          , Y. Liu,
          <article-title>Cross-domain few-shot classifi</article-title>
          [2]
          <string-name>
            <given-names>W.</given-names>
            <surname>Luo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <article-title>A survey of transformer cation based on lightweight Res2Net and flexible and GNN for aspect-based sentiment analysis</article-title>
          ,
          <source>in: GNN, Knowledge-Based Systems</source>
          <volume>247</volume>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>CISAI</surname>
          </string-name>
          , IEEE,
          <year>2021</year>
          , pp.
          <fpage>353</fpage>
          -
          <lpage>357</lpage>
          . [17]
          <string-name>
            <given-names>G.</given-names>
            <surname>Drakopoulos</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Giannoukou</surname>
          </string-name>
          , P. Mylonas, [3]
          <string-name>
            <given-names>A.</given-names>
            <surname>Rodriguez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.-L.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Argueta</surname>
          </string-name>
          , FADOHS:
          <string-name>
            <given-names>S.</given-names>
            <surname>Sioutas</surname>
          </string-name>
          ,
          <article-title>A graph neural network for assessing Framework for detection and integration of unstruc- the afective coherence of Twitter graphs, in: IEEE tured data of hate speech on facebook using senti- Big Data</article-title>
          , IEEE,
          <year>2020</year>
          , pp.
          <fpage>3618</fpage>
          -
          <lpage>3627</lpage>
          . doi:
          <volume>10</volume>
          .
          <article-title>1109/ ment and emotion analysis</article-title>
          ,
          <source>IEEE Access 10</source>
          (
          <year>2022</year>
          )
          <article-title>BigData50022</article-title>
          .
          <year>2020</year>
          .
          <volume>9378492</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          22400-
          <fpage>22419</fpage>
          . [18]
          <string-name>
            <given-names>G.</given-names>
            <surname>Drakopoulos</surname>
          </string-name>
          , E. Kafeza,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mylonas</surname>
          </string-name>
          , S. Sioutas, [4]
          <string-name>
            <given-names>M.</given-names>
            <surname>Bossetta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Schmøkel</surname>
          </string-name>
          ,
          <article-title>Cross-platform emotions A graph neural network for fuzzy Twitter graphs, and audience engagement in social media politi</article-title>
          - in: G. Cong, M. Ramanath (Eds.),
          <article-title>CIKM companion cal campaigning: Comparing candidates' Facebook volume</article-title>
          , volume
          <volume>3052</volume>
          , CEUR-WS.org,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <article-title>and Instagram images in the 2020 US election</article-title>
          , Po- [19]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Zeng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Song</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Zhou</surname>
          </string-name>
          , Content litical Communication (
          <year>2022</year>
          )
          <fpage>1</fpage>
          -
          <lpage>21</lpage>
          .
          <article-title>matters: A GNN-based model combined with text [5</article-title>
          ]
          <string-name>
            <given-names>V.</given-names>
            <surname>Ahire</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Borse</surname>
          </string-name>
          ,
          <article-title>Emotion detection from social semantics for social network cascade prediction, in: media using machine learning techniques: A sur-</article-title>
          PAKDD, Springer,
          <year>2021</year>
          , pp.
          <fpage>728</fpage>
          -
          <lpage>740</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          vey,
          <source>in: Applied Information Processing Systems</source>
          , [20]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Guo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <source>A deep graph neural networkSpringer</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>83</fpage>
          -
          <lpage>92</lpage>
          .
          <article-title>based mechanism for social recommendations</article-title>
          , [6]
          <string-name>
            <given-names>S. E.</given-names>
            <surname>McComb</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. S.</given-names>
            <surname>Mills</surname>
          </string-name>
          ,
          <article-title>Young women's body IEEE Transactions on Industrial Informatics 17 image following upwards comparison to Instagram (</article-title>
          <year>2020</year>
          )
          <fpage>2776</fpage>
          -
          <lpage>2783</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <article-title>models: The role of physical appearance perfection-</article-title>
          [21]
          <string-name>
            <given-names>R.</given-names>
            <surname>Ying</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Eksombatchai</surname>
          </string-name>
          , W. L.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <article-title>ism and cognitive emotion regulation, Body Image Hamilton</article-title>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Leskovec</surname>
          </string-name>
          ,
          <source>Graph convolutional neural 38</source>
          (
          <year>2021</year>
          )
          <fpage>49</fpage>
          -
          <lpage>62</lpage>
          .
          <article-title>networks for Web-scale recommender systems</article-title>
          , in: [7]
          <string-name>
            <given-names>B.</given-names>
            <surname>Sanchez-Lengeling</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Reif</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Pearce</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. B. KDD</surname>
          </string-name>
          , ACM,
          <year>2018</year>
          , pp.
          <fpage>974</fpage>
          -
          <lpage>983</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <surname>Wiltschko</surname>
            , A gentle introduction to graph neural [22]
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Drakopoulos</surname>
            ,
            <given-names>I. Giannoukou</given-names>
          </string-name>
          , P. Mylonas, networks,
          <source>Distill</source>
          <volume>6</volume>
          (
          <year>2021</year>
          )
          <article-title>e33</article-title>
          . S. Sioutas,
          <article-title>On tensor distances for self organiz</article-title>
          [8]
          <string-name>
            <given-names>S.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mallik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Khetarpal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Panda</surname>
          </string-name>
          , Influ- ing maps:
          <article-title>Clustering cognitive tasks, in: DEXA, ence maximization in social networks using</article-title>
          graph volume
          <volume>12392</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2020</year>
          , pp.
          <fpage>195</fpage>
          -
          <lpage>210</lpage>
          . doi:
          <volume>10</volume>
          .1007/ Transform-based
          <source>graph topology similarity met978-3-030-59051-2\_13. rics, NCAA</source>
          <volume>33</volume>
          (
          <year>2021</year>
          )
          <fpage>16363</fpage>
          -
          <lpage>16375</lpage>
          . doi:
          <volume>10</volume>
          .1007/ [23]
          <string-name>
            <given-names>W.</given-names>
            <surname>Xia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <source>Deepis: Susceptibility s00521-021-06235-9.</source>
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <article-title>estimation on social networks</article-title>
          ,
          <source>in: WSDM</source>
          ,
          <year>2021</year>
          , [36]
          <string-name>
            <given-names>A.</given-names>
            <surname>Khamparia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Gupta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. G.</given-names>
            <surname>Nguyen</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . Khanna, pp.
          <fpage>761</fpage>
          -
          <lpage>769</lpage>
          . B.
          <string-name>
            <surname>Pandey</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Tiwari</surname>
            , Sound classification using con[24]
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Benamira</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Devillers</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Lesot</surname>
            ,
            <given-names>A. K.</given-names>
          </string-name>
          <string-name>
            <surname>Ray</surname>
          </string-name>
          ,
          <article-title>volutional neural network and tensor deep stacking M. Saadi</article-title>
          ,
          <string-name>
            <given-names>F. D.</given-names>
            <surname>Malliaros</surname>
          </string-name>
          ,
          <article-title>Semi-supervised learning network</article-title>
          ,
          <source>IEEE Access 7</source>
          (
          <year>2019</year>
          )
          <fpage>7717</fpage>
          -
          <lpage>7727</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <article-title>and graph neural networks for fake news detection</article-title>
          , [37]
          <string-name>
            <given-names>L.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <article-title>Spatial-temporal in: ASONAM</article-title>
          ,
          <string-name>
            <surname>EEE</surname>
          </string-name>
          ,
          <year>2019</year>
          , pp.
          <fpage>568</fpage>
          -
          <lpage>569</lpage>
          .
          <article-title>deep tensor neural networks for large-scale ur</article-title>
          [25]
          <string-name>
            <given-names>S.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Ma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Dong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Riskhan</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          <article-title>Xiang, ban network speed prediction</article-title>
          , IEEE Transactions C.
          <article-title>Bing, Rumor detection on social media using on Intelligent Transportation Systems 21 (</article-title>
          <year>2019</year>
          )
          <article-title>hierarchically aggregated feature via graph neural 3718-3729</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <surname>networks</surname>
          </string-name>
          ,
          <source>Applied Intelligence</source>
          (
          <year>2022</year>
          )
          <fpage>1</fpage>
          -
          <lpage>14</lpage>
          . [38]
          <string-name>
            <given-names>G.</given-names>
            <surname>Drakopoulos</surname>
          </string-name>
          , I. Giannoukou,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sioutas</surname>
          </string-name>
          , P. My[26]
          <string-name>
            <given-names>J.</given-names>
            <surname>Zhou</surname>
          </string-name>
          , G. Cui,
          <string-name>
            <given-names>S.</given-names>
            <surname>Hu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <surname>Z.</surname>
          </string-name>
          <article-title>Liu, lonas, Self organizing maps for cultural conL</article-title>
          .
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Sun</surname>
          </string-name>
          ,
          <article-title>Graph neural networks: tent delivery</article-title>
          ,
          <source>NCAA</source>
          (
          <year>2022</year>
          ). doi:
          <volume>10</volume>
          .1007/
          <article-title>A review of methods and applications</article-title>
          ,
          <source>AI</source>
          Open
          <volume>1</volume>
          <fpage>s00521</fpage>
          -
          <lpage>022</lpage>
          -07376-1.
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          (
          <year>2020</year>
          )
          <fpage>57</fpage>
          -
          <lpage>81</lpage>
          . [39]
          <string-name>
            <given-names>H.</given-names>
            <surname>Song</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Park</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Shin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.-G.</given-names>
            <surname>Lee</surname>
          </string-name>
          , Learn[27]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Pan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Long</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , S. Y.
          <article-title>ing from noisy labels with deep neural networks: Philip, A comprehensive survey on graph neural A survey, IEEE Transactions on Neural Networks networks</article-title>
          ,
          <source>IEEE Transactions on neural networks and Learning Systems</source>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          <source>and learning systems 32</source>
          (
          <year>2020</year>
          )
          <fpage>4</fpage>
          -
          <lpage>24</lpage>
          . [40]
          <string-name>
            <given-names>H.</given-names>
            <surname>Yuan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gui</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ji</surname>
          </string-name>
          , Explainability in graph [28]
          <string-name>
            <given-names>R.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zheng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <surname>Z.</surname>
          </string-name>
          <article-title>Wu, neural networks: A taxonomic survey</article-title>
          , IEEE TransL.
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Song</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Zhu</surname>
          </string-name>
          , et al.,
          <article-title>A framework actions on Pattern Analysis and Machine Intellifor the general design and computation of hybrid gence (</article-title>
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          <article-title>neural networks</article-title>
          ,
          <source>Nature communications 13</source>
          (
          <year>2022</year>
          ) [41]
          <string-name>
            <given-names>L.</given-names>
            <surname>Torres</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Suárez-Serrato</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Eliassi-Rad</surname>
          </string-name>
          ,
          <fpage>Non1</fpage>
          -
          <lpage>12</lpage>
          . backtracking cycles:
          <article-title>Length spectrum theory</article-title>
          and [29]
          <string-name>
            <surname>K. T. Schütt</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Gastegger</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Tkatchenko</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          -R. graph mining applications, Applied Network SciMüller, R. J.
          <string-name>
            <surname>Maurer</surname>
          </string-name>
          ,
          <source>Unifying machine learning and ence 4</source>
          (
          <year>2019</year>
          )
          <fpage>1</fpage>
          -
          <lpage>35</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          <article-title>quantum chemistry with a deep neural network for</article-title>
          [42]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Guo</surname>
          </string-name>
          ,
          <article-title>Graph miningmolecular wavefunctions, Nature communications based trust evaluation mechanism with multidimen10 (</article-title>
          <year>2019</year>
          )
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          .
          <article-title>sional features for large-scale heterogeneous threat</article-title>
          [30]
          <string-name>
            <given-names>X.</given-names>
            <surname>Jiang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Qiao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Shen</surname>
          </string-name>
          , Estimating func- intelligence, in: IEEE International Conference
          <article-title>on tional connectivity networks via low-rank tensor Big Data</article-title>
          , IEEE,
          <year>2018</year>
          , pp.
          <fpage>1272</fpage>
          -
          <lpage>1277</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          <article-title>approximation with applications to MCI identifica-</article-title>
          [43]
          <string-name>
            <given-names>M.</given-names>
            <surname>Koohi Esfahani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Kilpatrick</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Vandierention</surname>
          </string-name>
          ,
          <string-name>
            <surname>IEEE</surname>
          </string-name>
          <article-title>Transactions on Biomedical Engineering donck</article-title>
          ,
          <source>LOTUS: Locality optimizing triangle count67</source>
          (
          <year>2019</year>
          )
          <fpage>1912</fpage>
          -
          <lpage>1920</lpage>
          . ing,
          <source>in: Proceedings of the 27th ACM SIGPLAN</source>
          [31]
          <string-name>
            <given-names>R.</given-names>
            <surname>Agarwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Melnick</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Frosst</surname>
          </string-name>
          ,
          <string-name>
            <surname>X. Zhang,</surname>
          </string-name>
          <article-title>Symposium on Principles and Practice of Parallel B</article-title>
          .
          <string-name>
            <surname>Lengerich</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Caruana</surname>
            ,
            <given-names>G. E.</given-names>
          </string-name>
          <string-name>
            <surname>Hinton</surname>
          </string-name>
          ,
          <source>Neural Programming</source>
          ,
          <year>2022</year>
          , pp.
          <fpage>219</fpage>
          -
          <lpage>233</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          <source>additive models: Interpretable machine learning</source>
          [44]
          <string-name>
            <given-names>M.</given-names>
            <surname>Yoon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Gervet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Hooi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Faloutsos</surname>
          </string-name>
          , Auwith neural nets,
          <source>Advances in Neural Information tonomous graph mining algorithm search with best Processing Systems</source>
          <volume>34</volume>
          (
          <year>2021</year>
          )
          <fpage>4699</fpage>
          -
          <lpage>4711</lpage>
          .
          <article-title>performance trade-of, Knowledge</article-title>
          and Information [32]
          <string-name>
            <given-names>L. V.</given-names>
            <surname>Jospin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Laga</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Boussaid</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Buntine</surname>
          </string-name>
          ,
          <string-name>
            <surname>Systems</surname>
          </string-name>
          (
          <year>2022</year>
          )
          <fpage>1</fpage>
          -
          <lpage>32</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          <string-name>
            <given-names>M.</given-names>
            <surname>Bennamoun</surname>
          </string-name>
          , Hands-on Bayesian neural net- [45]
          <string-name>
            <given-names>G.</given-names>
            <surname>Drakopoulos</surname>
          </string-name>
          , E. Kafeza,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mylonas</surname>
          </string-name>
          , S. Sioutas, works
          <article-title>- A tutorial for deep learning users</article-title>
          ,
          <source>IEEE Approximate high dimensional graph mining with Computational Intelligence Magazine</source>
          <volume>17</volume>
          (
          <year>2022</year>
          )
          <article-title>matrix polar factorization: A Twitter application</article-title>
          ,
          <fpage>29</fpage>
          -
          <lpage>48</lpage>
          . in: IEEE Big Data, IEEE,
          <year>2021</year>
          , pp.
          <fpage>4441</fpage>
          -
          <lpage>4449</lpage>
          . doi:10.
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>J.</given-names>
            <surname>Guo</surname>
          </string-name>
          , K. Han,
          <string-name>
            <surname>H</surname>
          </string-name>
          . Wu,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Tang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <volume>1109</volume>
          /BigData52589.
          <year>2021</year>
          .
          <volume>9671926</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          <string-name>
            <given-names>C.</given-names>
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <surname>CMT</surname>
          </string-name>
          : Convolutional neural networks meet [46]
          <string-name>
            <given-names>K.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Zuo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Thorpe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. Q.</given-names>
            <surname>Nguyen</surname>
          </string-name>
          ,
          <string-name>
            <surname>G. H.</surname>
          </string-name>
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          <article-title>vision transformers</article-title>
          , in: CVPR, IEEE/CVF,
          <year>2022</year>
          , pp.
          <source>Xu</source>
          ,
          <article-title>RStream: Marrying relational algebra with 12175-12185. streaming for eficient graph mining on a single [</article-title>
          34]
          <string-name>
            <given-names>L. G.</given-names>
            <surname>Wright</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Onodera</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. M. Stein</surname>
          </string-name>
          , T. Wang, machine, in: OSDI,
          <year>2018</year>
          , pp.
          <fpage>763</fpage>
          -
          <lpage>782</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          <string-name>
            <surname>D. T. Schachter</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>P. L.</given-names>
          </string-name>
          <string-name>
            <surname>McMahon</surname>
          </string-name>
          ,
          <string-name>
            <surname>Deep</surname>
            physi- [47]
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Drakopoulos</surname>
          </string-name>
          , E. Kafeza,
          <article-title>One dimensional crosscal neural networks trained with backpropagation, correlation methods for deterministic and stochasNature 601 (</article-title>
          <year>2022</year>
          )
          <fpage>549</fpage>
          -
          <lpage>555</lpage>
          .
          <article-title>tic graph signals with a Twitter application</article-title>
          in Ju[35]
          <string-name>
            <given-names>G.</given-names>
            <surname>Drakopoulos</surname>
          </string-name>
          , E. Kafeza,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mylonas</surname>
          </string-name>
          , L. Iliadis, lia, in: SEEDA-CECNSM, IEEE,
          <year>2020</year>
          . doi:
          <volume>10</volume>
          .1109/ SEEDA-CECNSM49515.
          <year>2020</year>
          .
          <volume>9221815</volume>
          .
          <string-name>
            <surname>China</surname>
          </string-name>
          ,
          <source>Computers in Human Behavior</source>
          <volume>127</volume>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [48]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Villar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Bruna</surname>
          </string-name>
          , On the equiva- [62]
          <string-name>
            <given-names>G.</given-names>
            <surname>Drakopoulos</surname>
          </string-name>
          , E. Kafeza, P. Mylonas,
          <article-title>lence between graph isomorphism testing</article-title>
          and func- H. Al Katheeri,
          <article-title>Building trusted startup teams from tion approximation with GNNs, Advances in neural LinkedIn attributes: A higher order probabilistic information processing systems 32 (</article-title>
          <year>2019</year>
          ).
          <article-title>analysis</article-title>
          , in: ICTAI, IEEE,
          <year>2020</year>
          , pp.
          <fpage>867</fpage>
          -
          <lpage>874</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [49]
          <string-name>
            <given-names>W.</given-names>
            <surname>Jin</surname>
          </string-name>
          ,
          <article-title>Graph mining with graph neural networks</article-title>
          ,
          <source>doi:10.1109/ICTAI50040</source>
          .
          <year>2020</year>
          .
          <volume>00136</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          <source>in: Proceedings of the 14th ACM International</source>
          Con- [63]
          <string-name>
            <given-names>D. P.</given-names>
            <surname>Cingel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. C.</given-names>
            <surname>Carter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.-V.</given-names>
            <surname>Krause</surname>
          </string-name>
          ,
          <source>Social media ference on Web Search and Data Mining</source>
          ,
          <year>2021</year>
          , pp. and
          <article-title>self-esteem</article-title>
          ,
          <source>Current Opinion in Psychology 1119-1120</source>
          . (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          [50]
          <string-name>
            <given-names>Q.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Song</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Yang</surname>
          </string-name>
          , H. Ma, R. Shibasaki, [64]
          <string-name>
            <given-names>S. P.</given-names>
            <surname>Eslami</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ghasemaghaei</surname>
          </string-name>
          , K. Hassanein,
          <article-title>UnVisual graph mining for graph matching, Computer derstanding consumer engagement in social media: Vision and Image Understanding 178 (</article-title>
          <year>2019</year>
          )
          <fpage>16</fpage>
          -
          <lpage>29</lpage>
          .
          <article-title>The role of product lifecycle</article-title>
          , Decision Support [51]
          <string-name>
            <given-names>F.</given-names>
            <surname>Ebrahimi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Asemi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Nezarat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ko</surname>
          </string-name>
          ,
          <source>Develop- Systems</source>
          <volume>162</volume>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          <article-title>ing a mathematical model of the co-author recom-</article-title>
          [65]
          <string-name>
            <given-names>D.</given-names>
            <surname>Valle-Cruz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Fernandez-Cortez</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          <article-title>López-Chau, mender system using graph mining techniques</article-title>
          and R. Sandoval-Almazán,
          <article-title>Does Twitter afect stock big data applications</article-title>
          ,
          <source>Journal of Big Data</source>
          <volume>8</volume>
          (
          <year>2021</year>
          )
          <article-title>market decisions? Financial sentiment analysis dur1-15. ing pandemics: A comparative study of the H1N1</article-title>
          [52]
          <string-name>
            <given-names>R. S.</given-names>
            <surname>Olayan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Ashoor</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V. B.</given-names>
            <surname>Bajic</surname>
          </string-name>
          ,
          <article-title>DDR: Eficient and the COVID-19 periods, Cognitive computation computational method to predict drug-target inter</article-title>
          -
          <volume>14</volume>
          (
          <year>2022</year>
          )
          <fpage>372</fpage>
          -
          <lpage>387</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          <article-title>actions using graph mining and machine learning</article-title>
          [66]
          <string-name>
            <given-names>J. R.</given-names>
            <surname>Saura</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Palacios-Marqués</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.</surname>
          </string-name>
          <article-title>Ribeiro-Soriano, approaches</article-title>
          ,
          <source>Bioinformatics</source>
          <volume>34</volume>
          (
          <year>2018</year>
          )
          <fpage>1164</fpage>
          -
          <lpage>1173</lpage>
          . Exploring the boundaries of open innovation: Ev[53]
          <string-name>
            <given-names>G.</given-names>
            <surname>Drakopoulos</surname>
          </string-name>
          , E. Kafeza, H. Al Katheeri,
          <article-title>Proof idence from social media mining, Technovation systems in blockchains: A survey</article-title>
          , in: SEEDA- (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          <string-name>
            <surname>CECNSM</surname>
          </string-name>
          , IEEE,
          <year>2019</year>
          . doi:
          <volume>10</volume>
          .1109/SEEDA-CECNSM. [67]
          <string-name>
            <given-names>M.</given-names>
            <surname>Marountas</surname>
          </string-name>
          , G. Drakopoulos,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mylonas</surname>
          </string-name>
          ,
          <year>2019</year>
          .8908397. S. Sioutas, Recommending database archi[54]
          <string-name>
            <given-names>C.</given-names>
            <surname>Fan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Song</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Xiao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Xue</surname>
          </string-name>
          ,
          <article-title>Discovering com- tectures for social queries: A Twitter case plex knowledge in massive building operational study</article-title>
          ,
          <source>in: AIAI</source>
          , Springer,
          <year>2021</year>
          . doi:
          <volume>10</volume>
          .
          <article-title>1007/ data using graph mining for building energy man</article-title>
          -
          <volume>978</volume>
          -3-
          <fpage>030</fpage>
          -79150-6\_
          <fpage>56</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          <string-name>
            <surname>agement</surname>
          </string-name>
          ,
          <source>Energy Procedia</source>
          <volume>158</volume>
          (
          <year>2019</year>
          )
          <fpage>2481</fpage>
          -
          <lpage>2487</lpage>
          . [68]
          <string-name>
            <given-names>A.</given-names>
            <surname>Kapoor</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Guhathakurta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mathur</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Yadav</surname>
          </string-name>
          , [55]
          <string-name>
            <given-names>J.</given-names>
            <surname>Kang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Maciejewski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Tong</surname>
          </string-name>
          ,
          <string-name>
            <surname>Inform: M. Gupta</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Kumaraguru</surname>
          </string-name>
          , Tweetboost:
          <article-title>Influence Individual fairness on graph mining</article-title>
          ,
          <source>in: KDD</source>
          ,
          <year>2020</year>
          ,
          <article-title>of social media on NFT valuation</article-title>
          , in: Companpp.
          <fpage>379</fpage>
          -
          <lpage>389</lpage>
          .
          <source>ion Proceedings of the Web Conference</source>
          ,
          <year>2022</year>
          , pp.
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          [56]
          <string-name>
            <given-names>W.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ma</surname>
          </string-name>
          , D. Pan,
          <string-name>
            <given-names>P.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <source>Facgraph: Frequent</source>
          <volume>621</volume>
          -629.
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          <article-title>anomaly correlation graph mining for root cause</article-title>
          [69]
          <string-name>
            <given-names>B.</given-names>
            <surname>Nyagadza</surname>
          </string-name>
          ,
          <article-title>Search engine marketing and social diagnose in micro-service architecture, in: IPCCC, media marketing predictive trends</article-title>
          ,
          <source>Journal of DigiIEEE</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          . tal Media &amp;
          <string-name>
            <surname>Policy</surname>
          </string-name>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          [57]
          <string-name>
            <given-names>S.</given-names>
            <surname>Tabassum</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. S.</given-names>
            <surname>Pereira</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Fernandes</surname>
          </string-name>
          , J. Gama, [70]
          <string-name>
            <given-names>D.</given-names>
            <surname>Naik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Ramesh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. H.</given-names>
            <surname>Gandomi</surname>
          </string-name>
          ,
          <string-name>
            <surname>N. B.</surname>
          </string-name>
          <article-title>GoroSocial network analysis: An overview, Wiley Inter- janam, Parallel and distributed paradigms for comdisciplinary Reviews: Data Mining and Knowledge munity detection in social networks: A methodDiscovery 8 (</article-title>
          <year>2018</year>
          ). ological review,
          <source>Expert Systems with Applications</source>
          [58]
          <string-name>
            <given-names>F.</given-names>
            <surname>Baumann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Lorenz-Spreen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I. M.</given-names>
            <surname>Sokolov</surname>
          </string-name>
          ,
          <volume>187</volume>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          <string-name>
            <given-names>M.</given-names>
            <surname>Starnini</surname>
          </string-name>
          ,
          <article-title>Modeling echo chambers</article-title>
          and polariza- [71]
          <string-name>
            <given-names>X.</given-names>
            <surname>Kong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Shi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Xia</surname>
          </string-name>
          ,
          <article-title>Academic tion dynamics in social networks, Physical Review social networks: Modeling, analysis</article-title>
          ,
          <source>mining and Letters</source>
          <volume>124</volume>
          (
          <year>2020</year>
          ). applications,
          <source>Journal of Network and Computer</source>
          [59]
          <string-name>
            <given-names>R.</given-names>
            <surname>Urena</surname>
          </string-name>
          , G. Kou,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Dong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Chiclana</surname>
          </string-name>
          , E. Herrera- Applications
          <volume>132</volume>
          (
          <year>2019</year>
          )
          <fpage>86</fpage>
          -
          <lpage>103</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          <string-name>
            <surname>Viedma</surname>
          </string-name>
          ,
          <article-title>A review on trust propagation</article-title>
          and opin- [72]
          <string-name>
            <surname>M. B. Dahesh</surname>
            , G. Tabarsa,
            <given-names>M.</given-names>
          </string-name>
          <article-title>Zandieh, ion dynamics in social networks and group deci- M. Hamidizadeh, Reviewing the intellectual sion making frameworks, Information Sciences 478 structure and evolution of the innovation systems (</article-title>
          <year>2019</year>
          )
          <fpage>461</fpage>
          -
          <lpage>475</lpage>
          .
          <article-title>approach: A social network analysis</article-title>
          ,
          <source>Technology</source>
          [60]
          <string-name>
            <given-names>D.</given-names>
            <surname>Ye</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Pennisi</surname>
          </string-name>
          , Analysing interactions in on- in
          <source>Society 63</source>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref46">
        <mixed-citation>
          <article-title>line discussions through social network analysis</article-title>
          , [73]
          <string-name>
            <given-names>T.</given-names>
            <surname>Basar</surname>
          </string-name>
          ,
          <article-title>Variations on the theme of the witsenJournal of Computer Assisted Learning 38 (</article-title>
          <year>2022</year>
          )
          <article-title>hausen counterexample</article-title>
          ,
          <source>in: Conference on Deci784-796. sion and Control</source>
          , IEEE,
          <year>2008</year>
          , pp.
          <fpage>1614</fpage>
          -
          <lpage>1619</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref47">
        <mixed-citation>
          [61]
          <string-name>
            <given-names>M.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , P. Xu,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Ye</surname>
          </string-name>
          ,
          <article-title>Trust in social media brands and perceived media values: A survey study in</article-title>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>