Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv AI · 2026/8/4 16:03:45

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

AI 中文解读
核心亮点:这项研究给AI抄袭检测装上了“透视眼”,能精准识别出文章是否抄袭了特定来源,哪怕被改得面目全非也能揪出来。 通俗解读:以前查抄袭只能靠“查重”,但AI写的东西经过改写、拼凑后,传统方法就失灵了。这个新方法就像给每篇文章配了个“指纹识别器”——它拿可疑文章和候选来源做对比,看哪个来源能“解释”文章里的关键信息。如果某个来源能大幅降低文章的“信息量”,那基本就是抄它的。测试中,它识别抄袭的准确率高达94%,在多来源拼凑的复杂场景下也远超现有工具。 实际影响:对学术界和出版界是重大利好,以后审稿、查重能更高效地揪出“洗稿”行为。对普通学生和写作者来说,这意味着抄袭代价更高,原创内容会更受保护。同时,这项技术也能帮创作者追溯自己的内容是否被AI滥用,维护版权权益。
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.
分享
阅读原文