TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/AI-generated text boundary detection with RoFT

AI-generated text boundary detection with RoFT

Laida Kushnareva, Tatiana Gaintseva, German Magai, Serguei Barannikov, Dmitry Abulkhanov, Kristian Kuznetsov, Eduard Tulchinskii, Irina Piontkovskaya, Sergey Nikolenko

2023-11-14Text GenerationTopological Data AnalysisBoundary DetectionText Detection
PaperPDFCode(official)

Abstract

Due to the rapid development of large language models, people increasingly often encounter texts that may start as written by a human but continue as machine-generated. Detecting the boundary between human-written and machine-generated parts of such texts is a challenging problem that has not received much attention in literature. We attempt to bridge this gap and examine several ways to adapt state of the art artificial text detection classifiers to the boundary detection setting. We push all detectors to their limits, using the Real or Fake text benchmark that contains short texts on several topics and includes generations of various language models. We use this diversity to deeply examine the robustness of all detectors in cross-domain and cross-model settings to provide baselines and insights for future research. In particular, we find that perplexity-based approaches to boundary detection tend to be more robust to peculiarities of domain-specific data than supervised fine-tuning of the RoBERTa model; we also find which features of the text confuse boundary detection algorithms and negatively influence their performance in cross-domain settings.

Results

TaskDatasetMetricValueModel
Boundary DetectionRoFT-chatgptAccuracy (%)54.61RoBERTa + SEP
Boundary DetectionRoFT-chatgptMSE3.06RoBERTa + SEP
Boundary DetectionRoFT-chatgptAccuracy (%)20.02TLE + TS Binary
Boundary DetectionRoFT-chatgptMSE18.52TLE + TS Binary
Boundary DetectionRoFT-chatgptAccuracy (%)17.29PHD + TS ML
Boundary DetectionRoFT-chatgptMSE14.45PHD + TS ML
Boundary DetectionRoFTAccuracy (%)49.64RoBERTa + SEP
Boundary DetectionRoFTMSE2.63RoBERTa + SEP
Boundary DetectionRoFTAccuracy (%)23.5PHD + TS ML
Boundary DetectionRoFTMSE14.14PHD + TS ML
Boundary DetectionRoFTAccuracy (%)12.58TLE + TS Binary
Boundary DetectionRoFTMSE22.23TLE + TS Binary

Related Papers

Making Language Model a Hierarchical Classifier and Generator2025-07-17Mitigating Object Hallucinations via Sentence-Level Early Intervention2025-07-16SAMST: A Transformer framework based on SAM pseudo label filtering for remote sensing semi-supervised semantic segmentation2025-07-16The Devil behind the mask: An emergent safety vulnerability of Diffusion LLMs2025-07-15Seq vs Seq: An Open Suite of Paired Encoders and Decoders2025-07-15Hashed Watermark as a Filter: Defeating Forging and Overwriting Attacks in Weight-based Neural Network Watermarking2025-07-15Exploiting Leaderboards for Large-Scale Distribution of Malicious Models2025-07-11CLI-RAG: A Retrieval-Augmented Framework for Clinically Structured and Context Aware Text Generation with LLMs2025-07-09