Structurally Human, Semantically Biased: Detecting LLM-Generated References with Embeddings and GNNs
Melika Mobini, Vincent Holst, Floriano Tori, Andres Algaba, Vincent Ginis
TL;DR
This paper probes whether LLM-generated bibliographies can be distinguished from human ones by examining both the induced citation topology and the semantic content of references. By constructing paired graphs from ground-truth and GPT-4o-generated citations (plus robust random baselines) and applying a spectrum of analyses—from topology-only metrics to high-dimensional embeddings and graph neural networks—it finds that structural features alone closely mimic human networks, while semantic signals captured in title/abstract embeddings reliably reveal the LLM origin. The key finding is that detection should target content signals rather than global graph structure, with embedding-based methods (and content-aware GNNs) achieving substantial discrimination across GPT-4o and Claude, and remaining robust to model variations. This has practical implications for auditing, debiasing, and integrating LLMs into literature reviews, suggesting a shift toward text-centric detection pipelines. The work also establishes a general, reproducible evaluation framework using domain-matched random baselines and a stepwise move from interpretable topology to content-aware learning.
Abstract
Large language models are increasingly used to curate bibliographies, raising the question: are their reference lists distinguishable from human ones? We build paired citation graphs, ground truth and GPT-4o-generated (from parametric knowledge), for 10,000 focal papers ($\approx$ 275k references) from SciSciNet, and added a field-matched random baseline that preserves out-degree and field distributions while breaking latent structure. We compare (i) structure-only node features (degree/closeness/eigenvector centrality, clustering, edge count) with (ii) 3072-D title/abstract embeddings, using an RF on graph-level aggregates and Graph Neural Networks with node features. Structure alone barely separates GPT from ground truth (RF accuracy $\approx$ 0.60) despite cleanly rejecting the random baseline ($\approx$ 0.89--0.92). By contrast, embeddings sharply increase separability: RF on aggregated embeddings reaches $\approx$ 0.83, and GNNs with embedding node features achieve 93\% test accuracy on GPT vs.\ ground truth. We show the robustness of our findings by replicating the pipeline with Claude Sonnet 4.5 and with multiple embedding models (OpenAI and SPECTER), with RF separability for ground truth vs.\ Claude $\approx 0.77$ and clean rejection of the random baseline. Thus, LLM bibliographies, generated purely from parametric knowledge, closely mimic human citation topology, but leave detectable semantic fingerprints; detection and debiasing should target content signals rather than global graph structure.
