paper-with-me

홈 › Papers

DETree: DEtecting Human-AI Collaborative Texts via Tree-Structured Hierarchical Representation Learning

2025-10-20 · Yongxin He, Shan Zhang, Yixuan Cao, Lei Ma, Ping Luo arxiv

Detecting AI-involved text is essential for combating misinformation, plagiarism, and academic misconduct. However, AI text generation includes diverse collaborative processes (AI-written text edited by humans, human-written text edited by AI, and AI-generated text refined by other AI), where various or even new LLMs could be involved. Texts generated through these varied processes exhibit complex characteristics, presenting significant challenges for detection. Current methods model these processes rather crudely, primarily employing binary classification (purely human vs. AI-involved) or multi-classification (treating human-AI collaboration as a new class). We observe that representations of texts generated through different processes exhibit inherent clustering relationships. Therefore, we propose DETree, a novel approach that models the relationships among different processes as a Hierarchical Affinity Tree structure, and introduces a specialized loss function that aligns text representations with this tree. To facilitate this learning, we developed RealBench, a comprehensive benchmark dataset that automatically incorporates a wide spectrum of hybrid texts produced through various human-AI collaboration processes. Our method improves performance in hybrid text detection tasks and significantly enhances robustness and generalization in out-of-distribution scenarios, particularly in few-shot learning conditions, further demonstrating the promise of training-based approaches in OOD settings. Our code and dataset are available at https://github.com/heyongxin233/DETree.

📄 PDF Abstract BibTeX arXiv:2510.17489

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningBinary ClassificationFew-Shot LearningText Generation

Similar Papers 제목 키워드 기반

CodeTree: Agent-guided Tree Search for Code Generation with Large Language Models

2024-11-07 · Jierui Li, Hung Le, Yingbo Zhou, Caiming Xiong 외

Pre-trained on massive amounts of code and text data, large language models (LLMs) have demonstrated remarkable achievements in performing code generation tasks. With additional execution-based feedback, these models can…

Code GenerationDecision MakingHumanEvalmbpp

Normalizing Kernels in the Billera-Holmes-Vogtmann Treespace

2015-05-30

As costs of genome sequencing have dropped precipitously, development of efficient bioinformatic methods to analyze genome structure and evolution have become ever more urgent. For example, most published phylogenomic st…

Density Estimation

Disease2Vec: Representing Alzheimer's Progression via Disease Embedding Tree

2021-02-13 · Lu Zhang, Li Wang, Tianming Liu, Dajiang Zhu

For decades, a variety of predictive approaches have been proposed and evaluated in terms of their prediction capability for Alzheimer's Disease (AD) and its precursor - mild cognitive impairment (MCI). Most of them focu…

Multi-class Classification

Detecting AI-Generated Sentences in Human-AI Collaborative Hybrid Texts: Challenges, Strategies, and Insights

2024-03-06 · Zijie Zeng, Shiqi Liu, Lele Sha, Zhuang Li 외

This study explores the challenge of sentence-level AI-generated text detection within human-AI collaborative hybrid texts. Existing studies of AI-generated text detection for hybrid texts often rely on synthetic dataset…

Boundary DetectionSentenceSentence ClassificationText Detection+1

GigaCheck: Detecting LLM-generated Content

2024-10-31 · Irina Tolstykh, Aleksandra Tsybina, Sergey Yakubson, Aleksandr Gordeev 외

With the increasing quality and spread of LLM-based assistants, the amount of LLM-generated content is growing rapidly. In many cases and tasks, such texts are already indistinguishable from those written by humans, and …

Binary text classificationBoundary DetectionLLM-generated Text DetectionText Classification+1