Beyond Representational Similarity: Source-Conditioned Description-Length Gain for Generative Plagiarism Detection and Candidate Source Reranking

πŸ“… 2026-08-04
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
This work addresses the challenge of detecting heavily paraphrased or multi-source synthetic generative plagiarism and distinguishing legitimate AI-assisted writing from illicit content reuse. The authors propose SCDG, a training-free, source-directed framework that introduces description length gainβ€”a novel metric for generative plagiarism detection. By leveraging a frozen large language model, SCDG computes the difference in description length of a suspicious document with and without conditioning on a candidate source, yielding a source-specific log-likelihood gain. This approach provides token-level interpretability while exhibiting directionality and robustness against topical confounders. Evaluated on the PAN 2025 and PAN 2026 benchmarks, SCDG achieves 0.94 F1, 0.83 nDCG@10, and 0.96 Recall@100, significantly outperforming existing baselines.
πŸ“ Abstract
Large language models (LLMs) pose challenges to academic integrity and peer review. Yet generative plagiarism detection remains an underexplored and largely unresolved challenge. Prior work on LLM-generated-text detection targets AI involvement, which may be permissible, rather than source reuse, while similarity-based methods struggle after extensive rewriting and multi-source synthesis. Motivated by the description-length view of probabilistic prediction, in which relevant side information can reduce a target sequence's code length, we introduce Source-Conditioned Description-Length Gain (SCDG), a directional, training-free framework that contrasts a frozen language model's description length of a suspicious document $P$ with and without a candidate source $S$. This contrast yields token-level log-likelihood gains that measure the incremental predictive evidence supplied by $S$. We evaluate SCDG on the PAN at CLEF benchmarks for generative plagiarism. On a PAN 2025-derived pairwise benchmark, SCDG achieves 0.92 Precision, 0.97 Recall, and 0.94 F1, outperforming all baselines; on PAN 2026's multi-source retrieval task, it reaches 0.83 nDCG@10 and 0.96 Recall@100, surpassing all baselines. On a same-topic, same-event Multi-News test, the calibrated gain-distribution SCDG classifier predicts source reuse for only $0.125\%$ of pairs, supporting robustness to topical overlap under this evaluation protocol. These results establish SCDG as a unified and token-decomposable signal for source-specific content reuse under extensive transformation.
Problem

Research questions and friction points this paper is trying to address.

generative plagiarism detection
source reuse
large language models
plagiarism
candidate source reranking
Innovation

Methods, ideas, or system contributions that make the work stand out.

Source-Conditioned Description-Length Gain
generative plagiarism detection
description length
language model
token-decomposable signal