Pith

open record

sign in

arxiv: 2607.06528 · v1 · pith:XUSOXV2N · submitted 2026-07-07 · cs.SI

Trust-Aware Citation Cartel Ranking in Scholarly Knowledge Graphs

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel 2026-07-08 02:44 UTCglm-5.2pith:XUSOXV2Nrecord.jsonopen to challenge →

classification cs.SI
keywords citationcommunitiesinternalcitationsgraphcarteledgesrandom
0
0 comments X

The pith

Citation Cartels Caught by Combining What Citations Say With How They Cluster

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

The paper argues that citation cartels in scholarly knowledge graphs can be reliably surfaced for audit only when two signals are combined: the graph-structural pattern of a community (excessive internal density, reciprocity, inflation beyond degree-product expectation, assortativity) and the semantic quality of the citations within it (whether they represent substantive method use or shallow ceremonial background). The authors construct a pipeline on a 500K-paper DBLP subgraph: an LLM teacher labels citation intent on ~206K edges, a SciBERT student scales intent classification to 2.04M edges, and six community-level features are averaged into a single ranking score called the Composite Cartel Index (CCI). The central claim is that CCI cannot be reduced to any single heuristic—density alone correlates only 0.51 with the final ranking, and semantic-only or inflation-only baselines each miss or misrank communities—and that top-ranked communities exhibit a distinct graph-level signature under edge excision (removing their internal edges destabilizes the giant component far more than matched random removals). The headline finding is a community of 1,079 papers with 254x citation inflation and 64.2% superficial internal citations.

Core claim

The core discovery is that suspicious citation communities occupy a region of feature space that no single structural or semantic signal isolates. Density, inflation, reciprocity, assortativity, semantic superficiality, and trust-weighted PageRank shift each capture a different failure mode, and their combination surfaces communities that are simultaneously hyper-dense, semantically shallow, reciprocally reinforcing, and peripherally positioned in the global citation backbone. The edge-excision experiment confirms these are not statistical artifacts: removing 405K internal edges from the top-five CCI communities removes 5.8 percentage points more nodes from the giant component than randomrem

What carries the argument

Composite Cartel Index (CCI): a community-level score computed as the mean of six z-scored features—internal density, citation inflation ratio, reciprocity, semantic superficiality fraction, degree assortativity, and PageRank drop from unweighted to trust-weighted computation. Citation intent is classified into six categories (Method, Result/Comparison, Support, Contrast/Criticism, Background, Perfunctory/Ceremonial) by a SciBERT student trained on LLM-labeled pairs, then mapped to trust weights ranging from 1.0 to 0.1.

If this is right

  • Citation-graph platforms could deploy CCI-style ranking as a triage layer for human curators, surfacing compact communities with disproportionate internal citation and shallow semantic support before they distort aggregate impact metrics.
  • The finding that semantic superficiality and PageRank drop are the features whose removal most affects top-five membership suggests that intent-aware citation weighting is not decorative—it changes which communities get flagged.
  • If the six trust weights were empirically calibrated against adjudicated cartel cases rather than hand-set, the ranking could become both more defensible and more sensitive to cartel strategies that adapt to known weightings.
  • Edge excision as a validation paradigm could be applied to other graph-anomaly ranking systems: if removing top-ranked anomalies does not produce a distinct global structural signature, the ranking may be surfacing noise rather than coordinated behavior.

Load-bearing premise

The six semantic trust weights (Method=1.0 down to Perfunctory/Ceremonial=0.1) are set by hand without empirical calibration or sensitivity analysis, yet they propagate through two of the six CCI features and the ablation shows those two features are the ones whose removal most changes the top-five ranking.

What would settle it

If perturbing the trust weights within a reasonable range causes the top-ranked communities to change substantially, or if the communities flagged by CCI turn out (under expert audit) to be legitimate dense research communities rather than suspicious ones, the ranking's practical value would be undermined.

Figures

Figures reproduced from arXiv: 2607.06528 by Pratyush Gupta, Syam Sai Santosh Bandi, Vikranth Udandarao.

Figure 1
Figure 1. Figure 1: End-to-end trust-aware citation-cartel ranking pipeline. [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: In-degree CCDF with power-law fit (𝛼 ≈ 2.215) [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Average neighbor degree 𝐾𝑛𝑛 (𝑘) showing disassor￾tative mixing. CCI score is the mean of feature z-scores. We use CCI as a ranking function for audit. Backgr. Method Res./Comp. Support Contr./Crit. Perf./Cer. Background 9849 1764 359 105 10 96 Method 1333 5573 127 28 0 28 Result/Comp. 333 154 298 8 1 0 Support 111 30 2 88 0 1 Contr./Crit. 8 4 2 2 23 0 Perf./Cer. 91 44 0 1 0 117 (a) Held-out confusion matri… view at source ↗
Figure 5
Figure 5. Figure 5: CCI distribution across isolated candidate commu￾nities [PITH_FULL_IMAGE:figures/full_fig_p004_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: Edge excision stress test tracking giant component [PITH_FULL_IMAGE:figures/full_fig_p004_6.png] view at source ↗
read the original abstract

Citation-based systems usually treat each citation as an equal signal of scholarly influence, although citations can express very different relationships: direct method use, result comparison, broad background, or weak ceremonial acknowledgement. This distinction is crucial for citation-cartel analysis because dense internal citation alone is not suspicious; legitimate research communities are also densely connected. We present a trust-aware pipeline that combines citation graph structure with semantic citation intent to rank suspicious paper-level communities for audit. On a DBLP-derived graph with 500,000 papers and 4.87M citation edges, we use an LLM teacher to label 205,897 citation pairs, train a SciBERT student, and scale citation-intent typing to 2.04M unique graph edges. We then compute a Composite Cartel Index (CCI) that integrates internal density, citation inflation, reciprocity, semantic superficiality, degree assortativity, and trust-weighted PageRank shift. The highest-ranked community contains 1,079 papers and 8,603 internal citations, with 254.3x more internal citations than expected and 64.2% of them superficial. Comparisons against density-only, inflation-only, semantic-only, and random baselines show that CCI cannot be reduced to a single heuristic. Edge excision validation further shows that CCI-selected communities behave differently from matched random removals. The result is a reproducible, curator-facing ranking framework for prioritising communities that warrant closer inspection.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

3 major / 5 minor

Summary. The paper presents a trust-aware pipeline for ranking suspicious citation communities in scholarly knowledge graphs. The approach combines six structural and semantic features into a Composite Cartel Index (CCI): internal density, citation inflation, reciprocity, semantic superficiality, degree assortativity, and trust-weighted PageRank shift. Citation intent is scaled via an LLM teacher (205,897 labeled pairs) distilled into a SciBERT student, applied to 2.04M edges of a 500K-paper DBLP-derived graph. The authors validate CCI against single-heuristic baselines, leave-one-feature ablations, multi-seed stability, and an edge-excision stress test. The top-ranked community shows 254.3x citation inflation and 64.2% superficial citations. The framing as a curator-facing audit queue rather than a misconduct detector is appropriate.

Significance. The paper addresses a genuine gap: combining citation-intent semantics with structural anomaly detection at paper-level community granularity, rather than journal- or author-level. The teacher-student pipeline scaling to 2.04M typed edges is a practical engineering contribution. The reproducibility artifacts (teacher labels, semantic edges, scores, ablations) and the falsifiable baseline comparisons in Tables 3-4 are commendable. The six-feature CCI is interpretable and the ablation framework is well-structured. However, the significance is tempered by two issues: the absence of any ground-truth validation confirming that top-ranked communities are actual cartels, and the circularity risk in the edge-excision experiment (RQ3), which I discuss below.

major comments (3)
  1. §3.1, Edge Excision Experiment (RQ3): The edge excision experiment is partly circular. CCI includes internal directed density (feature 1) and citation inflation (feature 2) by construction (§2.3, Appendix B). Top-ranked communities are therefore necessarily dense with many internal edges, and removing concentrated edges from dense communities will always produce a different graph-level signature than uniform random removal. The experiment validates density concentration, not CCI's trust-aware design. To validate the added value of the semantic features, the excision should compare CCI-top communities against communities selected by density-only or inflation-only baselines. If those baselines produce similar excision effects, the semantic features contribute nothing to the graph-level claim, and RQ3 is answered trivially. This is load-bearing because RQ3 is one of three stated research q
  2. §2.3, Table 1: The six semantic trust weights (Method=1.0, Result/Comparison=0.7, Support=0.5, Contrast/Criticism=0.3, Background=0.2, Perfunctory/Ceremonial=0.1) are hand-set without empirical calibration or sensitivity analysis. These weights propagate through two of six CCI features (trust-weighted PageRank shift and semantic superficiality). Table 4 shows these two features have the largest impact on top-five membership changes when removed (PageRank drop: P@5 drops to 0.60; semantic superficiality: P@10 drops to 0.70). A sensitivity analysis showing ranking stability under perturbed weights (e.g., ±20% on each weight) would substantially strengthen the claim that the ranking is robust. Without it, the specific numeric choices remain unjustified.
  3. §2.2 and §3: No ground-truth validation is provided. The paper never confirms that top-ranked communities are actual cartels—only that they score high on CCI and behave differently from random removals. While the authors correctly frame CCI as an audit queue rather than a definitive detector, even a small manual inspection of the top-5 communities (e.g., checking author overlap, self-citation rates, or institutional ties) would substantially strengthen the claim that the ranking surfaces genuine anomalies rather than legitimate dense research communities. The 254.3x inflation and 64.2% superficiality for the top community are suggestive but not confirmatory.
minor comments (5)
  1. §2.2: The SciBERT macro-F1 of 0.574 is low, and the paper acknowledges rare classes are difficult. However, the Perfunctory/Ceremonial F1 of 0.473 is particularly relevant since this class feeds directly into the semantic superficiality feature. A brief discussion of how classification errors propagate into community-level superficiality estimates would help.
  2. Table 2: The CCI values drop sharply from rank 1 (1.863) to rank 2 (0.441). This suggests the top community is an extreme outlier. A brief comment on whether this is expected or concerning would help interpretation.
  3. §2.1: The snowball sampling from the 200 most-cited papers introduces a potential selection bias. A sentence acknowledging this limitation would be appropriate.
  4. Reference [5] is listed as 'Anonymous. 2025. Citation Intent. Preprint.' This should be properly attributed or removed.
  5. Figure 6 is referenced but not shown in the text provided; ensure it clearly labels the CCI-excision vs. random-excision curves.

Simulated Author's Rebuttal

3 responses · 0 unresolved

We thank the referee for a careful and constructive review. The referee correctly identifies two substantive weaknesses—lack of ground-truth validation and circularity risk in the edge-excision experiment—both of which we will address in revision. We also agree that sensitivity analysis on the semantic trust weights is needed. Below we respond point by point.

read point-by-point responses
  1. Referee: §3.1, Edge Excision Experiment (RQ3): The edge excision experiment is partly circular. CCI includes internal directed density (feature 1) and citation inflation (feature 2) by construction. Top-ranked communities are therefore necessarily dense, and removing concentrated edges from dense communities will always produce a different graph-level signature than uniform random removal. To validate the added value of the semantic features, the excision should compare CCI-top communities against communities selected by density-only or inflation-only baselines.

    Authors: The referee is correct that the current excision experiment does not isolate the contribution of the semantic features. As stated, RQ3 validates that CCI-selected communities form concentrated local structures with a distinct graph signature, but it does not establish that the trust-aware components are responsible for this distinctiveness rather than density alone. We will revise the experiment to include the suggested comparison: excising edges from communities selected by density-only and inflation-only baselines and comparing the graph-level impact against CCI-selected communities. If the baselines produce similar excision effects, we will state this plainly and reframe RQ3 accordingly. If CCI-selected communities show a different signature, this would support the trust-aware design. Either outcome is informative and we will report it honestly. We will also revise the text to acknowledge the circularity concern in the current version. revision: yes

  2. Referee: §2.3, Table 1: The six semantic trust weights are hand-set without empirical calibration or sensitivity analysis. These weights propagate through two of six CCI features. A sensitivity analysis showing ranking stability under perturbed weights would substantially strengthen the claim that the ranking is robust.

    Authors: We agree. The weights in Table 1 are motivated by the rhetorical distinction between substantive and superficial citations, but they are not empirically calibrated, and the referee is right that this matters given that the two trust-weighted features show the largest impact in the ablation (Table 4). We will add a sensitivity analysis perturbing each weight by ±20% (and possibly a broader range) and report the effect on top-k ranking stability, Spearman correlation with the original ranking, and top-five membership changes. If the ranking is unstable under perturbation, we will report that transparently and discuss implications for the robustness of the trust-aware signals. revision: yes

  3. Referee: §2.2 and §3: No ground-truth validation is provided. The paper never confirms that top-ranked communities are actual cartels. Even a small manual inspection of the top-5 communities would substantially strengthen the claim that the ranking surfaces genuine anomalies rather than legitimate dense research communities.

    Authors: This is a fair and important criticism. We deliberately framed CCI as a curator-facing audit queue rather than a definitive detector, but the referee is right that even a small manual inspection would strengthen the paper substantially. We will conduct a manual review of the top-5 communities, examining author overlap, self-citation rates, institutional ties, and publication venue patterns. We will report findings honestly: if the inspection reveals indicators consistent with coordinated citation behavior, this supports the ranking; if the communities appear to be legitimate dense research communities, we will state this and discuss what it means for the approach. We acknowledge that without this validation, the current claim that CCI surfaces genuine anomalies is not fully supported. revision: yes

Circularity Check

2 steps flagged

Edge excision experiment partly circular: CCI includes density and inflation by construction, so top-ranked communities are necessarily dense, and removing their concentrated edges will always differ from random removal.

specific steps
  1. self definitional [§3.1 (Edge excision experiment) and §2.3 (CCI feature definitions)]
    "For a graph-level stress test, we remove all 404,625 internal edges in the top five CCI communities and compare with matched random removals [2, 8, 10]. The targeted removal leaves 94.1% of nodes in the giant component, whereas random removals leave 99.95–99.96%. This gap shows that CCI-selected edges form concentrated local structures with a distinct graph signature from random deletion, while most of the global citation backbone remains intact."

    CCI is the mean of six feature z-scores, and feature (1) is internal directed density and feature (2) is citation inflation (§2.3, Appendix B). Top-ranked CCI communities are therefore necessarily dense with many internal edges by construction. Removing all internal edges from the top-5 CCI communities and comparing against uniform random edge removal will always produce a different graph-level signature, because concentrated removal from dense communities is structurally guaranteed to disconnect more nodes than the same number of edges removed uniformly. The experiment validates that high-CCI communities are dense — which is true by definition since density is a CCI component — rather than validating the trust-aware semantic features. The paper does not compare excision of CCI-top against

  2. fitted input called prediction [§3.1 (Table 3 baselines) and §2.3 (CCI definition)]
    "Density alone has only 0.513 Spearman correlation with the final CCI ranking; the structural-only variant is closer (0.875) but loses semantic information. The semantic-only baseline is also incomplete: it overlaps with 40% of the final top five. Thus, CCI does not merely restate a known graph heuristic."

    CCI is defined as the mean of six feature z-scores, including density, inflation, reciprocity, semantic superficiality, assortativity, and PageRank drop. The claim that CCI 'cannot be reduced to a single heuristic' is supported by showing that any single feature has lower Spearman correlation with the full CCI than the full CCI with itself. But this is expected by construction: a composite score that averages z-scores of six features will necessarily have imperfect correlation with any single component. The structural-only variant (features 1-3,5) achieving 0.875 Spearman shows that 3 of 4 structural features already capture most ranking information. The comparison does not establish that the semantic features add independent detection power beyond what structural features provide; it only

full rationale

The circularity is real but moderate. The edge excision experiment (RQ3) is partly self-definitional: since CCI includes internal density and citation inflation as features, top-ranked communities are necessarily dense, and removing their concentrated edges will always differ from random removal — this validates density, not CCI's trust-aware design. However, the paper's broader claims have independent content: the teacher-student SciBERT pipeline, the six-feature composite, and the ablation results (Table 4) showing PageRank drop and semantic superficiality affect top-five membership are not circular. The baseline comparisons (Table 3) are also partly circular in that comparing a composite to its own components will always show the composite differs, but the 0.513 density-only correlation does demonstrate that density alone is insufficient. The paper would need to compare CCI-top excision against density-only-top excision to fully validate the trust-aware features' contribution to the graph-level claim, which it does not do. Score 3 reflects that one experiment is partly self-definitional while the central methodological contribution (trust-aware ranking pipeline) has genuine independent content.

Axiom & Free-Parameter Ledger

4 free parameters · 4 axioms · 0 invented entities

The paper introduces no new physical entities, particles, or forces. The Composite Cartel Index is a scoring function, not an invented entity. The main burden falls on four hand-set trust weights and the unstated Louvain resolution parameter. The domain assumptions about LLM label quality and the cartel signature of combined density-plus-superficiality are the primary unvalidated premises.

free parameters (4)
  • Semantic trust weights (6 values) = Method=1.0, Result/Comparison=0.7, Support=0.5, Contrast/Criticism=0.3, Background=0.2, Perfunctory/Ceremonial=0.1
    Hand-set in Table 1 without empirical calibration or sensitivity analysis. These weights directly determine two of six CCI features (semantic superficiality and trust-weighted PageRank drop).
  • Untyped edge neutral weight = 1.0
    Set so missing labels do not penalize papers, but this choice could systematically favor communities with lower typing coverage.
  • Snowball sampling seed count = 200
    Top 200 most-cited papers used as seeds for graph construction; affects which communities appear in the graph.
  • Louvain community detection resolution = Not stated
    Resolution parameter affects community size and granularity but is not specified.
axioms (4)
  • domain assumption Citation intent can be reliably classified from title and abstract context using a SciBERT model with macro-F1=0.574.
    The paper acknowledges 'titles and abstracts often encode broad topical relatedness without revealing the full in-text citation context' but proceeds to use this model for 2M edge classifications. The aggregate stability argument is stated but not quantified.
  • domain assumption LLM-generated citation-intent labels serve as ground truth for training the SciBERT student.
    Section 2.2 uses GPT-4.1-mini labels as supervision without human validation of label quality. The zero parse failures is noted but label accuracy is not independently verified.
  • domain assumption High internal citation density combined with semantic superficiality and reciprocity is a signature of citation cartels rather than legitimate research communities.
    This is the core domain assumption motivating CCI. The paper argues legitimate communities are also dense but does not empirically demonstrate that CCI separates cartels from legitimate dense communities.
  • ad hoc to paper The mean of feature z-scores is an appropriate aggregation for combining heterogeneous anomaly signals.
    CCI is defined as the mean of six z-scores (Section 2.3). No justification is given for equal weighting versus learned weights or alternative aggregation methods.

pith-pipeline@v1.1.0-glm · 9894 in / 3551 out tokens · 222698 ms · 2026-07-08T02:44:05.483269+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

25 extracted references · 25 canonical work pages

  1. [1]

    Akoglu et al

    L. Akoglu et al. 2015. Graph based anomaly detection and description: a survey. Data Mining and Knowledge Discovery

  2. [2]

    Albert et al

    R. Albert et al. 2000. Error and attack tolerance of complex networks.Nature

  3. [3]

    Barabási et al

    A.-L. Barabási et al. 1999. Emergence of scaling in random networks.Science

  4. [4]

    Beltagy et al

    I. Beltagy et al. 2019. SciBERT: A Pretrained Language Model for Scientific Text. EMNLP

  5. [5]

    Anonymous. 2025. Citation Intent.Preprint

  6. [6]

    V. D. Blondel et al. 2008. Fast unfolding of communities in large networks.J. Stat. Mech

  7. [7]

    Bu et al

    Y. Bu et al. 2019. Multidimensional impact.JASIST

  8. [8]

    D. S. Callaway et al. 2000. Network robustness and fragility.Phys. Rev. Lett

  9. [9]

    Cohan et al

    A. Cohan et al. 2019. Structural scaffolds for citation intent classification in scientific publications.NAACL

  10. [10]

    Cohen et al

    R. Cohen et al. 2001. Breakdown of the Internet under intentional attack.Phys. Rev. Lett

  11. [11]

    Fister Jr et al

    I. Fister Jr et al. 2016. Discovering citation cartels in citation networks.Frontiers in Physics

  12. [12]

    Jurgens et al

    D. Jurgens et al. 2018. Measuring the Evolution of a Scientific Field through Citation Frames.TACL

  13. [13]

    Kinney et al

    R. Kinney et al. 2023. The Semantic Scholar Open Data Platform.arXiv

  14. [14]

    Kojaku et al

    S. Kojaku et al. 2021. Detecting anomalous citation groups in journal networks. Scientific Reports

  15. [15]

    Leydesdorff et al

    L. Leydesdorff et al. 2016. Impact and multidimensional indicators.Scientometrics

  16. [16]

    Ma et al

    X. Ma et al. 2021. Comprehensive Survey on Graph Anomaly Detection.IEEE TKDE

  17. [17]

    H. F. Moed. 2010. Measuring contextual citation impact of scientific journals. Journal of Informetrics

  18. [18]

    M. E. J. Newman. 2001. The structure of scientific collaboration networks.PNAS

  19. [19]

    M. E. J. Newman. 2006. Modularity and community structure in networks.PNAS

  20. [20]

    Page et al

    L. Page et al. 1999. The PageRank Citation Ranking: Bringing Order to the Web. Stanford InfoLab

  21. [21]

    Peroni et al

    S. Peroni et al. 2020. OpenCitations, an infrastructure organization for open scholarship.Quantitative Science Studies

  22. [22]

    Priem et al

    J. Priem et al. 2022. OpenAlex: A fully-open index of scholarly works.arXiv

  23. [23]

    Teufel et al

    S. Teufel et al. 2006. Automatic classification of citation function.EMNLP

  24. [24]

    Wang et al

    K. Wang et al. 2020. Microsoft academic graph: When experts are not enough. Quantitative Science Studies

  25. [25]

    A. W. Wilhite et al. 2012. Coercive citation in academic publishing.Science