<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Detecting Events in Evolving Social Networks through Node Centrality Analysis</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Fabiola S. F. Pereira</string-name>
          <email>fabiola.pereira@ufu.br</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sandra de Amo</string-name>
          <email>deamo@ufu.br</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>João Gama</string-name>
          <email>jgama@fep.up.pt</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Federal University of Uberlândia</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Porto, LIAAD INESC TEC</institution>
          ,
          <addr-line>Porto</addr-line>
          ,
          <country country="PT">Portugal</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Social networks have an evolving characteristic because of continuous interaction between users. Existing event detection tasks do not consider the analysis under a user-centric perspective. In this paper we propose to detect node centrality events, that is the task of finding events based on the position and roles of the nodes. We present a naive algorithm for detecting such events in network streams. Moreover, we apply our proposal in a case study, showing how node centrality events can be used for tracking user preferences changes.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        Social networks streams are dynamic networks that have a fast rate of edge
arrival [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. The analysis of such networks is especially challenging, because it
needs to be performed with an online approach, under the one-pass constraint
of data streams.
      </p>
      <p>
        When considering the evolving characteristic of such networks, changes as
the impact on communities or the impact on network structural parameters
such as node degrees, needs to be analyzed. These changes are stated as event
detection problems. Detecting events in evolving networks can be investigated
under different perspectives: anomaly detection [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], burst detection [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], concept
drift [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] or topic evolving in social streams [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>Generally, these perspectives are related with the whole graph structure
evolving behavior, as in anomaly and burst detection or related with the evolving
nature of the content being discussed in the network (concept drift and topic
evolving analysis). In this paper we focus on the analysis of nodes positions
evolution – a user-centric perspective. At a high level, our goal is to identify the
behavior of nodes evolution in the network. For so, we define node centrality
event detection: the task of finding events based on the position of the nodes.</p>
      <p>
        Our proposal is to maintain nodes centrality values summarizing topological
information as real numbers, which allows us to leverage the changes in nodes
roles. We perform analytical evolution analysis, always considering data streams
constraints [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
      </p>
      <p>
        In order to illustrate how our problem can be applied in evolving social
networks, we meet node centrality event detection with dynamics of user
preferences. Preferences dynamics refer to the way a user evolves his or her preferences
over time [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. Looking for node centrality events in a Twitter interaction
network, we were able to detect changes in the user preferences, thus just considering
the topology of network.
      </p>
      <p>Summarizing, this work makes the following contributions: (i) proposal of a
technique for detecting events in network streams; (ii) empirical observations of
the proposed technique over a Twitter dataset and (iii) a case study
describing how the proposed technique can be applied for tracking user preferences
dynamics in social networks.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>We highlight some related work in the directions of graph stream processing and
event detection in networks. Our proposal is innovative when considering event
detection from a node-centric perspective in a stream processing environment.</p>
      <p>
        Processing graphs as streams is an incoming problem. The work [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] is one
of the most complete work when considering data mining in evolving graph
streams. The focus, however, is on mining closed graphs, not on event detection.
In [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] a framework for processing graphs as streams is proposed for the link
prediction task. This framework considers the cumulative grown of the graph,
not addressing the space saving feature [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
      </p>
      <p>
        The most studied events in evolving networks are anomalies and bursts [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
Anomaly detection refers to the discovery of rare occurrences in datasets. The
most representative work in anomaly detection for dynamic graphs is [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. It
addresses the problem considering a time sequence of graphs (graph sequences).
The focus is on faults occurring in the application layer of Web-based systems.
First, they extract activity vectors from the principal eigenvector of dependency
matrix. Next, via singular value decomposition, it is possible to find a typical
activity pattern (in t 1) and the current activity vector (t). In the end, the
angular variable between the vectors defines the anomaly metric. The network
processing is through snapshots, not in a streaming fashion. Moreover, this Eigen
Behavior based Event Detection (EBED) method is orthogonal to ours as it
detects events in a global perspective of the network, while ours is node-centric.
      </p>
      <p>
        Burst events are generally related to topic evolving detection and tracking [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
These works are looking for events like hot buzz words, what are users’ sentiments
about a product release or how is a specific topic evolving. In [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] the goal is to
track interest profiles in real time by detecting bursts in Twitter’s social media
stream in real time using linear regression. These approaches are orthogonal to
ours because are focused on the content of the network (texts, topics) not in the
topology evolution analysis. The work [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] incorporates network structure in event
discovery over purely content-based methods. Each text message is associated
with at least a pair of actors in the social network. The events detected are also
related with topics evolving. Finally, in [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] the authors consider the problem
of mining activity networks to identify interesting events, such as a big concert
in a city, or a trending keyword in a user community in a social network. The
algorithms are founded in geo-spatial event detection information. Any stream
processing strategy is addressed.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Detecting Events in Network Streams</title>
      <p>
        The problem of detecting events in evolving networks can be investigate under
different forms: anomaly detection [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], burst detection [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], concept drift [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. Our
focus is on event detection from nodes centralities. We formalize the problem as
the task of detecting changes in nodes centralities values over time, according
to some centrality function. As example of centrality function we can cite:
betweenness, closeness, degree, eigenvector etc. The foundation of our method is
the technique of change point detection [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].
      </p>
      <p>Definition 1 (Network Stream). A network stream is a continuous and
temporal sequence of edges S = e1; :::; en; :::, such that each edge ei = (u; v; t)
corresponds to an interaction from node u to node v on time t. We define V the set
of all nodes that arrived in the stream since the beginning of the observation. Et
is the set of edges that arrived on t.</p>
      <p>Definition 2 (Node Event). Let us define a node centrality function ct : V !
R that assigns a nonnegative value ct(s) for each node s 2 V on time t. This
centrality function is computed considering the network G = (V; Et) and can be
calculated according to any node centrality metric (betweenness, degree,
closeness, PageRank, ...). A node event Es;c;t is defined as</p>
      <p>Es;c;t =
(1; jct 1(s)
0; otherwise
ct(s)j&gt;
(1)
where
– s 2 V ,
– t is the time of the analysis,
– 2 R is a threshold value,
– c is the centrality function and
– ct = jW1 j Pit=t jW j+1 ci(s), for W being the sliding window (ct is the average
of all centrality values of s inside W ).</p>
      <p>The intuition of above definitions is: we detect an event for node s at certain
time t if the centrality value of s had a high variation in relation to its past
centrality values. In Algorithm 1 we present a sketch of the node centrality
event detection task. We adopt the sliding window stream processing strategy.</p>
      <p>
        The most important task is to compute the centrality function ct(s) (line 8).
This specific function is not computed in streaming fashion, as we consider just
the edges of the current instant t. So, classic batch algorithms can be applied in
this task [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. In fact, the computation of node centrality in streaming
environment is an open challenge for many centrality functions [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. The computational
cost and scalability of this algorithm is proportional to the window size and the
time t granularity.
      </p>
      <p>Though naive, this event detection approach is able to report changes in
the network without complex text analysis, just observing the topology and
nodes position. As we will show in the following, detecting such events provide
meaningful evidences of network evolution. However, we are not able to gain
insight about what kind of event we are detecting (drift, burst, anomaly).</p>
    </sec>
    <sec id="sec-4">
      <title>The Evolving Social Network</title>
      <sec id="sec-4-1">
        <title>Dataset</title>
        <p>Folha de São Paulo (or Folha, for short) is one of the most influential newspapers
in Brazil. Taking advantage of the fact that Twitter is widespread in the country,
we performed our analysis over the news domain in Twitter social network. We
collected a large body of tweets from Folha over the course of 3 weeks, starting
in June 24, 2016. Our data collection strategy was as follows.</p>
        <p>First, we used Twitter’s streaming API to collect all tweets related to the
newspaper (user @folha). Thus, our dataset consist of tweets about the news
tweeted by Folha newspaper, the retweets and all inherent information
mentioning these news. Next, we built the following interaction network: nodes are
Twitter users. One edge from user u1 to u2 means that u2 retweed on t some
text originally posted by u1, i.e. edges represent the information flow. The edges
are temporal and just exist in the moment of the interaction (time t), then they
disappear. Fig. 1 illustrates the evolving aspect of our network. The topics
represented by colored edges were obtained using LDA. In Section 6 we detail this
process.</p>
        <p>In all, we collected 200806 tweets, 78944 nodes (users) and 108133 distinct
edges considering the 3 weeks of observation period. An important characteristic
of our network is that it has a low average path length. This is consequence of the
fact that in Twitter a retweet always comes from the original post, not mattering
from where the user read that post – from the user who originally posted it or
from an intermediate user who already retweeted it. On average, the path length
is 1.033.</p>
        <p>Politics</p>
        <p>International</p>
        <p>Corruption</p>
        <p>Sports
13 Jul
15 Jul
17 Jul
Fig. 1. Snapshots of samples of the evolving interaction network. Nodes are Twitter
users. One tie from user u1 to u2 means that u2 retweed at t some text originally posted
by u1. The colors represent topics that users are talking about at t. The samples were
built by filtering nodes with degree between 50-22000 and edges representing the 4
most popular topics. Each snapshot corresponds to 1 day time-interval. This figure
highlights the edges evolving aspect. Nodes are not evolving for better visualization.
4.2</p>
      </sec>
      <sec id="sec-4-2">
        <title>Network Semantics</title>
        <p>
          We analyzed the evolving behavior of each node in the network considering the
closeness centrality measure [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ]. Closeness is related to the visibility of a node
in the network. It is the capacity of a node the reach the others in a fast way.
Thus, a high closeness value means a good information spreading capacity.
        </p>
        <p>In our context, we identify three types of user: consumers, producers and
consumers &amp;producers. Consumers are the users who most often just retweet, not
publishing any new content. Generally, they have low closeness values. Producers
are always publishing popular tweets and have a medium closeness value. Finally,
the consumers &amp;producers have a high activity in the network, tweeting and
retweeting all the time. These users have the highest closeness values.</p>
        <p>As example, let us consider the scenario illustrated in Fig. 2. Events can occur
with any type of user, meaning that their usual role changed at that moment.
User 3 has a typical consumer behavior until time t6. Just retweeting or even
with no activity in the network. From time t7 user 3 presents a different behavior,
which can be a persistent change or an ephemeral behavior. Thus, an event occur
around t7 and t8. User 1 is clearly a producer from t1 to t3. And users 2 and 4
are consumers &amp;producers during the whole observation period.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Empirical Analysis: Detecting Events with Closeness</title>
    </sec>
    <sec id="sec-6">
      <title>Centrality</title>
      <p>We analyzed the evolving behavior of each node in the network considering
closeness centrality measure. In Fig. 3 we show the centrality evolving
behavior for three different users, one of each type (consumer, producer and
consumer &amp;producer ). It is possible to distinguish that, generally, the types of users
are related with their closeness centrality.
5.1</p>
      <sec id="sec-6-1">
        <title>Influence of Parameters Setting</title>
        <p>The balance between window size jW j and threshold determines what we call
of nature of the event that we are detecting.</p>
        <p>adjusts the intensity of the events, varying from smooth to drastic events.
In Fig. 4 we present an analysis for user u4, with assuming 0:1; 0:2 and 0:5 and
jW j= 4. We chose u4 due to its high activity level in the network and jW j= 4
as an intermediate value according to our observation period.</p>
        <p>As expected, when considering smooth variations more events were detected.
Drastic events indicate that the user changed drastically his role in the
network. Around day 15 the events indicate that u4 leaves a central position as a
consumer &amp;producer to assume a consumer role.</p>
        <p>Now, analyzing the impact of the window size jW j, in Fig. 5 there are the
events detected for jW j assuming 2, 4 and 10, = 0:2 and user u4. Varying
jW j means that we are considering the recent past for low values (short-term
events) or a big historic for high values (long-term events). As our dataset is
relatively short, in these experiments the window size variation did not result
in interesting findings. Short-term events are not interesting in our context due
the high variation of centrality values in the network. Considering a mid-term
period (jW j= 4) reflected better the evolving user role.</p>
        <p>u1 (consumer)
u2 (producer)</p>
        <p>u3 (consumer&amp;producer)
0
5
15</p>
        <p>20
10</p>
        <p>Day
0:8
0:6
0:4
0:2
0
From the previous analysis, we consider = 0:2 and jW j= 4 as the default
values. Thus, here we are interested in smooth mid-term events. In Fig. 6 we
present the events detected for three users u5, u6 and u7. For users u5 and
u6 it is possible to distinguish that the sequence of detected events reflects the
moment they change their roles. In case of user u5 the change is permanent
and for u6 the change is just ephemeral. However, in the case of u7, a lot of
events were detected sequentially, reflecting a behavior of intermittent activities
in the network. In fact, a weak point in our event detection method is this: just
observing the events, we are not able to distinguish if the events are persistent,
if they reflect a burst in the network or if they are ephemeral.
6</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>Case study: what detected node centrality events could mean?</title>
      <p>Besides just reflecting changes in the network topology, we can interpret the
events detected by analyzing the meaning of the centrality metric used so far.
In our case study, nodes with high closeness are influential users that posted
about topics with high interest. If a user u starts to occupy (or leaves) a central
position this could mean that (i) his activity is high (low) and (ii) his activity is
(not) interesting for the other nodes. This behavior could indicate a preference
change for u, i.e., he probably changed his interests and is posting about different
topics. We now investigate to what extent we could establish the correlation
between: events with closeness centrality (network topology) and preference change
behavior (network content).
6.1</p>
      <sec id="sec-7-1">
        <title>Preliminaries</title>
        <p>User preference is a specific type of opinion, that establishes an order relation
between two objects. For example, when a user says: “I prefer sports than
education”, we clearly identify his preference to sports subjects over education ones.
These preference order relations (or preferences, for short) respects the
irreflexive and transitive properties. When analyzing user preferences over time, we can
discovery interesting patterns of users’ behavior.</p>
        <p>In this case study, we are interested in detecting what are the moments
that users changed their preferences. For example, let us suppose that on day
24, user A prefers to read/post/share on his social network news about sport,
but between celebrity and religion topics, he is in the mood of celebrities. On
the following days, A’s preferences practically do not change, just appearing
a preference of celebrity over corruption. However, on day 30, A’s presented a
preference change, as corruption became preferred over celebrity. So, we have
detected a preference-change.</p>
        <p>
          These definitions were formally proposed in [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]. The detection of
preferencechange events is based on the existence of inconsistencies in the temporal
preferences of a user. These inconsistencies appear if the resultant composition of
user preferences does not hold the irreflexive property.
6.2
        </p>
      </sec>
      <sec id="sec-7-2">
        <title>Extracting preferences</title>
        <p>
          In order to discover what users are talking about in the network, we performed
topic modeling with LDA algorithm [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] considering all tweets of the entire
observation period. We got a total of 15 topics, that then were manually grouped
in 7 more general topics, as detailed in Table 1.
        </p>
        <p>The 7 general topics are the domain of preferences. The intuition in this
preference mining process is: if user u tweets (or retweets) about politics on time
t, then u has more interest in politics over the remaining topics in that moment.
Thus, we mined preferences of the type: politics tu celebrity, politics tu sports
and so on. We also considered a weight based on the number of tweets posted
in the same time (our time granularity is of 1 day. So, one user can post many
tweets on t). If the user posts three times about corruption and two times about
sports on t, then we can establish a preference order between corruption and
sports (corruption &gt;tu sports and sports is preferred over the remaining topics).
It is worth to mention that this preference mining process did not consider the
network as a stream. We extracted the preferences of all users based on the
global configuration of the topics during the whole period of observation.
Remarking on Figure 7, the preference change events are highlighted for each
user. These events were found following the strategy describe in Section 6.1.
Basically, they describe the respective users changing their interests over time
about the 7 topics of Brazilian news.</p>
        <p>
          For the three users of our case study, we found that changes in preferences
occurs around the same time of closeness centrality events. According to [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] there
are many factors that influence on preferences dynamics. In this case study, we
illustrate that applying closeness centrality event detection can be a good
strategy for mapping user preferences changes just observing the evolving topology
of the network, without any content information. We did not try to understand
why users are changing their preferences. We just found the events that indicate
these changes.
In this paper we introduced the notion of event detection based on node
centrality. We proposed an algorithm to detect these events in streams of social
networks. Empirical observations in an interaction network, built from the
Twitter dataset of Brazilian news, were performed to validate our proposal. We also
presented a case study showing how node centrality events can be applied for
tracking user preferences changes.
        </p>
        <p>A lot of work remains to be done. We intend to (i) explore a large range
of centrality metrics; (ii) propose a more robust algorithm for node centrality
event detection, considering other factors and (iii) compare our algorithms with
state-of-the-art event detection streaming algorithms.</p>
        <p>Acknowledgments This work was supported by the research project
“TEC4Growth - Pervasive Intelligence, Enhancers and Proofs of Concept with Industrial
Impact / NORTE-01-0145-FEDER-000020”, financed by the North Portugal
Regional Operational Programme (NORTE 2020), under the PORTUGAL 2020
Partnership Agreement, and through the European Regional Development Fund
(ERDF) and by European Commission through the project MAESTRA (Grant
number ICT-2013-612944). We also would like to thank the Brazilian Research
Agencies CAPES, FAPEMIG and CNPq for partially supporting this work.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Aggarwal</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Subbian</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Evolutionary network analysis: a survey</article-title>
          .
          <source>ACM Computing Surveys</source>
          <volume>47</volume>
          (
          <issue>1</issue>
          ),
          <fpage>10</fpage>
          -
          <lpage>36</lpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Aggarwal</surname>
            ,
            <given-names>C.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Subbian</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Event detection in social streams</article-title>
          .
          <source>In: 12th SIAM International Conference on Data Mining, USA</source>
          . pp.
          <fpage>624</fpage>
          -
          <lpage>635</lpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Akoglu</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tong</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koutra</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Graph based anomaly detection and description: a survey</article-title>
          .
          <source>Data Mining and Knowledge Discovery</source>
          <volume>29</volume>
          (
          <issue>3</issue>
          ),
          <fpage>626</fpage>
          -
          <lpage>688</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Bifet</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Holmes</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pfahringer</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gavaldà</surname>
          </string-name>
          , R.:
          <article-title>Mining frequent closed graphs on evolving data streams</article-title>
          .
          <source>In: 17th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining</source>
          . pp.
          <fpage>591</fpage>
          -
          <lpage>599</lpage>
          . KDD '
          <volume>11</volume>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Blei</surname>
            ,
            <given-names>D.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ng</surname>
            ,
            <given-names>A.Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jordan</surname>
            ,
            <given-names>M.I.</given-names>
          </string-name>
          :
          <article-title>Latent dirichlet allocation</article-title>
          .
          <source>J. Mach. Learn. Res</source>
          .
          <volume>3</volume>
          ,
          <fpage>993</fpage>
          -
          <lpage>1022</lpage>
          (
          <year>Mar 2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Buntain</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Burst detection in social media streams for tracking interest profiles in real time</article-title>
          .
          <source>In: 39th International ACM SIGIR conference</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Cordeiro</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gama</surname>
          </string-name>
          , J.:
          <source>Online Social Networks Event Detection: A Survey</source>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>41</lpage>
          . Springer International Publishing,
          <string-name>
            <surname>Cham</surname>
          </string-name>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Fairbanks</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ediger</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McColl</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bader</surname>
            ,
            <given-names>D.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gilbert</surname>
          </string-name>
          , E.:
          <article-title>A statistical framework for streaming graph analysis</article-title>
          .
          <source>In: IEEE/ACM Int. Conf. on Advances in Social Networks Analysis and Mining</source>
          . pp.
          <fpage>341</fpage>
          -
          <lpage>347</lpage>
          . ASONAM '
          <volume>13</volume>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Gama</surname>
          </string-name>
          , J.:
          <article-title>Knowledge Discovery from Data Streams</article-title>
          . Chapman &amp; Hall/CRC (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>IDÉ</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>KASHIMA</surname>
          </string-name>
          , H.:
          <article-title>Eigenspace-based anomaly detection in computer systems</article-title>
          .
          <source>In: Proceedings of the Tenth ACM SIGKDD International Conference on Knowledge Discovery and Data Mining</source>
          . pp.
          <fpage>440</fpage>
          -
          <lpage>449</lpage>
          . KDD '
          <volume>04</volume>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Kourtellis</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Morales</surname>
            ,
            <given-names>G.D.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bonchi</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Scalable online betweenness centrality in evolving graphs</article-title>
          .
          <source>In: 32nd IEEE International Conference on Data Engineering, ICDE</source>
          <year>2016</year>
          , Helsinki, Finland, May
          <volume>16</volume>
          -20,
          <year>2016</year>
          . pp.
          <fpage>1580</fpage>
          -
          <lpage>1581</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Reasoning about Preference Dynamics</article-title>
          . Spring (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Pereira</surname>
          </string-name>
          , F.,
          <string-name>
            <surname>de Amo</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gama</surname>
          </string-name>
          , J.:
          <article-title>On Using Temporal Networks to Analyze User Preferences Dynamics (</article-title>
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Ranshous</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shen</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koutra</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Harenberg</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Faloutsos</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Samatova</surname>
            ,
            <given-names>N.F.</given-names>
          </string-name>
          :
          <article-title>Anomaly detection in dynamic networks: a survey</article-title>
          .
          <source>Wiley Interdisciplinary Reviews: Computational Statistics</source>
          <volume>7</volume>
          (
          <issue>3</issue>
          ),
          <fpage>223</fpage>
          -
          <lpage>247</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Rozenshtein</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Anagnostopoulos</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gionis</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tatti</surname>
          </string-name>
          , N.:
          <article-title>Event detection in activity networks</article-title>
          .
          <source>In: Proceedings of the 20th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining</source>
          . pp.
          <fpage>1176</fpage>
          -
          <lpage>1185</lpage>
          . KDD '
          <volume>14</volume>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Wei</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Carley</surname>
            ,
            <given-names>K.M.</given-names>
          </string-name>
          :
          <article-title>Measuring temporal patterns in dynamic social networks</article-title>
          .
          <source>ACM Transactions on Knowledge Discovery from Data (TKDD) 10(1)</source>
          ,
          <volume>9</volume>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Zafarani</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Abbasi</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
          </string-name>
          , H.:
          <article-title>Social Media Mining: An Introduction</article-title>
          . Cambridge University Press, New York, NY, USA (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>