Pith. sign in

REVIEW 4 major objections 7 minor 51 references

Experimental Analysis and Evaluation of Cohesive Subgraph Discovery

T0 review · 4 major / 7 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read This paper claims the first systematic evaluation of 14 cohesive subgraph models, finding that truss-based models are denser, core-based models are larger and more interpretable, and SCAN performs best on community search.

desk verdict A genuinely useful first benchmark of 14 cohesive subgraph models, with a load-bearing parameter-calibration flaw that a serious revision can fix. read the letter →

arxiv 2507.10262 v1 pith:VZ7QBAN3 submitted 2025-07-14 cs.SI

classification cs.SI
keywords cohesivesubgraphdiscoveryk-corek-trusscommunitysearchgraphclusteringbenchmarkevaluationsocialnetworkanalysis
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 is a systematic experimental comparison of 14 cohesive subgraph models on simple undirected and unweighted graphs, using synthetic and real-world networks and a community search task. The authors try to establish that model families have predictable tradeoffs: truss-based and combined core-and-truss models return denser, more cohesive subgraphs; core-based models return larger, easier-to-interpret subgraphs; and for community search, graph clustering models such as SCAN give the most accurate communities. They also argue that for downstream tasks, truss-based or combined approaches are the safer lower-bound initialization, while core-based approaches leave room for improvement. If these findings hold, they give practitioners a grounded way to choose a model by application rather than by familiarity.

What carries the argument

The argument is carried by a unified evaluation harness rather than by a single theorem. Fourteen algorithms are brought into one codebase with a common interface, and a default parameter grid (Table 6) assigns each model four cohesiveness levels so that every model is scored on the same thresholds. Quality is measured by seven metrics—average degree, cut ratio, clustering coefficient, edge density, inverse conductance, average connected component size, and modularity—computed in two ways: locally, averaging over each connected component, and globally, treating all returned nodes as one subgraph. Synthetic graphs are generated by varying five structural parameters, and real graphs range from 34 to roughly 4 million nodes, grounding the comparison in both controlled and natural settings. This machinery turns qualitative model categories (core, triangle, clique, connected-component, and other) into measurable rankings.

What would settle it

Re-run the same 14 models on the same datasets with per-dataset parameter tuning, for instance choosing each model's thresholds to maximize modularity or community-search accuracy on held-out ground truth, and check whether the qualitative ranking still holds: truss and combined models denser, core models larger, SCAN best for community search. If the ordering flips by dataset, the uniform-grid choice was the load-bearing decision.

Watch

Extended reading notes

Core claim

On its own terms, the paper claims to provide the first comprehensive evaluation of 14 existing cohesive subgraph models, all implemented in one project and run on 12 real-world networks plus 20 synthetic benchmark graphs with varied generative parameters. Across seven evaluation metrics computed at local and global levels, the experimentally supported finding is that truss-based models (k-truss, k-tripeak) and combined models (k-core-truss, (k,s)-core) consistently produce more cohesive subgraphs than core-based models, while core-based models (k-core and variants) produce larger subgraphs that are easier for users to interpret. The paper also reports that Alphacore and SCAN produce more cohesive results, and that for the community search downstream task, graph clustering algorithms such as SCAN perform best, with Alphacore, k-distance clique, k-core, and (k,s)-core giving comparable accuracy. A final recommendation is that when a cohesive subgraph model is used only as an initial solution, truss-based or combined approaches are the preferred lower bound, whereas core-based approaches are suitable when there is room for downstream refinement.

Load-bearing premise

The comparison's fairness rests on one hand-picked parameter grid (Table 6) being applied uniformly to all datasets, and the paper itself concedes that some results may not be well-tuned or may be missing when an algorithm returned nothing.

Editorial extensions

If this is right

  • If the findings hold, users who value interpretability should start with core-based models such as k-core or (k,p)-core.
  • Users who value cohesion should prefer truss-based or combined models such as k-truss, k-tripeak, k-core-truss, or (k,s)-core.
  • For community search initialization, graph clustering models such as SCAN give the most accurate starting communities, while truss-based or combined models are the recommended lower-bound initial solution.
  • Ratio-based models such as SCAN and (k,p)-core behave differently as network size grows, so conclusions drawn on small graphs should not be assumed to transfer to million-node networks.
  • Parameter selection remains the main practical obstacle; the paper's uniform grid shows rankings but does not remove the need for per-dataset tuning.

Reading between the lines

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

  • The same experimental harness could be extended to weighted, directed, signed, bipartite, or hypergraph settings; the core-versus-truss trade-off would likely reappear, but the specific rankings would need recalibration.
  • A testable extension is to compare model rankings on a larger set of ground-truth community datasets with per-dataset tuned parameters, to see whether SCAN's community-search advantage persists outside the two datasets used here.
  • The local-versus-global evaluation split suggests that any single-number benchmark can be misleading; rankings on edge density or conductance can change simply by averaging per component instead of aggregating, so future benchmarks should report both.
  • The interpretability-versus-cohesion framing points toward a design space of hybrid models that interpolate between degree and support constraints, where the paper's comparison could serve as the baseline.
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 / 7 minor

Summary. This paper presents an experimental benchmark of fourteen existing cohesive subgraph discovery models on simple undirected unweighted graphs. The models are organized into five families (core-based, triangle-based, clique-based, connected-component-based, and other), and are evaluated on twenty LFR synthetic graphs, twelve real-world networks, seven evaluation metrics, and a community-search downstream task. The paper's headline conclusions are that truss-based and combined models produce more cohesive subgraphs, core-based models produce larger and more interpretable subgraphs, and graph-clustering approaches such as SCAN perform best for community search. The authors also release unified implementations of the algorithms.

Significance. If the benchmark is reliable, this is a useful service contribution to the cohesive-subgraph community: it brings fourteen models under one implementation, covers a wide range of network scales and synthetic configurations, and attempts a task-based comparison rather than a purely structural one. The public code and the transparency about null results are commendable. However, the central comparative claims rest on hand-chosen parameter grids whose cross-model comparability is not established, and several metric formulas in Section 4.1 are garbled as typeset, so the quantitative basis for the rankings needs substantial repair before the conclusions can be taken at face value. The contribution is still valuable as a broad qualitative survey, but the 'first comprehensive evaluation' framing should be softened unless the authors can document the absence of comparable prior benchmarks.

major comments (4)
  1. [Section 4.1, Table 6] The parameter grids in Table 6 are not placed on any common scale, and this is load-bearing for the family-level rankings. For example, k-core runs at k=3,5,7,9 while k-truss runs at k=4,6,8,10, and (k,p)-core and SCAN use ratio thresholds at fixed k. Nothing in the paper establishes that q1 for one model corresponds to q1 for another in a comparable sense of 'cohesiveness level.' The observation that truss-based outputs are denser and smaller could simply mean that the selected truss thresholds were relatively stricter than the selected core thresholds. The paper itself concedes in Section 4.1 that 'some of our experimental results may not have been well-tuned or may not have been reported in cases where the algorithm returned null results,' which introduces a selection bias: a model that returns null at high q is silently absent from the cohesive end of the ranking. I recommend reporting the full result matrix including nulls, and adding a sensitivity analysis or a threshold-matching procedure (for example, matching outputs by size or density across model families) before drawing intrinsic-comparison conclusions.
  2. [Section 4.1, Global-level evaluation metrics] Several metric formulas are garbled as typeset, which is serious because these metrics are the basis for all quantitative conclusions. The Cut Ratio formula is written as 1 - sum_{i in H, j in \bar H} 1 / (|V[H]| * |V[G\H]|), which as written has no clearly defined summand and is dimensionally wrong; the standard cut ratio should be the size of the edge cut divided by |V[H]| * |V[G\H]|. The Inverse Conductance formula is written as 1 - sum_{i in H, j in \bar H} 1 / min(d_H, d_{\bar H}), which again omits the number of crossing edges and the correct volume denominators. The local-level Modularity expression l_c/|E| - d_c^2/(4|E|^2) does not match the standard Newman-Girvan modularity and is not derived or justified. The authors should provide correct, unambiguous formulas for every metric, preferably in a table with a reference to the standard definition.
  3. [Section 4.2, Synthetic networks and Table 4] The synthetic experiments use only one LFR instance per parameter combination: for each of the five parameter types, four values are tested, but there is no replication across seeds and no error bars or variance reporting in Figures 18-24. Given that the qualitative claims are about differences between model families, a single instance per setting cannot establish that observed gaps are not due to LFR sampling noise. The authors should either generate multiple LFR realizations per parameter point and report means with variance, or explicitly state that the figures show single-instance behavior and restrict the conclusions to those instances.
  4. [Section 4.2.4 and Section 4.3.2, Community search] The community-search evaluation treats every node in every identified cohesive subgraph as a query node and then measures NMI, ARI, and F1 on Karate and Polblogs. This protocol is fragile: on a 34-node graph and a 1,224-node graph, the scores are averaged over many overlapping queries, and the paper itself notes that a high accuracy score 'does not always indicate a good model for community search' because it may leave little room for improvement. The claim that SCAN 'performs best' for community search therefore needs a clearer baseline: what is the performance of simply returning the entire graph, and what is the performance of a dedicated community-search algorithm initialized by these cohesive subgraphs? Without such a baseline, the downstream-task conclusion is not yet supported.
minor comments (7)
  1. [Section 2] The sentence 'The notation decomposition is the process that obtaining information about all cohesive subgraphs in a graph' is ungrammatical and should be rewritten; also define 'decomposition' and 'computation' explicitly before contrasting them.
  2. [Section 3.1, Equation (1)] The Mahalanobis depth formula in Definition 21 is typeset with a stray superscript and an unclear covariance-matrix symbol: '(x - mu_F)^T -1 sum_F (x - mu_F)' should be '(x - mu_F)^T Sigma_F^{-1} (x - mu_F)' with Sigma_F defined as the covariance matrix.
  3. [Section 3.2, Example 5] The sentence 'with k = 3, the entire graph is returned by the k-truss returns the whole graph' contains a duplicated verb and should be corrected.
  4. [Section 3.5, Example 11] The colors are described as 'green-coloured and pick-coloured'; 'pick' should be 'pink', and the figure should be legible in grayscale if the journal version does not guarantee color printing.
  5. [Section 4.3.1] The text says 'we utilise the global metrics which are presented in Table 4.1', but there is no Table 4.1; the metrics are described in Section 4.1, not in a numbered table.
  6. [Throughout] The arXiv PDF retains ACM conference-formatting placeholders such as 'Conference acronym XX, June 03-05, 2018, Woodstock, NY' and a DOI placeholder; these should be cleaned up before public dissemination as a journal article.
  7. [Section 4.1, Table 4] The synthetic graph types are described clearly, but the default values (N=1,000, average degree=20, max degree=200, mu=0.2, t1=2, t2=1) are stated only in the caption of Table 4; consider making them part of the main text so the experimental design is self-contained.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the paper is an experimental benchmark of existing cohesive subgraph models against external metrics and ground truth, with no fitted quantity renamed as a prediction.

full rationale

This paper is a comparative evaluation of 14 existing cohesive subgraph models. No new model or theorem is derived, and no parameter is fitted to a target outcome and then reported as a prediction. The central findings — truss-based and combined models yield more cohesive subgraphs, core-based models yield larger and more interpretable subgraphs, and SCAN performs best on community search — are obtained by running published algorithms under the parameter grids of Table 6 and measuring them with standard external metrics such as modularity, edge density, inverse conductance, NMI, ARI, and F1-score. The ground-truth community search evaluation uses Karate and Polblogs, which are external datasets not constructed by this paper. None of the paper's claims reduces to its own definitions by construction: for example, the observation that truss-based outputs are denser is an empirical comparison, not an identity between a model definition and a metric. The paper does cite its own authors' prior work (e.g., references [20], [21], [22], [23]), but these citations appear only as related work on hypergraphs, bipartite networks, signed networks, and community search, and they are not load-bearing for the experimental conclusions. The acknowledged limitation that some results 'may not have been well-tuned or may not have been reported in cases where the algorithm returned null results' (Section 4.1) is a genuine concern about parameter fairness and external validity, but it is a correctness or robustness issue, not a circularity issue: tuning choices affect whether the comparison is fair, not whether the derivation is equivalent to its inputs. The skeptically noted mismatch between parameter scales across model families likewise affects whether the qualitative rankings are conclusive, but it does not make the benchmark circular, because the models are still evaluated against externally defined quality metrics. Therefore the appropriate finding is no significant circularity.

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

The central claims rest on experimental design choices: hand-picked parameter grids, LFR settings, and standard metrics. The paper invokes standard algorithmic implementations and domain assumptions about ground truth. No new free-standing theoretical entities are introduced.

free parameters (2)
  • Algorithm parameter grids (q1-q4) for the 14 models = Examples: k-core k=3,5,7,9; k-truss k=4,6,8,10; Alphacore alpha=0.2,0.4,0.6,0.8; SCAN (k,eps) in…
    Chosen by hand to be comparable across datasets; the paper admits some models return null or poorly tuned results at these values, so results are conditional on these choices.
  • LFR synthetic graph settings = N=1000, average degree 10-40, max degree 100-400, mixing 0.2-0.8, degree exponent 1.5-3, community exponent 1-2.5
    These parameters define the five synthetic network families; one graph is generated per configuration with no seeds reported.
assumptions (4)
  • domain assumption Input graphs are simple, undirected, and unweighted
    Stated in Sections 1-2; the benchmark conclusions are limited to this setting and may not transfer to signed, bipartite, or weighted networks.
  • domain assumption Ground-truth communities in LFR, Karate, and Polblogs are valid references for quality
    Community search accuracy (NMI, ARI, F1) is measured against these labels; if the labels are not meaningful, the accuracy rankings lose meaning.
  • domain assumption The referenced implementations (NetworkX, k-peak wrapper, Alphacore code) behave as documented
    The paper relies on external libraries and existing code without shipping verification or tests; a bug in any implementation would propagate into the benchmark.
  • ad hoc to paper Mahalanobis depth computed with the Moore-Penrose pseudo-inverse is a valid adaptation of Alphacore for undirected unweighted graphs
    Alphacore is designed for multidimensional node attributes; using degree as a single attribute with pseudo-inverse when the covariance is singular is a benchmark-specific adaptation (Section 4.1).

how reviews work

0 comments
Cite this review

Pith. "Pith review of Experimental Analysis and Evaluation of Cohesive Subgraph Discovery." pith.science (2026). https://pith.science/paper/VZ7QBAN3

@misc{pith2026250710262,
  author       = {Pith},
  title        = {Pith review of: Experimental Analysis and Evaluation of Cohesive Subgraph Discovery},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/VZ7QBAN3}},
  note         = {Machine review of arXiv:2507.10262}
}
read the original abstract

Retrieving cohesive subgraphs in networks is a fundamental problem in social network analysis and graph data management. These subgraphs can be used for marketing strategies or recommendation systems. Despite the introduction of numerous models over the years, a systematic comparison of their performance, especially across varied network configurations, remains unexplored. In this study, we evaluated various cohesive subgraph models using task-based evaluations and conducted extensive experimental studies on both synthetic and real-world networks. Thus, we unveil the characteristics of cohesive subgraph models, highlighting their efficiency and applicability. Our findings not only provide a detailed evaluation of current models but also lay the groundwork for future research by shedding light on the balance between the interpretability and cohesion of the subgraphs. This research guides the selection of suitable models for specific analytical needs and applications, providing valuable insights.

Figures

Figures reproduced from arXiv: 2507.10262 by the authors.

Figure 1
Figure 1. Simple toy network 2 4 3 5 6 7 9 8 10 12 13 1 11 2 3-𝑐𝑜𝑟𝑒 -𝑐𝑜𝑟𝑒 4-𝑐𝑜𝑟𝑒 2 2 3 3 3 3 3 3 4 4 4 4 4 [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Core decomposition, computation hypergraphs [20], bipartite networks [19, 21], multi-layer graph [27], and more. The increase in research across various networks has arisen from advancements in large-scale data analysis capabilities. These efforts are evolving to efficiently manage and extend information from traditional graph structures to more complex network settings. In this paper, we mainly focus on simple undi… view at source ↗
Figure 3
Figure 3. Simple example for the 𝑘-core 𝒌-core. 𝑘-core is one of the most widely used cohesive subgraph models in networks due to its simplicity and intuitive structure. To the end users, the interpretability of the 𝑘-core is considered very high. The 𝑘-core is defined as follows. DEFINITION 6. (𝑘-core [34]) Given a graph 𝐺 = (𝑉 , 𝐸) and an integer 𝑘, a 𝑘-core, denoted as 𝐶 𝑘𝑐 𝑘 , is a set of nodes such that • 𝐺[𝐶 𝑘𝑐 𝑘 ] sati… view at source ↗
Figures from the paper (18 more)
Figure 5
Figure 5. Figure 5: Simple example for the (𝑘, 𝑝)-core EXAMPLE 2. In [PITH_FULL_IMAGE:figures/full_fig_p004_5.png]
Figure 6
Figure 6. Figure 6: 𝑘-shell structure DEFINITION 11. (𝑘-contour) Given a graph 𝐺 = (𝑉 , 𝐸) and an integer 𝑘, a 𝑘-contour, denoted as 𝐺[𝑇𝑘 ], is an induced subgraph over the maximal set 𝑇𝑘 of nodes of 𝑉 such that (1) 𝐺[𝑇𝑘 ] does not contain nodes from a higher contour, and (2) ∀𝑣 ∈ 𝑇𝑘 , no…
Figure 8
Figure 8. Figure 8: Simple example for the 𝑘-truss there are two edges {4, 6} and {5, 6} to connect two connected com￾ponents, but they involve a single triangle. Therefore, 4-truss returns two connected components as a result. 𝒌-tripeak. Wu et al. [45] proposed 𝑘-tripeak by combining the…
Figure 10
Figure 10. Figure 10: At-least-𝑘 clique EXAMPLE 7. In the [PITH_FULL_IMAGE:figures/full_fig_p005_10.png]
Figure 11
Figure 11. Figure 11: Simple example for the 𝑘-distance clique when 𝑘 = 2 EXAMPLE 8. In [PITH_FULL_IMAGE:figures/full_fig_p006_11.png]
Figure 13
Figure 13. Figure 13: Resultant subgraphs of 𝑘-ECC when 𝑘 = 3. EXAMPLE 10. In [PITH_FULL_IMAGE:figures/full_fig_p006_13.png]
Figure 12
Figure 12. Figure 12: Resultant subgraphs of 𝑘-VCC when 𝑘 = 3 EXAMPLE 9. In [PITH_FULL_IMAGE:figures/full_fig_p006_12.png]
Figure 15
Figure 15. Figure 15: Edge weightening scheme for 𝑘-core-truss EXAMPLE 12. We use [PITH_FULL_IMAGE:figures/full_fig_p007_15.png]
Figure 14
Figure 14. Figure 14: Result of Alphacore EXAMPLE 11. In [PITH_FULL_IMAGE:figures/full_fig_p007_14.png]
Figure 16
Figure 16. Figure 16: (𝑘, 𝑠)-core [PITH_FULL_IMAGE:figures/full_fig_p007_16.png]
Figure 17
Figure 17. Figure 17: Result of SCAN structural similarity of the edges {1, 2}, {1, 3}, {9, 11}, and {10, 11} is less than 0.8. Thus, both nodes 1 and 11 are considered as outliers. Summary and Analysis. In this section, we have discussed a set of cohesive subgraph models that do not belon…
Figure 18
Figure 18. Figure 18: Result on synthetic networks - scalability [PITH_FULL_IMAGE:figures/full_fig_p011_18.png]
Figure 21
Figure 21. Figure 21: Result on synthetic networks - Inv. Conductance [PITH_FULL_IMAGE:figures/full_fig_p012_21.png]
Figure 22
Figure 22. Figure 22: Result on synthetic networks - Modularity [PITH_FULL_IMAGE:figures/full_fig_p012_22.png]
Figure 23
Figure 23. Figure 23: Result on synthetic networks - Average Connected [PITH_FULL_IMAGE:figures/full_fig_p013_23.png]
Figure 24
Figure 24. Figure 24: Accuracy of the community search problem [PITH_FULL_IMAGE:figures/full_fig_p013_24.png]
Figure 25
Figure 25. Figure 25: Result on real-world networks inverse conductance as the size of the dataset increases. This is be￾cause 𝑘-core is a simple and weakly constrainted model compared to other models, so it returns a large subgraph containing many nodes, which can be less cohesive. Global…
Figure 26
Figure 26. Figure 26: Accuracy of the community search problem (Karate [PITH_FULL_IMAGE:figures/full_fig_p016_26.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

51 extracted references · 50 canonical work pages

  1. [1]

    Lada A Adamic and Natalie Glance. 2005. The political blogosphere and the 2004 US election: divided they blog. In Proceedings of the 3rd international workshop on Link discovery. 36–43

  2. [2]

    Richard D Alba. 1973. A graph-theoretic definition of a sociometric clique. Journal of Mathematical Sociology 3, 1 (1973), 113–126

  3. [3]

    Albert-László Barabási. 2013. Network science. Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences 371, 1987 (2013), 20120375

  4. [4]

    Vladimir Batagelj, Andrej Mrvar, and Matjaž Zaveršnik. 1999. Partitioning approach to visualization of large graphs. In International Symposium on Graph Drawing. Springer, pringer, Berlin, Heidelberg, 90–97

  5. [5]

    Batagelj and M

    V . Batagelj and M. Zaversnik. 2003. An O(m) Algorithm for Cores Decomposition of Networks. Advances in Data Analysis and Classification, 2011. V olume 5, Number 2, 129-145. (2003). arXiv:arXiv:cs/0310049

  6. [6]

    Francesco Bonchi, Arijit Khan, and Lorenzo Severini. 2019. Distance-generalized core decomposition. In SIGMOD. ACM, New York, NY , USA, 1006–1023

  7. [7]

    Coen Bron and Joep Kerbosch. 1973. Algorithm 457: finding all cliques of an undirected graph. Commun. ACM 16, 9 (1973), 575–577

  8. [8]

    Deming Chu, Fan Zhang, Xuemin Lin, Wenjie Zhang, Ying Zhang, Yinglong Xia, and Chenyi Zhang. 2020. Finding the best k in core decomposition: A time and space optimal solution. In ICDE. IEEE, 685–696

Show all 51 references
  1. [9]

    Shumo Chu and James Cheng. 2011. Triangle listing in massive networks and its applications. In SIGKDD. 672–680

  2. [10]

    Jonathan Cohen. 2008. Trusses: Cohesive subgraphs for social network analysis. National security agency technical report 16, 3.1 (2008), 1–29

  3. [11]

    Maximilien Danisch, Oana Balalau, and Mauro Sozio. 2018. Listing k-cliques in sparse real-world graphs. In WWW. 589–598

  4. [12]

    Yixiang Fang, Reynold Cheng, Xiaodong Li, Siqiang Luo, and Jiafeng Hu. 2017. Effective community search over large spatial graphs. PVLDB 10, 6 (2017), 709–720

  5. [13]

    Yixiang Fang, Reynold Cheng, Siqiang Luo, and Jiafeng Hu. 2016. Effective community search for large attributed graphs. PVLDB 9, 12 (2016), 1233–1244

  6. [14]

    Yixiang Fang, Xin Huang, Lu Qin, Ying Zhang, Wenjie Zhang, Reynold Cheng, and Xuemin Lin. 2020. A survey of community search over big graphs. The VLDB Journal 29, 1 (2020), 353–392

  7. [15]

    Nan Fu, Weiwei Ni, Lihe Hou, Dongyue Zhang, and Ruyu Zhang. 2024. Com- munity detection in decentralized social networks with local differential privacy. Information Sciences 661 (2024), 120164

  8. [16]

    R George, K Shujaee, M Kerwat, Z Felfli, D Gelenbe, and K Ukuwu. 2020. A comparative evaluation of community detection algorithms in social networks. Procedia Computer Science 171 (2020), 1157–1165

  9. [17]

    Priya Govindan, Chenghong Wang, Chumeng Xu, Hongyu Duan, and Sucheta Soundarajan. 2017. The k-peak decomposition: Mapping the global structure of graphs. In WWW. International World Wide Web Conferences Steering Committee, Republic and Canton of Geneva, CHE, 1441–1450

  10. [18]

    2008.Exploring network structure, dynamics, and function using NetworkX

    Aric Hagberg, Pieter Swart, and Daniel S Chult. 2008.Exploring network structure, dynamics, and function using NetworkX. Technical Report. Los Alamos National Lab.(LANL), Los Alamos, NM (United States)

  11. [19]

    Yizhang He, Kai Wang, Wenjie Zhang, Xuemin Lin, and Ying Zhang. 2021. Exploring cohesive subgraphs with vertex engagement and tie strength in bipartite graphs. Information Sciences 572 (2021), 277–296

  12. [20]

    Dahee Kim, Junghoon Kim, Sungsu Lim, and Hyun Ji Jeong. 2023. Exploring Cohesive Subgraphs in Hypergraphs: The(𝑘,𝑔)-core Approach. In CIKM. ACM, New York, NY , USA, 4013–4017

  13. [21]

    Junghoon Kim, Kaiyu Feng, Gao Cong, Diwen Zhu, Wenyuan Yu, and Chunyan Miao. 2022. ABC: Attributed Bipartite Co-clustering. PVLDB 15, 10 (2022), 2134–2147

  14. [22]

    Junghoon Kim, Hyun Ji Jeong, Sungsu Lim, and Jungeun Kim. 2023. Effective and efficient core computation in signed networks. Information Sciences 634 (2023), 290–307

  15. [23]

    Junghoon Kim, Siqiang Luo, Gao Cong, and Wenyuan Yu. 2022. DMCS : Density Modularity Based Community Search. In SIGMOD. ACM, New York, NY , USA, 889–903

  16. [24]

    Andrea Lancichinetti, Santo Fortunato, and Filippo Radicchi. 2008. Benchmark graphs for testing community detection algorithms. PRE 78, 4 (2008), 046110

  17. [25]

    Guoliang Li, Shuo Chen, Jianhua Feng, Kian-lee Tan, and Wen-syan Li. 2014. Efficient location-aware influence maximization. In SIGMOD. 87–98

  18. [26]

    Zhenjun Li, Yunting Lu, Wei-Peng Zhang, Rong-Hua Li, Jun Guo, Xin Huang, and Rui Mao. 2018. Discovering hierarchical subgraphs of k-core-truss. Data Science and Engineering 3, 2 (2018), 136–149

  19. [27]

    Dandan Liu and Zhaonian Zou. 2023. gCore: Exploring Cross-Layer Cohesiveness in Multi-Layer Graphs. PVLDB 16, 11 (2023), 3201–3213

  20. [28]

    R Duncan Luce and Albert D Perry. 1949. A method of matrix analysis of group structure. Psychometrika 14, 2 (1949), 95–116

  21. [29]

    Fragkiskos D Malliaros, Christos Giatsidis, Apostolos N Papadopoulos, and Michalis Vazirgiannis. 2020. The core decomposition of networks: Theory, algo- rithms and applications. The VLDB Journal 29, 1 (2020), 61–92

  22. [30]

    Robert J Mokken et al. 1979. Cliques, clubs and clans. Quality & Quantity 13, 2 (1979), 161–173

  23. [31]

    James Moody and Douglas R White. 2002. Social cohesion and embeddedness: A hierarchical conception of social groups. Sociological Methodology 68, 1 (2002), 365–368

  24. [32]

    Mark EJ Newman and Michelle Girvan. 2004. Finding and evaluating community structure in networks. PRE 69, 2 (2004), 026113

  25. [33]

    François Rousseau and Michalis Vazirgiannis. 2015. Main core retention on graph- of-words for single-document keyword extraction. In ECIR. Springer, 382–393

  26. [34]

    Stephen B Seidman. 1983. Network structure and minimum degree. Social networks 5, 3 (1983), 269–287

  27. [35]

    Jung Hyuk Seo and Myoung Ho Kim. 2021. Finding influential communities in networks with multiple influence types. Information Sciences 548 (2021), 254–274

  28. [36]

    Mauro Sozio and Aristides Gionis. 2010. The community-search problem and how to plan a successful cocktail party. In SIGKDD. ACM, New York, NY , USA, 939–948

  29. [37]

    Gilbert Strang. 2006. Linear algebra and its applications.Belmont, CA: Thomson, Brooks/Cole

  30. [38]

    Lei Tang and Huan Liu. 2010. Community detection and mining in social media. Synthesis lectures on data mining and knowledge discovery 2, 1 (2010), 1–137

  31. [39]

    Etsuji Tomita, Akira Tanaka, and Haruhisa Takahashi. 2006. The worst-case time complexity for generating all maximal cliques and computational experiments. Theoretical computer science 363, 1 (2006), 28–42

  32. [40]

    Jordi Torrents and Fabrizio Ferraro. 2015. Structural cohesion: Visualization and heuristics for fast computation. arXiv preprint arXiv:1503.04476 (2015)

  33. [41]

    Friedhelm Victor, Cuneyt G Akcora, Yulia R Gel, and Murat Kantarcioglu. 2021. Alphacore: Data Depth based Core Decomposition. In SIGKDD. ACM, New York, NY , USA, 1625–1633

  34. [42]

    Tianhao Wang, Yong Zhang, Francis YL Chin, Hing-Fung Ting, Yung H Tsin, and Sheung-Hung Poon. 2015. A simple algorithm for finding all k-edge-connected components. PLOS One 10, 9 (2015), e0136264

  35. [43]

    Yuxiang Wang, Chengjie Gu, Xiaoliang Xu, Xinjun Zeng, Xiangyu Ke, and Tianxing Wu. 2024. Efficient and effective (k, P)-core-based community search over attributed heterogeneous information networks. Information Sciences 661 (2024), 120076

  36. [44]

    Stanley Wasserman, Katherine Faust, et al. 1994. Social network analysis: Meth- ods and applications. Cambridge university press

  37. [45]

    Xudong Wu, Long Yuan, Xuemin Lin, Shiyu Yang, and Wenjie Zhang. 2019. Towards efficient k-tripeak decomposition on large graphs. InDASFAA. Springer, 604–621

  38. [46]

    Xiaowei Xu, Nurcan Yuruk, Zhidan Feng, and Thomas AJ Schweiger. 2007. Scan: a structural clustering algorithm for networks. In SIGKDD. 824–833

  39. [47]

    Jaewon Yang and Jure Leskovec. 2012. Defining and evaluating network commu- nities based on ground-truth. In SIGKDD Workshop on Mining Data Semantics. 1–8

  40. [48]

    Wayne W Zachary. 1977. An information flow model for conflict and fission in small groups. Journal of anthropological research33, 4 (1977), 452–473

  41. [49]

    Chen Zhang, Fan Zhang, Wenjie Zhang, Boge Liu, Ying Zhang, Lu Qin, and Xuemin Lin. 2020. Exploring finer granularity within the cores: Efficient(𝑘,𝑝)- core computation. In ICDE. IEEE, 181–192

  42. [50]

    Fan Zhang, Long Yuan, Ying Zhang, Lu Qin, Xuemin Lin, and Alexander Zhou

  43. [2018]

    In DASFAA

    Discovering strong communities with user engagement and tie strength. In DASFAA. Springer, 425–441

Pith tools

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