paper-with-me

홈 › Papers

DependencyAI: Detecting AI Generated Text through Dependency Parsing

2026-02-17 · Sara Ahmed, Tracy Hammond arxiv

As large language models (LLMs) become increasingly prevalent, reliable methods for detecting AI-generated text are critical for mitigating potential risks. We introduce DependencyAI, a simple and interpretable approach for detecting AI-generated text using only the labels of linguistic dependency relations. Our method achieves competitive performance across monolingual, multi-generator, and multilingual settings. To increase interpretability, we analyze feature importance to reveal syntactic structures that distinguish AI-generated from human-written text. We also observe a systematic overprediction of certain models on unseen domains, suggesting that generator-specific writing styles may affect cross-domain generalization. Overall, our results demonstrate that dependency relations alone provide a robust signal for AI-generated text detection, establishing DependencyAI as a strong linguistically grounded, interpretable, and non-neural network baseline.

📄 PDF Abstract BibTeX arXiv:2602.15514

Code (0)

등록된 구현이 없습니다.

Tasks

Domain GeneralizationDependency ParsingFeature ImportanceText Detection

Similar Papers 제목 키워드 기반

Once a Response, Always a Response: Detecting LLM-generated Text via Latent Prompt Restoration

2026-08-06 · Hongrui Bao, Yubing Ren, Yanan Cao, Jinhan You 외 arxiv

Large language models (LLMs) can generate fluent and convincing text at scale, creating growing risks for misinformation dissemination, educational misuse, and platform governance. These concerns make robust detection of…

Detecting GAN generated errors

2019-12-02 · Xiru Zhu, Fengdi Che, Tianzi Yang, Tzuyang Yu 외

Despite an impressive performance from the latest GAN for generating hyper-realistic images, GAN discriminators have difficulty evaluating the quality of an individual generated sample. This is because the task of evalua…

Streamlined Dense Video Captioning

2019-04-08 · CVPR 2019 6 · Jonghwan Mun, Linjie Yang, Zhou Ren, Ning Xu 외

Dense video captioning is an extremely challenging task since accurate and coherent description of events in a video requires holistic understanding of video contents as well as contextual reasoning of individual events.…

Dense Video CaptioningReinforcement LearningVideo Captioning

Span Classification with Structured Information for Disfluency Detection in Spoken Utterances

2022-03-30 · Sreyan Ghosh, Sonal Kumar, Yaman Kumar Singla, Rajiv Ratn Shah 외

Existing approaches in disfluency detection focus on solving a token-level classification task for identifying and removing disfluencies in text. Moreover, most works focus on leveraging only contextual information captu…

Classification

Graph Structure Inference with BAM: Introducing the Bilinear Attention Mechanism

2024-02-12 · Philipp Froehlich, Heinz Koeppl

In statistics and machine learning, detecting dependencies in datasets is a central challenge. We propose a novel neural network model for supervised graph structure learning, i.e., the process of learning a mapping betw…

Graph structure learning