3.3. NETWORK-BASED DETECTION 41
as friendship networks, temporal user engagements, and interaction networks. Network-based
fake news detection aims to leverage the advanced network analysis and modeling methods to
better predict fake news. We introduce representative types of networks for detecting fake news.
3.3.1 REPRESENTATIVE NETWORK TYPES
We introduce several network structures that are commonly used to detect fake news (Fig-
ure 3.7).
Friendship Networks A user’s friendship network is represented as a graph G
F
D .U ; E
F
/,
where U and E
F
are the node and edge sets, respectively. A node u 2 U represents a user, and
.u
1
; u
2
/ 2 E represents whether a social relation exists.
Homophily theory [87] suggests that users tend to form relationships with like-minded
friends, rather than with users who have opposing preferences and interests. Likewise, social
influence theory [85] predicts that users are more likely to share similar latent interests toward
news pieces. us, the friendship network provides the structure to understand the set of social
relationships among users. e friendship network is the basic route for news spreading and can
reveal community information.
Diffusion Networks A diffusion network is represented as a directed graph G
D
D
.U; E
D
; p; t/, where U and E are the node and edge sets, respectively. A node u 2 U repre-
sents an individual that can publish, receive, and diffuse information at time t
i
2 t . A directed
edge, .u
1
! u
2
/ 2 E
D
, between nodes u
1
; u
2
2 U , represents the direction of information diffu-
sion. Each directed edge .u
1
! u
2
/ 2 E
D
, between nodes u
1
; u
2
2 U , represents the direction
of information diffusion. Each directed edge .u
1
! u
2
/ is assumed to be associated with an
information diffusion probability, p.u
1
! u
2
/ 2 Œ0; 1.
e diffusion network is important for learning about representations of the structure and
temporal patterns that help identify fake news. By discovering the sources of fake news and the
spreading paths among the users, we can also try to mitigate the fake news problem.
Interaction Networks An interaction network G
I
D .fP; U ; Ag; E
I
/ consists of nodes rep-
resenting publishers, users, news, and the edges E
I
indicating the interactions among them.
For example, edge .p ! a/ demonstrates that publisher p publishes news item a, and .v ! u/
represents news a is spread by user u.
e interaction networks can represent the correlations among different types of entities,
such as publisher, news, and social media post, during the news dissemination process [141].
e characteristics of publishers and users, and the publisher-news and news-users interactions
have potential to help differentiate fake news.
Propagation Networks A propagation network G
P
D .C; a/ consists of a news piece a and
the corresponding social media posts C that propagates the news. Note that different types of
posts can occurs such as reposting, replying, commenting, liking, etc. We will introduce that a