Pith. sign in

REVIEW 4 major objections 5 minor 28 references

Topological measures in weighted hypergraphs

T0 review · 4 major / 5 minor · reviewed 2026-08-01 · deepseek-v4-flash

Pith's one-line read Distance-based network measures change systematically when computed with a hypergraph-aware distance instead of clique projection, and real hypergraphs sort into three classes by which interaction orders dominate.

desk verdict Useful extension of a self-authored hypergraph distance to three centrality measures, but the three-class taxonomy rests on visual inspection with a single non-unique weight function and needs robustness checks before it can be taken as practical guidance. read the letter →

arxiv 2607.20962 v1 pith:GRAKVKMN submitted 2026-07-23 physics.soc-ph

classification physics.soc-ph MSC 05C6505C82
keywords hypergraphsdistancecentralitycliqueprojectionhigher-orderinteractionsmultilayerrepresentationeccentricitybetweenness
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper extends three classical distance-based measures—closeness centrality, betweenness centrality, and eccentricity—to weighted hypergraphs using a recently proposed hypergraph distance that accounts for hyperedge sizes, intersections, and weights. Through small illustrative examples and analyses of ten real-world datasets, it demonstrates that the results differ systematically from those obtained via clique projection, and that these differences reflect genuine higher-order structure rather than noise. Building on a multilayer representation of hypergraphs, the authors introduce a distance vector whose components track how distances change as progressively larger interaction orders are included. This lets them classify hypergraphs into three broad types: those dominated by pairwise interactions, those dominated by intermediate interaction orders, and those where all interaction orders matter. The practical payoff is a principled way to decide how many interaction orders must be retained to analyze a system faithfully, thereby reducing computational complexity without losing the information encoded in higher-order connections.

What carries the argument

The key object is the hypergraph distance d_w(i,j) defined in Eqs. (1)-(2), which is computed via a weighted line graph of the hypergraph: each hyperedge becomes a node in the line graph, and the weight between two line-graph nodes depends on the sizes of the corresponding hyperedges, the size of their intersection, and the hyperedge weights through a positive function f. With the choice f(x)=1/x, higher-weight hyperedges contribute shorter distances. This distance is then used to define hypergraph versions of closeness centrality, a betweenness centrality that sums inverse intersection sizes along shortest paths, and eccentricity. A second central object is the distance vector (Eq. 7), obta

What would settle it

Compute the same centrality rankings, distance-vector quantiles, and class assignments on the same ten datasets using another distance that satisfies the same stated properties, for example with f(x)=1 or f(x)=1/x^2; if the three-class structure or the ranking discrepancies qualitatively disappear or substantially reassign datasets, the paper's central claim would be called into question. Alternatively, find a real hypergraph in the claimed pairwise-dominated class where adding higher-order layers nevertheless changes shortest-path routing or centrality rankings under the paper's own distance.

Watch

Extended reading notes

Core claim

On the paper's own terms, the central claim is that the definition of distance in a hypergraph is not a neutral choice: replacing clique projection with a hypergraph distance that incorporates hyperedge sizes, intersection sizes, and weights yields systematically different values for closeness, betweenness, and eccentricity, and these differences are traceable to concrete structural features of the hypergraph. Analyzing ten real-world datasets plus scientific preprint metadata, the authors show that hypergraphs fall into three classes according to which interaction orders dominate their metric structure: pairwise interaction dominance, low-order interaction dominance, and high-order interact

Load-bearing premise

Every comparison and class assignment in the paper is computed with a single hypergraph distance formula (the one from Ref. [16] with f(x)=1/x), and if that formula is not representative of admissible hypergraph distances, the systematic differences and the three-class taxonomy could change.

Editorial extensions

If this is right

  • If the paper's claim is correct, clique projection is not a safe default for distance-based analysis of hypergraphs: for many real systems it yields different, sometimes anticorrelated, rankings of closeness, betweenness, and eccentricity.
  • The three-class taxonomy gives a practical criterion for deciding how much higher-order structure to retain: for pairwise-dominated hypergraphs, analysis can be restricted to the graph projection with little loss, while high-order-dominated ones require all interaction sizes.
  • The distance vector can be used as a diagnostic tool: the layer at which quantiles of distance distributions stop changing indicates the highest interaction order needed for faithful analysis.
  • Extending these measures to directed hypergraphs is a natural next step, as the current framework only covers undirected structures.
  • The computational cost of exact hypergraph distances (worst-case O(M^3)) motivates scalable approximations for large-scale applications.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The three-class taxonomy is likely sensitive to the specific choice of the weight function f: a different admissible f (e.g., one that downplays edge sizes) could reassign some datasets between classes, since the authors themselves note that their chosen form is not the only one satisfying the stated properties.
  • A testable extension: in systems assigned to the high-order-dominated class, spreading processes or shortest-path-based dynamics should measurably deviate from predictions made on the clique projection; the class assignment could thus be validated dynamically, not just statically.
  • The distance vector could serve as a feature for representation learning on hypergraphs, letting downstream machine-learning tasks choose the filtration depth automatically rather than by a fixed heuristic.
  • Datasets such as plant-pollinator networks and the disease network, which show strong higher-order dominance, may have structurally different effective geometries than contact networks, which could affect any analysis that assumes a graph-like metric.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper generalizes three distance-based topological measures (closeness centrality, betweenness centrality, and node eccentricity) from graphs to weighted hypergraphs using the hypergraph distance of Ref. [16], which accounts for hyperedge sizes, intersections, and weights via a chosen function f. The authors compare these hypergraph measures with their clique-projection counterparts on small illustrative examples and on 10 benchmark hypergraphs plus arXiv tag co-occurrence data. They further introduce a distance-vector representation based on multilayer filtration and use quantile-quantile plots to classify the datasets into three classes: pairwise-interaction dominance, low-order-interaction dominance, and high-order-interaction dominance. The paper concludes that clique projection is often inadequate and that the classification can guide which hyperedge orders to retain.

Significance. If the central claims are robust, the paper provides practical guidance: clique projection can substantially mis-rank nodes in distance-based centralities, and the proposed taxonomy identifies when higher-order layers must be retained. The manuscript is clearly written, the illustrative examples are explicit and tractable, and the source code and data are made available (codeberg), which supports reproducibility. The central limitation is that the entire empirical analysis and taxonomy rest on a single, admittedly arbitrary weight-distance function f(x)=1/x within a non-unique distance definition; this makes the main conclusions conditional until a sensitivity analysis is provided.

major comments (4)
  1. [§2.1 and §4.2.2] The hypergraph distance in Eqs. (1)–(2) depends on the positive function f, and §2.1 states that the specific form is 'not necessarily the only one' and that the weight dependence is 'completely arbitrary'. The paper fixes f(x)=1/x for all comparisons and for the three-class taxonomy in §4.2.2. Since the central claim is that differences between hypergraph and projected distance are systematic and that hypergraphs fall into structurally meaningful classes, this single choice is load-bearing. A different admissible f (e.g., f(x)=x^{-α} with varying α, or a logarithmic form) could alter distance values, centrality rankings, and the layer at which Q-Q distributions converge, potentially moving datasets between classes. Please provide a sensitivity analysis over admissible f to show that the qualitative conclusions—especially the Class 1/2/3 assignments—are robust. Without it, the taxonomy i
  2. [§4.2.2, Figs. 5–8] The assignment of datasets to the three classes is described in words ('effectively equal', 'converge', 'keep changing') and supported by Q-Q plots, but no formal convergence criterion or statistical test is specified. For example, Class 1 is claimed when 'the quantiles of H^{w,2} and H^w are effectively equal'; Class 2 when distributions 'converge for an intermediate layer number k'; Class 3 when quantiles 'keep changing'. Without a precise measure (e.g., maximum absolute quantile deviation below a threshold, or a two-sample test on distance distributions), the classification is not falsifiable and cannot be independently checked. Please define an explicit rule for assigning a dataset to a class and report the numerical values that justify each assignment.
  3. [§4.1.2, Figs. 2–3] The comparison of projected versus hypergraph rankings uses Kendall's rank correlation and the μ_t measure, but no confidence intervals or significance tests are provided. Statements such as 'anticorrelated' (pollinator networks) and 'completely uncorrelated' (pollinator 062) are strong and should be accompanied by uncertainty estimates, especially for datasets with small N (e.g., Enron, Senate). At a minimum, bootstrap CIs for KRC at representative t values, or a permutation test against the null of no association, would support the claim that the observed differences are systematic rather than noise.
  4. [§4.2, Eq. (7)] In the definition of the distance vector (7), components d^{w,k}(i,j) are undefined for k smaller than the layer in which i and j first become connected. The Q-Q analyses in Figs. 5–8 compare distance distributions across layers, but the paper does not state how pairs with undefined entries are treated: are they excluded from the distribution, assigned infinite distance, or handled otherwise? This choice can materially affect whether Q-Q curves 'converge' and thus the class assignment. Please specify the exact subset of node pairs used for each Q-Q comparison and how undefined components are treated.
minor comments (5)
  1. [Abstract] Typo: 'Trough' should be 'Through'. Also 'threedistancebasedtopologicalmeasures' and 'nodepairs' are missing spaces in the abstract.
  2. [§3] Typo: 'higher-order interations' should be 'higher-order interactions'.
  3. [§2.2, Eq. (5)] The definition of a path π and the indices in the intersection sum are not fully explicit. Please define the length ℓ, the indexing of consecutive hyperedges, and the meaning of the indicator more precisely.
  4. [§4.2.2] The phrase 'quantile-quantile distance relations' is informal; consider using 'quantile-quantile plots of the distance distributions' throughout.
  5. [Fig. 4 caption] The caption contains a typo: 'Relative size the of the largest connected component' should read 'Relative size of the largest connected component'.

Circularity Check

0 steps flagged · score 0.0 of 10

No circular derivation: the results apply an imported hypergraph distance to external data; no fitted parameter is renamed as a prediction.

full rationale

The paper takes the hypergraph distance of Eqs. (1)-(2) from Ref. [16] as a starting point and computes closeness, betweenness, eccentricity, distance vectors, and a three-class taxonomy from it. There is no step in which a quantity to be predicted is used to define the distance, nor is any parameter fitted to the datasets and then reported as a finding. The centrality measures and the class assignments are empirical outputs computed on independent benchmark data; the classes are descriptive categories of the computed distance-vector behaviour, not quantities used in the construction of the distance. The only point that could be raised is that the distance itself comes from prior work by overlapping authors and that the weight function f(x)=1/x is acknowledged to be arbitrary and non-unique (Section 2.1: 'the specific form proposed in Ref. [16] is not necessarily the only one'; 'completely arbitrary'). That is a robustness/generalizability limitation, not a circularity: changing f could change numerical rankings or class boundaries, but the paper does not claim uniqueness, and no prediction is forced by construction. The comparison against clique projection is also computed with the same f in both formulations, so the observed differences are not an artefact of fitting a parameter to the outcome. Hence no circular step is exhibited.

Assumptions & free parameters 2 free parameters · 4 assumptions · 0 invented entities

No new physical entities are introduced. The load-bearing assumptions are the imported non-unique distance from [16], the hand-chosen f=1/x, the layer-filtration interpretation, and the representativeness of the datasets. These assumptions are reasonable but not independently proven.

free parameters (2)
  • Weight-to-distance function f(x) = 1/x
    Chosen by hand for all analyses; encodes the assumption that larger hyperedge weights mean shorter distances. Not fitted to data, but affects every distance, centrality, and class assignment.
  • Constants 1/2 and 3/2 in Eq. (1) = 1/2, 3/2
    Arbitrary coefficients in the imported line-graph edge-weight formula; they set the balance between hyperedge size, intersection size, and weight, and are not derived from data or from the four stated properties.
assumptions (4)
  • domain assumption Eqs. (1)–(2) define a valid distance satisfying the four stated properties (size, intersection, weight tunability, reduction to graph distance).
    Taken from Ref. [16] without proof in this paper; all measures inherit it. The paper notes the form is not unique.
  • domain assumption Higher weight implies closer connection for all datasets, so f(W)=1/W is applicable.
    Section 2.1: 'This is a natural choice for cases in which higher weight of hyperedges represent closer connections...' This is asserted, not tested per dataset.
  • domain assumption The multilayer filtration H^{w,k} (hyperedges of size ≤ k) captures the metric structure progressively, so distance vectors can be compared across layers.
    Section 2.2, Eq. (7) and the definition of layers; assumes adding larger hyperedges only shortens distances and that layer-wise convergence defines interaction-order dominance.
  • domain assumption The ten benchmark datasets plus arXiv sub-samples are representative enough to support a general three-class taxonomy.
    Section 4.2.2 classifies all analyzed hypergraphs into three classes without a formal statistical clustering procedure or a principled sample-size argument.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Topological measures in weighted hypergraphs." pith.science (2026). https://pith.science/paper/GRAKVKMN

@misc{pith2026260720962,
  author       = {Pith},
  title        = {Pith review of: Topological measures in weighted hypergraphs},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/GRAKVKMN}},
  note         = {Machine review of arXiv:2607.20962}
}
read the original abstract

Higher-order interactions introduce an additional structural dimension to complex networks, requiring consistent generalizations of classical topological measures. In hypergraphs, the definition of distance between nodes is not unique: beyond the conventional measure derived from clique projection, an alternative formulation that explicitly incorporates the sizes of hyperedges, those of their intersection and their weights has been recently proposed. Here, we generalize three distance-based topological measures, namely closeness centrality, betweenness centrality and node eccentricity, using this new hypergraph distance. Trough tractable illustrative examples, we demonstrate that the differences between results obtained with the two distances are systematic and arise from structurally meaningful features of the higher-order networks. Also, analyzing a series of real-world datasets, we show that hypergraphs can be divided into three distinct classes, corresponding to the possible dominance of specific orders of interaction over their general metric structure. This provides practical guidance on the possibility of limiting the analysis to only some specific interaction orders, reducing its complexity while maintaining the full information of the system.

Figures

Figures reproduced from arXiv: 2607.20962 by the authors.

Figure 1
Figure 1. Illustrative examples of hypergraphs. A) Hypergraph 𝐻1 contains four nodes connected by 7 edges, one of size 3 and the rest of size 2. B) Hypergraph 𝐻2 contains 8 nodes and 12 edges. Nodes B and C act as bridges between two sets of densely connected nodes [PITH_FULL_IMAGE:figures/full_fig_p011_1.png] view at source ↗
Figure 2
Figure 2. Similarity of node rankings by closeness and betweenness. The behaviours of the 𝜇-measure and of the Kendall rank correlation coefficient (KRC) with the number of included top nodes reveals how the importance of higher-order connections changes at different scales. In particular, they are more relevant at the global scale than at the local one in the school dataset and in the conference contact network, whereas the … view at source ↗
Figure 3
Figure 3. Similarity of node rankings by eccentricity. The behaviours of the 𝜇-measure and of the Kendall rank correlation coefficient (KRC) with the number of included top nodes reveals that, if higher-order interactions are not negligible, the topological structure of the networks changes radically with the chosen definition of distance. Thus, while the differences are small in the contact networks (primary school, high sch… view at source ↗
Figures from the paper (5 more)
Figure 4
Figure 4. Figure 4: Relative size the of the largest connected component (LCC) in hypergraph layers. A) In the arXiv dataset, almost all nodes are connected already when only pairwise interactions are considered (𝑘 = 2, black curve). For 𝑘 = 3, all the nodes belong to the LCC in some year…
Figure 5
Figure 5. Figure 5: Quantile-quantile distance plots for benchmark datasets with pairwise interaction dominance. The panels show the correspondence between the quantiles of the distributions of distances 𝑑 𝑤,2 (𝑖, 𝑗) and 𝑑 𝑤(𝑖, 𝑗) (blue), and those of the distributions of distances 𝑑 𝑝,2 …
Figure 6
Figure 6. Figure 6: The quantile-quantile distance plots for the arXiv datasets show a strong pairwise interaction dominance. The panels show the correspondence between the quantiles of the distributions of distances 𝑑 𝑤,2 (𝑖, 𝑗) and 𝑑 𝑤(𝑖, 𝑗) (blue), and those of the distributions of dis…
Figure 7
Figure 7. Figure 7: The quantile-quantile distance plots for the Plant Pollinators (015) dataset show the dominance of intermediate orders of interaction. The panels show the correspondence between the quantiles of the distributions of the distances 𝑑 𝑤,𝑘(𝑖, 𝑗) and 𝑑 𝑤(𝑖, 𝑗) (blue), and t…
Figure 8
Figure 8. Figure 8: The quantile-quantile distance plots for the show the dominance of higher-order interactions. The panels show the correspondence between the quantiles of the distributions of the distances 𝑑 𝑤,𝑘(𝑖, 𝑗) and 𝑑 𝑤(𝑖, 𝑗) (blue), and those of the distributions of the distance…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

28 extracted references · 1 linked inside Pith

  1. [16]

    Distances in weighted higher-order networks.Communications Physics, 2026

    Charo I del Genio, Ekaterina Vasilyeva, Liubov Tupikina, Dmitry Fedorov, Daniil Musatov, Andrei M Raigorodskii, and Stefano Boccaletti. Distances in weighted higher-order networks.Communications Physics, 2026

  2. [1]

    The structure and function of complex networks.SIAM Review, 45:167, 2003

    Mark Newman. The structure and function of complex networks.SIAM Review, 45:167, 2003

  3. [2]

    Complex networks: Structure and dynamics.Physics Reports, 424:175, 2006

    Stefano Boccaletti, Vito Latora, Yamir Moreno, Martin Chavez, and D-U Hwang. Complex networks: Structure and dynamics.Physics Reports, 424:175, 2006

  4. [3]

    Oxford University Press, 2012

    Ernesto Estrada.The structure of complex networks: theory and applications. Oxford University Press, 2012

  5. [4]

    The structure and dynamics of multilayer networks.Physics Reports, 544:1, 2014

    StefanoBoccaletti,GinestraBianconi,ReginoCriado,CharoIvandelGenio,JesúsGómez-Gardeñes,MiguelRomance,IreneSendiña-Nadal, Zhen Wang, and Massimiliano Zanin. The structure and dynamics of multilayer networks.Physics Reports, 544:1, 2014

  6. [5]

    Oxford university press, 2018

    Mark Newman.Networks. Oxford university press, 2018

  7. [6]

    Networks beyond pairwise interactions: Structure and dynamics.Physics reports, 874:1, 2020

    Federico Battiston, Giulia Cencetti, Iacopo Iacopini, Vito Latora, Maxime Lucas, Alice Patania, Jean-Gabriel Young, and Giovanni Petri. Networks beyond pairwise interactions: Structure and dynamics.Physics reports, 874:1, 2020

  8. [7]

    The structure and dynamics of networks with higher order interactions.Physics Reports, 1018:1, 2023

    Stefano Boccaletti, Pietro De Lellis, Charo Ivan del Genio, Karin Alfaro-Bittner, Regino Criado, Sarika Jalan, and Miguel Romance. The structure and dynamics of networks with higher order interactions.Physics Reports, 1018:1, 2023

Show all 28 references
  1. [8]

    Reconstructingsimplicialcomplexesfromevolutionary games.Physical Review E, 111:044304, 2025

    Yin-JieMa,Zhi-QiangJiang,FanshuFang,CharoI.delGenio,andStefanoBoccaletti. Reconstructingsimplicialcomplexesfromevolutionary games.Physical Review E, 111:044304, 2025

  2. [9]

    del Genio, and Stefano Boccaletti

    Fatemeh Parastesh, Mahtab Mehrabbeik, Karthikeyan Rajagopal, Sajad Jafari, Matjaž Perc, Charo I. del Genio, and Stefano Boccaletti. Synchronization stability in simplicial complexes of near-identical systems.Physical Review Research, 7:033039, 2025

  3. [10]

    del Genio

    Charo I. del Genio. Hypermodularity and community detection in hypergraphs.Physical Review Research, 7:033045, 2025

  4. [11]

    Solitarystatesinspiking oscillators with higher-order interactions.Physical Review E, 112:034302, 2025

    VladimirVSemenov,SubhasanketDutta,StefanoBoccaletti,CharoI.delGenio,SarikaJalan,andAnnaZakharova. Solitarystatesinspiking oscillators with higher-order interactions.Physical Review E, 112:034302, 2025

  5. [12]

    Equitabilityandexplosivesynchronisationinmultiplex and higher-order networks.Communications Physics, 9:117, 2026

    KKovalenko,GContreras-Aso,CIdelGenio,SBoccaletti,andRJSánchez-García. Equitabilityandexplosivesynchronisationinmultiplex and higher-order networks.Communications Physics, 9:117, 2026

  6. [13]

    Higher-orderinteractionsinducechimerastatesingloballycoupledoscillators

    ZGuo,ZLui,SGuan,CIdelGenio,SBoccaletti,andJZhou. Higher-orderinteractionsinducechimerastatesingloballycoupledoscillators. Physical Review Research, 8:023011, 2026

  7. [14]

    Hypernetwork science via high-order hypergraph walks.EPJ Data Science, 9:16, 2020

    Sinan G Aksoy, Cliff Joslyn, Carlos Ortiz Marrero, Brenda Praggastis, and Emilie Purvine. Hypernetwork science via high-order hypergraph walks.EPJ Data Science, 9:16, 2020

  8. [15]

    Higher-order shortest paths in hypergraphs.Physical Review E, 112:054302, 2025

    Berné L Nortier, Simon Dobson, and Federico Battiston. Higher-order shortest paths in hypergraphs.Physical Review E, 112:054302, 2025

  9. [17]

    Distances in higher-order networks and the metric structure of hypergraphs.Entropy, 25:923, 2023

    Ekaterina Vasilyeva, Miguel Romance, Ivan Samoylenko, Kirill Kovalenko, Daniil Musatov, Andrey Mihailovich Raigorodskii, and Stefano Boccaletti. Distances in higher-order networks and the metric structure of hypergraphs.Entropy, 25:923, 2023

  10. [18]

    Multilayer representation of collaboration networks with higher-order interactions.Scientific reports, 11:5666, 2021

    E Vasilyeva, A Kozlov, Karin Alfaro-Bittner, D Musatov, AM Raigorodskii, Matjaž Perc, and Stefano Boccaletti. Multilayer representation of collaboration networks with higher-order interactions.Scientific reports, 11:5666, 2021

  11. [19]

    Betweenness computation in the single graph representation of hypergraphs.Social networks, 35:561, 2013

    Rami Puzis, Manish Purohit, and VS Subrahmanian. Betweenness computation in the single graph representation of hypergraphs.Social networks, 35:561, 2013

  12. [20]

    Benson, Rediet Abebe, Michael T

    Austin R. Benson, Rediet Abebe, Michael T. Schaub, Ali Jadbabaie, and Jon Kleinberg. Simplicial closure and higher-order link prediction. Proceedings of the National Academy of Sciences, 115:E11221, 2018

  13. [21]

    Contact patterns in a high school: A comparison between data collected using wearable sensors, contact diaries and friendship surveys.PLoS One, 10:e0136497, 2015

    Rossana Mastrandrea, Rossana Fournet, and Alain Barrat. Contact patterns in a high school: A comparison between data collected using wearable sensors, contact diaries and friendship surveys.PLoS One, 10:e0136497, 2015

  14. [22]

    Generative hypergraph clustering: From blockmodels to modularity.Science Advances, 7:eabh1303, 2021

    Philip S Chodrow, Nate Veldt, and Austin R Benson. Generative hypergraph clustering: From blockmodels to modularity.Science Advances, 7:eabh1303, 2021

  15. [23]

    The human disease network

    Kwang-Il Goh, Michael E Cusick, David Valle, Barton Childs, Marc Vidal, and Albert-László Barabási. The human disease network. Proceedings of the National Academy of Sciences, 104:8685, 2007

  16. [24]

    Pollination ecology in a phryganic ecosystem.American Journal of Botany, 80:892, 1993

    T Petanidou and D Vokou. Pollination ecology in a phryganic ecosystem.American Journal of Botany, 80:892, 1993

  17. [25]

    Science Press, 1929

    Charles Robertson.Flowers and insects: lists of visitors of four hundred and fifty-three flowers. Science Press, 1929

  18. [26]

    What’s in a crowd? analysis of face-to-face behavioral networks.Journal of theoretical biology, 271:166, 2011

    Lorenzo Isella, Juliette Stehlé, Alain Barrat, Ciro Catuto, Jean-François Pinton, and Wouter Van den Broeck. What’s in a crowd? analysis of face-to-face behavioral networks.Journal of theoretical biology, 271:166, 2011

  19. [27]

    Ontheuseofarxivasadataset.arXiv,page1905.00075, 2019

    ColinB.Clement,MatthewBierbaum,KevinP.O’Keeffe,andAlexanderA.Alemi. Ontheuseofarxivasadataset.arXiv,page1905.00075, 2019. E. Vasilyevaet al.:Preprint submitted to ElsevierPage 9 of 10 Topological measures in weighted hypergraphs

  20. [28]

    Vector centrality in hypergraphs.Chaos, Solitons & Fractals, 162:112397, 2022

    Kirill Kovalenko, Miguel Romance, Ekaterina Vasilyeva, David Aleja, Regino Criado, Daniil Musatov, Andrei M Raigorodskii, Julio Flores, Ivan Samoylenko, Karin Alfaro-Bittner, Matjaž Perc, and Stefano Boccaletti. Vector centrality in hypergraphs.Chaos, Solitons & Fractals, 162:...

Pith tools

Reviewed August 1, 2026 · model on record in the stance chip above.