CLAISep 22, 2025

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

arXiv:2509.17830v22 citationsh-index: 20IJCNLP-AACL
Originality Incremental advance
AI Analysis

This addresses the challenge of distinguishing AI-generated content in mixed documents, which is crucial for preventing misuse in important works, though it is an incremental improvement over existing methods.

The paper tackles the problem of detecting AI-generated text in hybrid or edited documents by proposing a sentence-level segmentation model that identifies transitions between human- and AI-generated content, achieving accurate detection of AI text spans in collaborative texts as validated on benchmark datasets.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes