tool 2025

Multi-Hierarchical Feature Detection for Large Language Model Generated Text

Luyan Zhang , Xinyu Xie

1 citations · 10 references · arXiv

α

Published on arXiv

2509.18862

Output Integrity Attack

OWASP ML Top 10 — ML09

Key Finding

MHFD achieves 89.7% in-domain and 84.2% cross-domain detection accuracy, but multi-feature fusion provides only 0.4–0.5% gain over a BERT baseline at 4.2× inference cost.

MHFD (Multi-Hierarchical Feature Detection)

Novel technique introduced


With the rapid advancement of large language model technology, there is growing interest in whether multi-feature approaches can significantly improve AI text detection beyond what single neural models achieve. While intuition suggests that combining semantic, syntactic, and statistical features should provide complementary signals, this assumption has not been rigorously tested with modern LLM-generated text. This paper provides a systematic empirical investigation of multi-hierarchical feature integration for AI text detection, specifically testing whether the computational overhead of combining multiple feature types is justified by performance gains. We implement MHFD (Multi-Hierarchical Feature Detection), integrating DeBERTa-based semantic analysis, syntactic parsing, and statistical probability features through adaptive fusion. Our investigation reveals important negative results: despite theoretical expectations, multi-feature integration provides minimal benefits (0.4-0.5% improvement) while incurring substantial computational costs (4.2x overhead), suggesting that modern neural language models may already capture most relevant detection signals efficiently. Experimental results on multiple benchmark datasets demonstrate that the MHFD method achieves 89.7% accuracy in in-domain detection and maintains 84.2% stable performance in cross-domain detection, showing modest improvements of 0.4-2.6% over existing methods.


Key Contributions

  • MHFD architecture integrating DeBERTa-v3 semantic analysis, dependency-parse syntactic features, and statistical probability features via an adaptive fusion module for AI text detection.
  • Systematic empirical investigation revealing that multi-feature integration yields only 0.4–0.5% accuracy improvement over single neural models while incurring 4.2× computational overhead.
  • Cross-domain evaluation showing 89.7% in-domain and 84.2% cross-domain accuracy, with negative results challenging the assumption that multi-hierarchical feature combination is worth the cost.

🛡️ Threat Analysis

Output Integrity Attack

MHFD is a novel AI-generated text detection system combining semantic, syntactic, and statistical features to authenticate whether text was produced by an LLM — a direct ML09 output-integrity / content-provenance contribution.


Details

Domains
nlp
Model Types
transformerllm
Threat Tags
inference_time
Datasets
multiple benchmark datasets (unspecified in excerpt)
Applications
ai-generated text detectionacademic integrity verificationnews authenticity