arXiv:2509.17830cs.CLcs.AI2025-09被引 3

通过句子级分割精准识别混合文本中的AI生成内容。

Fine-Grained Detection of AI-Generated Text Using Sentence-Level Segmentation

  • 采用句子级序列标注,捕捉文档内人机文本转换的细微语言特征。
  • 在双基准数据集上实现高精度定位,准确识别混合文本中的AI生成片段。
  • 适合需要细粒度检测的学术、出版与内容审核场景。

AI生成文本在重要作品中的使用日益普遍,可能被滥用。传统检测方法依赖文档级分类,难以识别经过混合或微调以逃避检测的文本,导致效率低下。本文提出一种基于句子级序列标注的模型,利用文档中人机文本转换的细微语言信号,实现单文档内以词元为粒度的精确分割。模型融合先进预训练Transformer、神经网络与条件随机场(CRF),提升语义语法模式提取能力与边界预测精度。在两个公开基准数据集上的实验表明,该方法在零样本检测器和现有最优模型对比中表现优异,且通过严格的消融实验验证了其在完全协作文本中精准定位AI生成段落的能力。所有源代码与处理后的数据集均开源。

原文摘要 · Abstract (English)

Generation of Artificial Intelligence (AI) texts in important works has become a common practice that can be used to misuse and abuse AI at various levels. Traditional AI detectors often rely on document-level classification, which struggles to identify AI content in hybrid or slightly edited texts designed to avoid detection, leading to concerns about the model's efficiency, which makes it hard to distinguish between human-written and AI-generated texts. A sentence-level sequence labeling model proposed to detect transitions between human- and AI-generated text, leveraging nuanced linguistic signals overlooked by document-level classifiers. By this method, detecting and segmenting AI and human-written text within a single document at the token-level granularity is achieved. Our model combines the state-of-the-art pre-trained Transformer models, incorporating Neural Networks (NN) and Conditional Random Fields (CRFs). This approach extends the power of transformers to extract semantic and syntactic patterns, and the neural network component to capture enhanced sequence-level representations, thereby improving the boundary predictions by the CRF layer, which enhances sequence recognition and further identification of the partition between Human- and AI-generated texts. The evaluation is performed on two publicly available benchmark datasets containing collaborative human and AI-generated texts. Our experimental comparisons are with zero-shot detectors and the existing state-of-the-art models, along with rigorous ablation studies to justify that this approach, in particular, can accurately detect the spans of AI texts in a completely collaborative text. All our source code and the processed datasets are available in our GitHub repository.

文本检测细粒度分析序列标注AI生成

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。