Inferring monopartite projections of bipartite networks: an entropy-based approach (2024)

Bipartite networks are currently regarded as providing a major insight into the organization of many real-world systems, unveiling the mechanisms driving the interactions occurring between distinct groups of nodes. One of the most important issues encountered when modeling bipartite networks is devising a way to obtain a (monopartite) projection on the layer of interest, which preserves as much as possible the information encoded into the original bipartite structure. In the present paper we propose an algorithm to obtain statistically-validated projections of bipartite networks, according to which any two nodes sharing a statistically-significant number of neighbors are linked. Since assessing the statistical significance of nodes similarity requires a proper statistical benchmark, here we consider a set of four null models, defined within the exponential random graph framework. Our algorithm outputs a matrix of link-specific p-values, from which a validated projection is straightforwardly obtainable, upon running a multiple hypothesis testing procedure. Finally, we test our method on an economic network (i.e. the countries-products World Trade Web representation) and a social network (i.e. MovieLens, collecting the users' ratings of a list of movies). In both cases non-trivial communities are detected: while projecting the World Trade Web on the countries layer reveals modules of similarly-industrialized nations, projecting it on the products layer allows communities characterized by an increasing level of complexity to be detected; in the second case, projecting MovieLens on the films layer allows clusters of movies whose affinity cannot be fully accounted for by genre similarity to be individuated.

1.Introduction

Many real-world systems, ranging from biological to socio-economic ones, are bipartite in nature, being defined by interactions occurring between pairs of distinct groups of nodes (be they authorships, attendances, affiliations, etc) [1, 2]. This is the reason why bipartite networks are ubiquitous tools, employed in many different research areas to gain insight into the mechanisms driving the organization of the aforementioned complex systems.

One of the issues encountered when modeling bipartite networks is obtaining a (monopartite) projection over the layer of interest while preserving as much as possible the information encoded into the original bipartite structure. This problem becomes particularly relevant when, e.g. a direct measurement of the relationships occurring between nodes belonging to the same layer is impractical (as gathering data on friendship within social networks [3]).

The simplest way of inferring the presence of otherwise unaccessible connections is linking any two nodes, belonging to the same layer, as long as they share at least one neighbor: however, this often results in a very dense network whose topological structure is almost trivial. A solution which has been proposed prescribes to retain the information on the number of common neighbors, i.e. to project a bipartite network into a weighted monopartite network [3]. This prescription, however, causes the nodes with larger degree in the original bipartite network to have, in turn, larger strengths in the projection, thus masking the genuine statistical relevance of the induced connections. Moreover, such a prescription lets spurious clusters of nodes emerge (e.g. cliques induced by the presence of—even—a single node connected to all nodes on the opposite layer).

In order to face this problem, algorithms to retain only the significant weights have been proposed [3]. Many of them are based on a thresholding procedure, a major drawback of which lies in the arbitrariness of the chosen threshold [46]. A more statistically-grounded algorithm prescribes to calculate the statistical significance of the projected weights according to a properly-defined null model [7]; the latter, however, encodes relatively little information on the original bipartite structure, thus being more suited to analyze natively monopartite networks. A similar-in-spirit approach aims at extracting the backbone of a weighted, monopartite projection by calculating its minimum spanning tree and provides a recipe for community detection by calculating the minimum spanning forest [8, 9]. However, the lack of a comparison with a benchmark makes it difficult to asses the statistical relevance of its outcome.

The approaches discussed so far represents attempts to validate a projection a posteriori. A different class of methods, on the other hand, focuses on projecting a statistically validated network by estimating the tendency of any two nodes belonging to the same layer to share a given portion of neighbors. All approaches define a similarity measure which either ranges between 0 and 1 [10, 11] or follows a probability distribution on which a p-value can be computed [1214]. While in the first case the application of an arbitrary threshold is still unavoidable, in the second case prescriptions rooted in traditional statistics can be applied.

In order to overcome the limitations of currently-available algorithms, we propose a general method which rests upon the very intuitive idea that any two nodes belonging to the same layer of a bipartite network should be linked in the corresponding monopartite projection if, and only if, significantly similar. To stress that our benchmark is defined by constraints which are satisfied on average, we will refer to our method as to a grand canonical algorithm for obtaining a statistically-validated projection of any binary, undirected, bipartite network. A microcanonical projection method has been defined as well [15] which, however, suffers from a number of limitations imputable to its nature of purely numerical algorithm [3].

The rest of the paper is organized as follows. In the methods section, our approach is described: first, we introduce a quantity to measure the similarity of any two nodes belonging to the same layer; then, we derive the probability distribution of this quantity according to four bipartite null models, defined within the exponential random graph (ERG) formalism [16]. Subsequently, for any two nodes, we quantify the statistical significance of their similarity and, upon running a multiple hypothesis test, we link them if recognized as significantly similar. In the results section we employ our method to obtain a projection of two different data sets: the countries-products World Trade Web and the users-movies MovieLens network. Finally, in the discussions section we comment our results.

2.Methods

A bipartite, undirected, binary network is completely defined by its biadjacency matrix, i.e. a rectangular matrix Inferring monopartite projections of bipartite networks: an entropy-based approach (1) whose dimensions will be indicated as Inferring monopartite projections of bipartite networks: an entropy-based approach (2), with NR being the number of nodes in the top layer (i.e. the number of rows of Inferring monopartite projections of bipartite networks: an entropy-based approach (3)) and NC being the number of nodes in the bottom layer (i.e. the number of columns of Inferring monopartite projections of bipartite networks: an entropy-based approach (4)). Inferring monopartite projections of bipartite networks: an entropy-based approach (5) sums up the structure of the corresponding bipartite matrix: Inferring monopartite projections of bipartite networks: an entropy-based approach (6) if node r (belonging to the top layer) and node c (belonging to the bottom layer) are linked, otherwise Inferring monopartite projections of bipartite networks: an entropy-based approach (7). Links connecting nodes belonging to the same layer are not allowed.

In order to obtain a (layer-specific) monopartite projection of a given bipartite network, a criterion for linking the considered pairs of nodes is needed. Schematically, our grand canonical algorithm works as follows:

  • A. choose a specific pair of nodes belonging to the layer of interest, say r and Inferring monopartite projections of bipartite networks: an entropy-based approach (8), and measure their similarity;
  • B. quantify the statistical significance of the measured similarity with respect to a properly-defined null model, by computing the corresponding p-value;
  • C. link nodes r and Inferring monopartite projections of bipartite networks: an entropy-based approach (9) if, and only if, the related p-value is statistically significant;
  • repeat the steps above for every pair of nodes.

We will now describe each step of our algorithm in detail.

2.1.Measuring nodes similarity

The first step of our algorithm prescribes to measure the degree of similarity of nodes r and Inferring monopartite projections of bipartite networks: an entropy-based approach (10). A straightforward approach is counting the number of common neighbors Inferring monopartite projections of bipartite networks: an entropy-based approach (11) shared by nodes r and Inferring monopartite projections of bipartite networks: an entropy-based approach (12). By adopting the formalism proposed in [16], our measure of similarity is provided by the number of bi-cliques Inferring monopartite projections of bipartite networks: an entropy-based approach (13) [17], also known as V-motifs [16]:

Inferring monopartite projections of bipartite networks: an entropy-based approach (14)

where we have adopted the definition Inferring monopartite projections of bipartite networks: an entropy-based approach (15) for the single V-motif defined by nodes r and Inferring monopartite projections of bipartite networks: an entropy-based approach (16) and node c belonging to the opposite layer (see figure 1 for a pictorial representation). From the definition, it is apparent that Inferring monopartite projections of bipartite networks: an entropy-based approach (17) if, and only if, both r and Inferring monopartite projections of bipartite networks: an entropy-based approach (18) share the (common) neighbor c.

Notice that naïvely projecting a bipartite network corresponds to considering the monopartite matrix defined as Inferring monopartite projections of bipartite networks: an entropy-based approach (19) whose densely connected structure, described by Inferring monopartite projections of bipartite networks: an entropy-based approach (20), is characterized by an almost trivial topology.

2.2.Quantifying the statistical significance of nodes similarity

The second step of our algorithm prescribes to quantify the statistical significance of the similarity of our nodes r and Inferring monopartite projections of bipartite networks: an entropy-based approach (21). To this aim, a benchmark is needed: a natural choice leads to adopt the ERG class of null-models [16, 1822].

Within the ERG framework, the generic bipartite network Inferring monopartite projections of bipartite networks: an entropy-based approach (22) is assigned an exponential probability Inferring monopartite projections of bipartite networks: an entropy-based approach (23), whose value is determined by the vector Inferring monopartite projections of bipartite networks: an entropy-based approach (24) of topological constraints [18]. In order to determine the unknown parameters Inferring monopartite projections of bipartite networks: an entropy-based approach (25), the likelihood-maximization recipe can be adopted: given an observed biadjacency matrix Inferring monopartite projections of bipartite networks: an entropy-based approach (26), it translates into solving the system of equations Inferring monopartite projections of bipartite networks: an entropy-based approach (27) which prescribes to equate the ensemble averages Inferring monopartite projections of bipartite networks: an entropy-based approach (28) to their observed counterparts, Inferring monopartite projections of bipartite networks: an entropy-based approach (29) [19].

Two of the null models we have considered in the present paper are known as the bipartite random graph (BiRG) model and the bipartite configuration model (BiCM) [16]; the other ones are the two 'partial' configuration models Inferring monopartite projections of bipartite networks: an entropy-based approach (30) and Inferring monopartite projections of bipartite networks: an entropy-based approach (31): the four null models are defined, respectively, by constraining the total number of links, the degrees of nodes belonging to both layers and the degrees of nodes belonging to one layer only (see appendix for the analytical definitions).

The use of linear constraints allows us to write Inferring monopartite projections of bipartite networks: an entropy-based approach (32) in a factorized form, i.e. as the product of pair-specific probability coefficients

Inferring monopartite projections of bipartite networks: an entropy-based approach (33)

the numerical value of the generic coefficient prc being determined by the likelihood-maximization condition (see appendix). As an example, in the case of BiRG, Inferring monopartite projections of bipartite networks: an entropy-based approach (34) with L being the total number of links in the actual bipartite network.

Since ERG models with linear constraints treat links as independent random variables, the presence of each Inferring monopartite projections of bipartite networks: an entropy-based approach (35) can be regarded as the outcome of a Bernoulli trial:

Inferring monopartite projections of bipartite networks: an entropy-based approach (36)

Inferring monopartite projections of bipartite networks: an entropy-based approach (37)

It follows that, once r and Inferring monopartite projections of bipartite networks: an entropy-based approach (38) are chosen, the events describing the presence of the NC single Inferring monopartite projections of bipartite networks: an entropy-based approach (39) motifs are independent random experiments: this, in turn, implies that each Inferring monopartite projections of bipartite networks: an entropy-based approach (40) is nothing else than a sum of independent Bernoulli trials, each one described by a different probability coefficient.

The distribution describing the behavior of each Inferring monopartite projections of bipartite networks: an entropy-based approach (41) turns out to be the so-called Poisson–Binomial [23, 24]. More explicitly, the probability of observing zero V-motifs between r and Inferring monopartite projections of bipartite networks: an entropy-based approach (42) (or, equivalently, the probability for nodes r and Inferring monopartite projections of bipartite networks: an entropy-based approach (43) of sharing zero neighbors) reads

Inferring monopartite projections of bipartite networks: an entropy-based approach (44)

the probability of observing only one V-motif reads

Inferring monopartite projections of bipartite networks: an entropy-based approach (45)

etc. In general, the probability of observing n V-motifs can be expressed as a sum of Inferring monopartite projections of bipartite networks: an entropy-based approach (46) addenda, running on the n-tuples of considered nodes (in this particular case, the ones belonging to the bottom layer). Upon indicating with Cn all possible nodes n-tuples, this probability reads

Inferring monopartite projections of bipartite networks: an entropy-based approach (47)

(notice that the second product runs over the complement set of Cn).

Measuring the statistical significance of the similarity of nodes r and Inferring monopartite projections of bipartite networks: an entropy-based approach (48) thus translates into calculating a p-value on the aforementioned Poisson–Binomial distribution, i.e. the probability of observing a number of V-motifs greater than, or equal to, the observed one (which will be indicated as Inferring monopartite projections of bipartite networks: an entropy-based approach (49)):

Inferring monopartite projections of bipartite networks: an entropy-based approach (50)

Upon repeating such a procedure for each pair of nodes, we obtain an Inferring monopartite projections of bipartite networks: an entropy-based approach (51) matrix of p-values (see also the appendix). In order to speed up the numerical computation of p-values, a Python code has been made publicly available by the authors4.

As a final remark, notice that this approach describes a one-tail statistical test, where nodes are considered as significantly similar if, and only if, the observed number of shared neighbors is 'sufficiently large'. In principle, our algorithm can be also used to carry out the reverse validation, linking any two nodes if the observed number of shared neighbors is 'sufficiently small': this second type of validation can be performed whenever interested in highlighting the 'dissimilarity' between nodes.

2.3.Validating the projection

In order to understand which p-values are significant, it is necessary to adopt a statistical procedure accounting for testing multiple hypotheses at a time.

In the present paper we apply the so-called false discovery rate (FDR) procedure [25]. Whenever M different hypotheses, Inferring monopartite projections of bipartite networks: an entropy-based approach (52), characterized by M different p-values, must be tested at a time, FDR prescribes to, first, sort the M p-values in increasing order, Inferring monopartite projections of bipartite networks: an entropy-based approach (53) and, then, to identify the largest integer Inferring monopartite projections of bipartite networks: an entropy-based approach (54) satisfying the condition

Inferring monopartite projections of bipartite networks: an entropy-based approach (55)

with t representing the usual single-test significance level (e.g. t=0.05 or t=0.01). The third step of the FDR procedure prescribes to reject all the hypotheses whose p-value is less than, or equal to, Inferring monopartite projections of bipartite networks: an entropy-based approach (56), i.e. Inferring monopartite projections of bipartite networks: an entropy-based approach (57). Notably, FDR allows one to control for the expected number of false 'discoveries' (i.e. incorrectly-rejected null hypotheses), irrespectively of the independence of the hypotheses tested (our hypotheses, for example, are not independent, since each observed link affects the similarity of several pairs of nodes).

In our case, the FDR prescription translates into adopting the threshold Inferring monopartite projections of bipartite networks: an entropy-based approach (58) which corresponds to the largest Inferring monopartite projections of bipartite networks: an entropy-based approach (59) satisfying the condition

Inferring monopartite projections of bipartite networks: an entropy-based approach (60)

(with i indexing the sorted Inferring monopartite projections of bipartite networks: an entropy-based approach (61) p‐value Inferring monopartite projections of bipartite networks: an entropy-based approach (62) coefficients) and considering as significantly similar only those pairs of nodes r, Inferring monopartite projections of bipartite networks: an entropy-based approach (63) whose Inferring monopartite projections of bipartite networks: an entropy-based approach (64). In other words, every couple of nodes whose corresponding p-value is validated by the FDR is joined by a binary, undirected link in our projection. In what follows, we have used a single-test significance level of t=0.01.

Summing up, the recipe for obtaining a statistically-validated projection of the bipartite network Inferring monopartite projections of bipartite networks: an entropy-based approach (65) by running the FDR criterion requires that Inferring monopartite projections of bipartite networks: an entropy-based approach (66) if, and only if, Inferring monopartite projections of bipartite networks: an entropy-based approach (67), according to null model nm used. Notice that the validation process naturally circumvents the problem of spurious clustering (see also appendix).

The aforementioned approaches providing an algorithm to project a validated network differ in the way the issue of comparing multiple hypotheses is dealt with. While in some approaches this step is simply missing and each test is carried out independently from the other ones [3, 14], in others the Bonferroni correction is employed [12, 13]. Both solutions are affected by drawbacks.

The former algorithms, in fact, overestimate the number of incorrectly rejected null hypotheses (i.e. of incorrectly validated links). A simple argument can, indeed, be provided: the probability that, by chance, at least one, out of M hypotheses, is incorrectly rejected (i.e. that at least one link is incorrectly validated) is Inferring monopartite projections of bipartite networks: an entropy-based approach (68) which is Inferring monopartite projections of bipartite networks: an entropy-based approach (69) for just M=100 tests conducted at the significance level of t = 0.05.

The latter algorithms, on the other hand, adopt a criterion deemed as severely overestimating the number of incorrectly retained null hypotheses (i.e. of incorrectly discarded links) [25]. Indeed, if the stricter condition Inferring monopartite projections of bipartite networks: an entropy-based approach (70) is now imposed, the threshold p-value can be derived as Inferring monopartite projections of bipartite networks: an entropy-based approach (71) which rapidly vanishes as M grows. As a consequence, very sparse (if not empty) projections are often obtained.

Naturally, deciding which test is more suited for the problem at hand depends on the importance assigned to false positive and false negatives. As a rule of thumb, the Bonferroni correction can be deemed as appropriate when few tests, out of a small number of multiple comparisons, are expected to be significant (i.e. when even a single false positive would be problematic). On the contrary, when many tests, out of a large number of multiple comparisons, are expected to be significant (as in the case of socio-economic networks), using the Bonferroni correction may, in turn, produce a too large number of false negatives, an undesired consequence of which may be the impairment of, e.g. a recommendation system.

As a final remark, we stress that an a priori selection of the number of validated links is not necessarily compatible with the existence of a level t of statistical significance ensuring that the FDR procedure still holds. As an example, let us suppose we retain only the first k p-values; the FDR would then require the following inequalities to be satisfied: Inferring monopartite projections of bipartite networks: an entropy-based approach (72) and Inferring monopartite projections of bipartite networks: an entropy-based approach (73). This, in turn, would imply Inferring monopartite projections of bipartite networks: an entropy-based approach (74). The aforementioned condition, however, can be easily violated by imaging a pair of subsequent p-values close enough to each other (e.g. Inferring monopartite projections of bipartite networks: an entropy-based approach (75) and Inferring monopartite projections of bipartite networks: an entropy-based approach (76)).

Inferring monopartite projections of bipartite networks: an entropy-based approach (77)

2.4.Testing the projection algorithm

2.4.1. Community detection

In order to test the performance of our method, the Louvain algorithm has been run on the validated projections of the real networks considered for the present analysis [26]. Since Louvain algorithm is known to be order-dependent [27, 28], we considered N outcomes of the former, each one obtained by randomly reshuffling the order of nodes taken as input (N being the network size), and chose the one providing the maximum value of the modularity. This procedure can be shown to enhance the detection of partitions characterized by a higher value of the modularity itself (a parallelized Python version of the reshuffled Louvain method is available at the public repository5).

3.Results

3.1.World trade web

Let us now test our validation procedure on the first data set considered for the present analysis: the World Trade Web. In the present paper we consider the COMTRADE database (using the HS 2007 code revision), spanning the years 1995–20106. After a data-cleaning procedure operated by BACI [29] and a thresholding procedure induced by the RCA (for more details, see [30]), we end up with a bipartite network characterized by NR = 146 countries and NC = 1131 classes of products, whose generic entry Inferring monopartite projections of bipartite networks: an entropy-based approach (80) indicates that country r exports product c above the RCA threshold.

Countries layer. Figure 2 shows three different projections of the WTW. The first panel shows a pictorial representation of the WTW topology in the year 2000, upon naïvely projecting it (i.e. by joining any two nodes if at least one neighbor is shared, thus obtaining a matrix Inferring monopartite projections of bipartite networks: an entropy-based approach (81)). The high density of links (which oscillates between 0.93 and 0.95 throughout the period covered by the data set) causes the network to be characterized by trivial values of structural quantities (e.g. all nodes have a clustering coefficient very close to 1).

Inferring monopartite projections of bipartite networks: an entropy-based approach (82)

The second panel of figure 2 represents the projected adjacency matrix using the BiRG as a null model. In this case, the only parameter defining our reference model is Inferring monopartite projections of bipartite networks: an entropy-based approach (84). As a consequence, Inferring monopartite projections of bipartite networks: an entropy-based approach (85) for every pair of nodes and formula (2.7) simplifies to the binomial

Inferring monopartite projections of bipartite networks: an entropy-based approach (86)

The projection provided by the BiRG individuates a unique connected component of countries (notice that the two blocks at bottom-right and top-left of the panel are linked through off-diagonal connections) beside many disconnected vertices (the big white block in the center of the matrix). Interestingly, the latter represent countries whose economy heavily rests upon the presence of raw-materials (see also figure 3), in turn causing each export basket to be focused around the available country-specific natural resources. As a consequence, the similarity between these countries is not significant enough to allow the corresponding links to pass the validation procedure. In other words, the BiRG-induced projection is able to distinguish between two extreme levels of economic development, thus providing a meaningful, yet too rough, filter.

Inferring monopartite projections of bipartite networks: an entropy-based approach (87)

On the other hand, the BiCM-induced projection (shown in the third panel of figure 2), allows for a definite structure of clusters to emerge. The economic meaning of the detected diagonal blocks can be made explicit by running the Louvain algorithm on the projected network. As figure 3 shows, our algorithm reveals a partition into communities enclosing countries characterized by similar economic development [31]. In particular, we recognize the 'advanced' economies (EU countries, USA and Japan—whose export basket is practically constituted by all products [8, 30, 3236]), the 'developing' economies (as centro-american countries and south-eastern countries as China, India, Asian Tigers, etc, for which the textile manufacturing represents the most important sector) and countries whose export heavily rests upon raw-materials like oil (Russia, Saudi Arabia, Libya, Algeria, etc), tropical agricultural food (south-american and centro-african countries), etc. An additional group of countries whose export is based upon sea-food is constituted by Australia, New Zealand, Chile and Argentina, which happen to be detected as a community on its own in partitions with comparable values of modularity.

Our algorithm is also able to highlight the structural changes that have affected the WTW topology across the temporal period considered for the present analysis. Figure 4 shows two snapshots of the WTW, referring to the years 2000 and 2008. While in 2000 EU countries were split into two different modules, with the north-european countries (as Germany, UK, France) grouped together with USA and Japan and the south-eastern european countries constituting a separate cluster, this is no longer true in 2008. Furthermore, the structural role played by single nodes is also pointed out. As an example, Austria and Japan emerge as two of the countries with highest betweenness, indicating their role of bridges respectively between western and eastern european countries and western and eastern world countries. A second example is provided by Germany, whose star-like pattern of connections clearly indicates its prominent role in the global trade.

Inferring monopartite projections of bipartite networks: an entropy-based approach (92)

The block diagonal structure of the BiCM-induced adjacency matrix reflects another interesting pattern of the world economy self-organization: the detected communities appear to be linked in a hierarchical fashion, with the 'developing' economies seemingly constituting an intermediate layer between the 'advanced' economies and those countries whose export heavily rests upon raw-materials. Interestingly, such a mesoscopic organization persists across all years of our data set, shedding new light on the WTW evolution.

As shown in figure 5, the results obtained by running the Inferring monopartite projections of bipartite networks: an entropy-based approach (93) (defined by constraining only the degrees of countries) are, although less detailed, compatible with the ones obtained by running the BiCM. In this case, the Inferring monopartite projections of bipartite networks: an entropy-based approach (94) constitutes an approximation to the BiCM, providing a computationally faster, yet equally accurate, alternative to it. On the other hand, the Inferring monopartite projections of bipartite networks: an entropy-based approach (95) induces a projection which is close to the BiRG one, thus adding little information with respect to the latter.

Inferring monopartite projections of bipartite networks: an entropy-based approach (96)

Products layer. While the BiCM provides an informative benchmark to infer the presence of significant connections between countries, this is not the case when focusing on products. For this reason, we consider the Inferring monopartite projections of bipartite networks: an entropy-based approach (99), i.e. the null model defined by constraining only the products degrees: figure 6 shows the Inferring monopartite projections of bipartite networks: an entropy-based approach (100)-induced projection of the WTW on the layer of products7. Several communities appear, the larger ones being machinery, transportation, chemicals, electronics, textiles and live animals (a partition that seems to be stable across time).

Inferring monopartite projections of bipartite networks: an entropy-based approach (101)

The detected communities seem to be organized into two macro-groups: 'high-complexity' products (on the left of the figure), including machinery, chemicals, advanced electronics, etc and 'low-complexity' products (on the right of the figure), including live animals, wooden products, textiles, basic electronics, etc. This macroscopic separation reflects the level of economic development of the countries trading these products. As figure 7 clarifies, the 'advanced' economies focus their trading activity on products characterized by high complexity, while 'developing' economies are preferentially active on low-complexity products [30, 35, 36]. A simple topological index captures this tendency: Inferring monopartite projections of bipartite networks: an entropy-based approach (111), i.e. the link density between groups of nodes Inferring monopartite projections of bipartite networks: an entropy-based approach (112) and Inferring monopartite projections of bipartite networks: an entropy-based approach (113), indicating one of the aforementioned communities of countries and one of the aforementioned communities of products, respectively. For example, as evident upon inspecting figure 7, 'advanced' economies (left panel) and 'developing' economies (right panel) are active on different clusters of products: while the trading activity of the former is mainly constituted by, e.g. chemicals and machinery, the latter mainly trade textiles, wooden products, etc. A more in-depth analysis of the grand canonical projection of the World Trade Web can be found in [37].

Inferring monopartite projections of bipartite networks: an entropy-based approach (114)

3.2.MovieLens

Let us now consider the second data set: MovieLens 100 k. MovieLens is a project by GroupLens [38], a research lab at the University of Minnesota. Data (collected from 19th September 1997 through 22nd April 1998) consist of 105 ratings—from 1 to 5—given by NC = 943 users to NR = 1559 different movies8; information about the movies (date of release and genre) and about the users (age, gender, occupation and US zip code) is also provided. We binarize the dataset by setting Inferring monopartite projections of bipartite networks: an entropy-based approach (116) if user c rated movie r at least 3, providing a favorable recension.

In what follows we will be interested into projecting this network on the layer of movies. Figure 8 shows the three projections already discussed for the WTW. As for the latter, Inferring monopartite projections of bipartite networks: an entropy-based approach (117) is still a very dense network, whose connectance amounts to 0.58. Similarly, the projection induced by the BiRG provides a rather rough filter, producing a unique large connected component, to which only the most popular movies (i.e. the ones with a large degree in the original bipartite network) belong.

Inferring monopartite projections of bipartite networks: an entropy-based approach (118)

While both the naïve and the BiRG-induced projections only allow for a trivially-partitioned structure to be observed, this is not the case for the BiCM. By running the Louvain algorithm, we found a very composite community structure (characterized by a modularity of Inferring monopartite projections of bipartite networks: an entropy-based approach (120)), pictorially represented by the diagonal blocks visible in the third panel of figure 8. The BiCM further refines the results found by the BiRG, allowing for the internal structure of the blocks to emerge: in our dicussion, we will focus on the bottom-right block, which shows the richest internal organization.

Figure 9 shows the detected communities within the aforementioned block, beside the genres (provided together with the data)9: action, Adventure, Animation, Children's, Comedy, Crime, Documentary, Drama, Fantasy, Horror, Musical, Mystery, Noir, Romance, Sci-Fi, Thriller, War, western10. Since some genres are quite generic and, thus, appropriate for several movies (e.g. Adventure, Comedy and Drama), our clusters are often better described by 'combinations' of genres, capturing the users' tastes to a larger extent: the detected communities, in fact, partition the set of movies quite sharply, once appropriate combinations of genres are considered.

Inferring monopartite projections of bipartite networks: an entropy-based approach (121)

As an example, the orange block on the left side of our matrix is composed by movies released in 1996 (i.e. the year before the survey). Remarkably, our projection algorithm is able to capture the peculiar 'similarity' of these movies, not trivially related to the genres to which they are ascribed to (that are quite heterogeneous: Action, Comedy, Fantasy, Thriller, Sci-Fi) but to the curiosity of users towards the yearly new releases.

Inferring monopartite projections of bipartite networks: an entropy-based approach (129)

Proceeding clockwise, the violet block next to the orange one is composed by movies classified as Animation, Children's, Fantasy and Musical (e.g. 'Mrs. Doubtfire', 'The Addams Family', 'Free Willy', 'Cinderella', 'Snow White'). In other words, we are detecting the so-called 'family movies', a more comprehensive definition accounting for all elements described by the single genres above.

The next purple block is composed by genres Action, Adventure, Horror, Sci-Fi and Thriller: examples are provided by 'Stargate', 'Judge Dredd', 'Dracula', 'The Evil Dead'. This community encloses movies with marked horror traits, including titles far from 'mainstream' movies. This is the main difference with respect to the following blue block: although characterized by similar genres (but with Crime replacing Horror and Thriller) movies belonging to it are more popular: 'cult mass' movies, in fact, can be found here. Examples are provided by 'Braveheart', 'Blade Runner' and sagas as 'Star Wars' and 'Indiana Jones'.

The following two blocks represent niche movies for US users. The module in magenta is, in fact, composed by foreign movies (mostly European—French, German, Italian, English—which usually combine elements from Comedy and elements from Drama), as well as US independent films (as titles by Jim Jarmush); the yellow module, on the other hand, is composed by movies inspired by books or theatrical plays and documentaries.

The last, cyan block is composed by movies which are considered as 'classic' Hollywood movies (because of the presence of either iconic actors or master directors): examples are provided by 'Casablanca', 'Ben Hur', 'Taxi Driver', 'Vertigo' (and all movies directed by Hitchco*ck), 'Manhattan', 'Annie Hall'.

As in the WTW case, running the Inferring monopartite projections of bipartite networks: an entropy-based approach (131) (defined by constraining only the degrees of movies) leads us to obtain a coarse-grained (i.e. still informative, although less detailed) version of the aforementioned results. Only three macro-groups of movies are, in fact, detected: 'authorial' movies (as 'classic' Hollywood movies, Hitchco*ck's, Kubrick's, Spielberg's movies), recent mainstream 'blockbusters' (as 'Star Trek', 'Star Wars', 'Indiana Jones', 'Batman' sagas) and independent/niche movies (as Spike Lee's and European movies).

As a final remark, we point out that projecting on the users layer with the BiCM indeed allows several communities to be detected. However, interestingly enough, none of them seems to be accurately described by the provided indicators (age, gender, occupation and US zip code), thus suggesting that users tastes are correlated with hidden (sociometric) variables yet to be individuated.

4.Discussion

Projecting a bipartite network on one of its layers poses a number of problems for which several solutions have been proposed so far [3, 810, 1214, 32], differing from each other in the way the information encoded into the bipartite structure is dealt with.

The present paper proposes an algorithm that prescribes to, first, quantify the similarity of any two nodes belonging to the layer of interest and, then, link them if, and only if, this value is found to be statistically significant. The links constituting the monopartite projection are, thus, inferred from the co-occurrences observed in the original bipartite network, by comparing them with a proper statistical benchmark.

Since the null models considered for the present analysis retain a different amount of information, the induced projections are characterized by a different level of detail. In particular, the BiRG represents a very rough filter which employs the same probability distribution to validate the similarity between any two nodes, thereby preferentially connecting nodes with large degree than nodes with small degree. By enforcing stronger constraints (increasing the amount of retained information), stricter benchmark models are obtained.

The two partial configuration models constitute the simplest examples of benchmarks retaining also the information on the nodes degrees. However, it should be noticed that the two BiPCMs perform quite differently. In fact, the BiPCM constraining the degrees of the opposite layer we are interested in finding a projection of, provides an hom*ogeneous benchmark as well (i.e. the same Poisson–Binomial distribution for all pairs of nodes—see also the appendix), whence the expected little difference with respect to the BiRG performance; on the other hand, the BiPCM constraining the degrees of nodes belonging to the same layer we are interested in finding a projection of, provides a performance which is halfway between the BiRG one and the BiCM one. The reason lies in the fact that a (Binomial) pair-specific distribution is now induced by the constraints, i.e. a benchmark properly taking into account the heterogeneity of the considered nodes. As shown in the results section, this often allows one to obtain an accurate enough approximation to the BiCM, i.e. the null model constraining the whole degree sequence.

As also suggested in [3], the use of a benchmark which ensures that the heterogeneity of all nodes is correctly accounted for is recommended: in other words, any suitable null model for projecting a network on a given layer should (at least) constrain the degree sequence of the same layer. The use of partial null models is allowed in case of constraints redundancy, e.g. when node degrees are well described by their mean (as indicated by the coefficient of variation, for example—see also the appendix): in cases like these, specifying the whole degree sequence is actually unnecessary.

As a final remark, we explicitly notice that implementing the BiCM can be computationally demanding: this is the reason why several approximations to the Poisson–Binomial distribution have been proposed so far. However, the applicability of each approximation is limited and, whenever employed to find the projection of a real, bipartite network, they may even fail to a large extent (see the appendix). With the aim of speeding up the numerical computation of the p-values induced by any of the null models discussed in the paper—while retaining the exact expression of the corresponding distributions—a Python code has been made publicly available by the authors at [25].

Remarkably, our method can be extended in a variety of directions, e.g. to analyze directed and weighted bipartite networks, and generalized to account for co-occurrences between more than two nodes, a study that constitutes the subject of future work.

Acknowledgments

This work was supported by the Italian PNR project 'CRISIS-Lab', EU projects CoeGSS (grant: 676547), Multiplex (grant: 317532), Shakermaker (grant: 687941), SoBigData (grant: 654024), the FET projects SIMPOL (grant: 610704) and DOLFINS (grant: 640772). The authors acknowledge Alberto Cassese, Irene Grimaldi and all participants to NEDO Journal Club for useful discussions.

Appendix A.: The Poisson–Binomial distribution

The Poisson–Binomial distribution is the generalization of the usual Binomial distribution when the single Bernoulli trials are characterized by different probabilities.

More formally, let us consider N Bernoulli trials, each one described by a random variable Inferring monopartite projections of bipartite networks: an entropy-based approach (132), characterized by a probability of success equal to Inferring monopartite projections of bipartite networks: an entropy-based approach (133): the random variable described by the Poisson–Binomial distribution is the sum Inferring monopartite projections of bipartite networks: an entropy-based approach (134). Notice that if all pi are equal the Poisson–Binomial distribution reduces to the usual Binomial distribution.

Since every event is supposed to be independent, the expectation value of X is simply

Inferring monopartite projections of bipartite networks: an entropy-based approach (135)

and higher-order moments read

Inferring monopartite projections of bipartite networks: an entropy-based approach (136)

where Inferring monopartite projections of bipartite networks: an entropy-based approach (137) is the variance and γ is the skewness.

In the problem at hand, we are interested in calculating the probability of observing a number of V-motifs larger than the measured one, i.e. the p-value corresponding to the observed occurrence of V-motifs. This translates into requiring the knowledge of the survival distribution function (SDF) for the Poisson–Binomial distribution, i.e. Inferring monopartite projections of bipartite networks: an entropy-based approach (138). Reference [39] proposes a fast and precise algorithm to compute the Poisson–Binomial distribution, which is based on the characteristic function of the Poisson–Binomial distribution. Let us will briefly review the main steps of the algorithm in [39]. If we have observed exactly X* successes, then

Inferring monopartite projections of bipartite networks: an entropy-based approach (139)

where summing over CX means summing over each set of X-tuples of integers.

The problem lies in calculating CX. In order to avoid to explicitly consider all the possible ways of extracting a number of X integers from a given set, let us consider the Iinverse discrete Fourier transform of Inferring monopartite projections of bipartite networks: an entropy-based approach (140), i.e.

Inferring monopartite projections of bipartite networks: an entropy-based approach (141)

with Inferring monopartite projections of bipartite networks: an entropy-based approach (142). By comparing Inferring monopartite projections of bipartite networks: an entropy-based approach (143) with the inverse discrete Fourier transform of the characteristic function of Inferring monopartite projections of bipartite networks: an entropy-based approach (144), it is possible to prove (see [39] for more details) that the real and the imaginary part of Inferring monopartite projections of bipartite networks: an entropy-based approach (145) can be easily computed in terms of the coefficients Inferring monopartite projections of bipartite networks: an entropy-based approach (146), which are the data of our problem: more specifically, if Inferring monopartite projections of bipartite networks: an entropy-based approach (147), it is possible to prove that

Inferring monopartite projections of bipartite networks: an entropy-based approach (148)

Inferring monopartite projections of bipartite networks: an entropy-based approach (149)

where Inferring monopartite projections of bipartite networks: an entropy-based approach (150) is the principal value of the argument of zi(l) and Inferring monopartite projections of bipartite networks: an entropy-based approach (151) represents its modulus. Once all terms of the discrete Fourier transform of Inferring monopartite projections of bipartite networks: an entropy-based approach (152) (i.e. the coefficients Inferring monopartite projections of bipartite networks: an entropy-based approach (153)) have been derived, Inferring monopartite projections of bipartite networks: an entropy-based approach (154) can be easily calculated. To the best of our knowledge, the approach proposed by [39] does not suffer from the numerical instabilities which, instead, affect [40].

Appendix B.: Approximations of the Poisson–Binomial distribution

Binomial approximation. Whenever the probability coefficients of the N Bernoulli trials coincide (i.e. Inferring monopartite projections of bipartite networks: an entropy-based approach (155) as in the case of the BiRG—see later), each pair-specific Poisson–Binomial distribution reduces to the usual Binomial distribution. Notice that, in this case, all distributions coincide since the parameter is the same.

However, the Binomial approximation may also be employed whenever the distribution of the probabilities of the single Bernoulli trials is not too broad (i.e. Inferring monopartite projections of bipartite networks: an entropy-based approach (156)): in this case, all events can be assigned the same probability coefficient Inferring monopartite projections of bipartite networks: an entropy-based approach (157), coinciding with their average Inferring monopartite projections of bipartite networks: an entropy-based approach (158). In this case,

Inferring monopartite projections of bipartite networks: an entropy-based approach (159)

where Inferring monopartite projections of bipartite networks: an entropy-based approach (160) is the SDF for the random variable X following a Binomial distribution with parameter Inferring monopartite projections of bipartite networks: an entropy-based approach (161).

Whenever the aforementioned set of probability coefficients can be partitioned into hom*ogeneous subsets (i.e. subsets of coefficients assuming the same value), the Poisson–Binomial distribution can be computed as the distribution of a sum of Binomial random variables [13]. Such an algorithm is particularly useful when the number of subsets is not too large, a condition which translates into requiring that the heterogeneity of the degree sequences is not too high. However, when considering real networks this is often not the case and different approximations may be more appropriate.

Poissonian approximation. According to the error provided by Le Cam's theorem (stating that Inferring monopartite projections of bipartite networks: an entropy-based approach (162)), Poisson approximation is known to work satisfactorily whenever the expected number of successes is small. In this case

Inferring monopartite projections of bipartite networks: an entropy-based approach (163)

where the considered Poisson distribution is defined by the parameter μ [39].

Gaussian approximation. The Gaussian approximation consists in considering

Inferring monopartite projections of bipartite networks: an entropy-based approach (164)

where μ and σ have been defined in (A.1) and (A.2). The value 0.5 represents the continuity correction [39]. Since the Gaussian approximation is based upon the central limit theorem, it works in a complementary regime with respect to the Poissonian approximation: more precisely, when the expected number of successes is large.

Skewness-corrected Gaussian approximation. Based on the results of [41, 42], the Gaussian approximation of the Poisson–Binomial distribution can be further refined by introducing a correction based on the value of the skewness. Upon defining

Inferring monopartite projections of bipartite networks: an entropy-based approach (165)

where Inferring monopartite projections of bipartite networks: an entropy-based approach (166) is the probability density function of the standard normal distribution and γ is defined by (A.2), then

Inferring monopartite projections of bipartite networks: an entropy-based approach (167)

The refinement described by formula (B.4) provides better results than the Gaussian approximation when the number of events is small.

However, upon comparing the WTW projection (at the level t = 0.01, for the year 2000) obtained by running the skewness-corrected Gaussian approximation with the projection based on the full Poisson–Binomial distribution, we found that Inferring monopartite projections of bipartite networks: an entropy-based approach (168) of the statistically-significant links are lost in the Gaussian-based validated projection. The limitations of the Gaussian approximations are discussed in further detail in [42, 43].

Appendix C.: Null models

C.1.BiRG model

The BiRG model is the random graph model solved for bipartite networks. This model is defined by a probability coefficient for any two nodes, belonging to different layers, to connect which is equal for all pairs of nodes. More specifically, Inferring monopartite projections of bipartite networks: an entropy-based approach (169), where Inferring monopartite projections of bipartite networks: an entropy-based approach (170) is the observed number of links and NR and NC indicate, respectively, the number of rows and columns of our network. Since all probability coefficients are equal, the probability of a single V-motif (defined by the pair of nodes r and Inferring monopartite projections of bipartite networks: an entropy-based approach (171) belonging to the same layer and node c belonging to the second one) reads

Inferring monopartite projections of bipartite networks: an entropy-based approach (172)

Thus, the probability distribution of the number of V-motifs shared by nodes r and Inferring monopartite projections of bipartite networks: an entropy-based approach (173) is simply a Binomial distribution defined by a probability coefficient equal to Inferring monopartite projections of bipartite networks: an entropy-based approach (174):

Inferring monopartite projections of bipartite networks: an entropy-based approach (175)

C.2.Bipartite configuration model

The BiCM [16], represents the bipartite version of the configuration model [1820]. The BiCM is defined by two degree sequences. Thus, our Hamiltonian is

Inferring monopartite projections of bipartite networks: an entropy-based approach (176)

where Inferring monopartite projections of bipartite networks: an entropy-based approach (177) and Inferring monopartite projections of bipartite networks: an entropy-based approach (178) are the degrees of nodes on the top and bottom layer, respectively; Inferring monopartite projections of bipartite networks: an entropy-based approach (179) and Inferring monopartite projections of bipartite networks: an entropy-based approach (180), instead, are the Lagrangian multipliers associated with the constraints.

The probability of the generic matrix Inferring monopartite projections of bipartite networks: an entropy-based approach (181) thus reads

Inferring monopartite projections of bipartite networks: an entropy-based approach (182)

where Inferring monopartite projections of bipartite networks: an entropy-based approach (183) is the grand canonical partition function. It is possible to show that

Inferring monopartite projections of bipartite networks: an entropy-based approach (184)

where

Inferring monopartite projections of bipartite networks: an entropy-based approach (185)

is the probability for a link between nodes r and c to exist.

In order to estimate the values for xr and yc, let us maximize the probability of observing the given matrix Inferring monopartite projections of bipartite networks: an entropy-based approach (186), i.e. the likelihood function Inferring monopartite projections of bipartite networks: an entropy-based approach (187) [19]. It is thus possible to derive the Lagrangian multipliers Inferring monopartite projections of bipartite networks: an entropy-based approach (188) and Inferring monopartite projections of bipartite networks: an entropy-based approach (189) by solving

Inferring monopartite projections of bipartite networks: an entropy-based approach (190)

where Inferring monopartite projections of bipartite networks: an entropy-based approach (191), Inferring monopartite projections of bipartite networks: an entropy-based approach (192) are the observed degree sequences.

C.3.Bipartite partial configuration models

Dealing with bipartite networks allows us to explore two 'partial' versions of the BiCM (hereafter BiPCM), defined by constraining the degree sequences of, say, the top and bottom layer separately. Let us start with the null model Inferring monopartite projections of bipartite networks: an entropy-based approach (193), defined by the following Hamiltonian:

Inferring monopartite projections of bipartite networks: an entropy-based approach (194)

where Inferring monopartite projections of bipartite networks: an entropy-based approach (195) are the degrees of nodes on the top layer. Although the probability of the generic matrix Inferring monopartite projections of bipartite networks: an entropy-based approach (196) still reads

Inferring monopartite projections of bipartite networks: an entropy-based approach (197)

upon 'switching off' the multipliers Inferring monopartite projections of bipartite networks: an entropy-based approach (198) the coefficient prc now assumes the form

Inferring monopartite projections of bipartite networks: an entropy-based approach (199)

Notice that the BiCM probability coefficients in (C.6) exactly reduce to the ones in (C.10) whenever the degrees of all nodes belonging to the bottom layer coincide (i.e. Inferring monopartite projections of bipartite networks: an entropy-based approach (200)). However, Inferring monopartite projections of bipartite networks: an entropy-based approach (201) provides an accurate approximation to the BiCM even when the values Inferring monopartite projections of bipartite networks: an entropy-based approach (202) are characterized by a reduced degree of heterogeneity (e.g. as signaled by a coefficient of variation Inferring monopartite projections of bipartite networks: an entropy-based approach (203), with m and s being, respectively, the mean and the standard deviation of the bottom layer degrees).

In order to estimate the values for xr, let us maximize the likelihood function Inferring monopartite projections of bipartite networks: an entropy-based approach (204) again [19]. It is thus possible to derive the Lagrangian multipliers Inferring monopartite projections of bipartite networks: an entropy-based approach (205):

Inferring monopartite projections of bipartite networks: an entropy-based approach (206)

Notice that, in this case,

Inferring monopartite projections of bipartite networks: an entropy-based approach (207)

i.e. each V-motif defined by r and Inferring monopartite projections of bipartite networks: an entropy-based approach (208) has the same probability, independently from c. This, in turn, implies that the probability distribution of the number of V-motifs shared by nodes r and Inferring monopartite projections of bipartite networks: an entropy-based approach (209) is again a Binomial distribution defined as

Inferring monopartite projections of bipartite networks: an entropy-based approach (210)

Let us now move to considering the second partial null model, Inferring monopartite projections of bipartite networks: an entropy-based approach (211), defined by the Hamiltonian

Inferring monopartite projections of bipartite networks: an entropy-based approach (212)

where Inferring monopartite projections of bipartite networks: an entropy-based approach (213) are the degrees of nodes on the bottom layer. The probability of the generic matrix Inferring monopartite projections of bipartite networks: an entropy-based approach (214) still factorizes, with the coefficient prc assuming the form

Inferring monopartite projections of bipartite networks: an entropy-based approach (215)

as for the previously-considered Inferring monopartite projections of bipartite networks: an entropy-based approach (216), the BiCM probability coefficients in (C.6) exactly reduce to the ones in (C.15) whenever the degrees of all nodes belonging to the top layer coincide (i.e. Inferring monopartite projections of bipartite networks: an entropy-based approach (217)). Again, when the values Inferring monopartite projections of bipartite networks: an entropy-based approach (218) are characterized by a reduced degree of heterogeneity, Inferring monopartite projections of bipartite networks: an entropy-based approach (219) provides an accurate approximation to the BiCM.

The Lagrangian multipliers Inferring monopartite projections of bipartite networks: an entropy-based approach (220) are again straightforwardly estimated as

Inferring monopartite projections of bipartite networks: an entropy-based approach (221)

In this case, each V-motif defined by r, Inferring monopartite projections of bipartite networks: an entropy-based approach (222) and c has a probability which depends exclusively on c. As a consequence, the probability distribution of the number of V-motifs shared by any two nodes r and Inferring monopartite projections of bipartite networks: an entropy-based approach (223) is the same one, i.e. a Poisson–Binomial whose single Bernoulli trial is defined by a probability reading

Inferring monopartite projections of bipartite networks: an entropy-based approach (224)

Appendix D.: Comparing different projection algorithms

Available procedures suffer from a number of limitations that our method aims at overcoming. In what follows we compare the performance of some of them in projecting the WTW on the countries layer, for the year 2000, in greater detail, see figure D1 for the results of the comparison.

The method proposed in [12] outputs an empty network for all years of our dataset: we suspect the reason to lie in the very large number of hypotheses tested at a time, leading to a too-severe correction. A similar result is obtained when applying the recipe proposed in [7]: only a tenth of links (among the group of advanced economies) are validated.

Although similar-in-spirit to ours, the method proposed in [13] prescribes to implement the Bonferroni correction as well. All links validated by applying this kind of correction are always a subset of the links validated when controlling for the FDR: this is the reason underlying the less informative community structure obtained when this algorithm is run on the WTW.

The third comparison we have explicitly carried out is the one with the forest-inducing method proposed in [9]. Links validated by such a method are characterized by the largest overlap (Inferring monopartite projections of bipartite networks: an entropy-based approach (225)) with the ones validated by our procedure. This may be due to the selection of those events which have the higher chance to be significant (i.e. the largest number of shared co-occurrences): anyway, no statistical control is explicitly provided (e.g. the forest-like topology is not per se guaranteed to encode the most significant events).

As a final remark, we explicitly notice that the problem of spurious clustering does not affect our method, by definition. In fact, the presence of a node simultaneously connected to several nodes on the opposite layer does not imply the latter to be connected in the projection: this is the case if, and only if, the similarity between the involved nodes passes the test of statistical significance. An extreme example is provided by a network having a node c (on one layer) which is connected to every other node (on the opposite layer), projected by employing the BiCM: since the fully-connected node is, actually, a 'deterministic' node (its links are described by probability coefficients which are 1), any V-motif having it as a vertex (e.g. Inferring monopartite projections of bipartite networks: an entropy-based approach (226)) is deterministic as well. Thus, Inferring monopartite projections of bipartite networks: an entropy-based approach (227) (one V-motif is surely present) and the distribution describing the overlap between r and Inferring monopartite projections of bipartite networks: an entropy-based approach (228) is shifted, as a whole, by one. In other words, the set of events which determine the presence of a link between r and Inferring monopartite projections of bipartite networks: an entropy-based approach (229) does not include the deterministic V-motif (even more so, deterministic nodes can be discarded from the validation process carried out by the BiCM from the very beginning).

Inferring monopartite projections of bipartite networks: an entropy-based approach (2024)
Top Articles
Latest Posts
Article information

Author: Lidia Grady

Last Updated:

Views: 5420

Rating: 4.4 / 5 (65 voted)

Reviews: 88% of readers found this page helpful

Author information

Name: Lidia Grady

Birthday: 1992-01-22

Address: Suite 493 356 Dale Fall, New Wanda, RI 52485

Phone: +29914464387516

Job: Customer Engineer

Hobby: Cryptography, Writing, Dowsing, Stand-up comedy, Calligraphy, Web surfing, Ghost hunting

Introduction: My name is Lidia Grady, I am a thankful, fine, glamorous, lucky, lively, pleasant, shiny person who loves writing and wants to share my knowledge and understanding with you.