Classical Machine Learning Effectively Detects LLM-Generated Text with 85% Accuracy
Key Takeaways
- ▸LLM-generated text exhibits statistically detectable word-choice patterns distinguishable using classical ML without complex architectures
- ▸Linear SVC and Naive Bayes classifiers achieve ~85% single-sentence detection accuracy, suggesting the problem is simpler than commonly assumed
- ▸Open-source release enables widespread deployment for content moderation without expensive proprietary tools or high computational overhead
Summary
An independent researcher has demonstrated that mainstream LLM-generated text exhibits strong statistical patterns that can be effectively distinguished from human-written content using traditional machine learning models. Using scikit-learn's Linear SVC and Naive Bayes classifiers, the researcher achieved approximately 85% single-sentence detection accuracy on test data, challenging assumptions that complex neural network architectures are necessary for AI-text detection. The work suggests that many commercial "AI plagiarism checkers" may rely on similar classical ML techniques under the hood rather than sophisticated deep learning approaches.
The research was motivated by the author's observations of low-quality AI-generated content flooding online communities, particularly fanfiction platforms. Through experimentation, they found that LLMs produce highly detectable word-choice patterns—so distinct that even simple Naive Bayes classifiers can identify them reliably. The researcher made the code and trained models available on GitHub, enabling researchers and platform moderators to implement detection without requiring massive computational resources or proprietary model access.
This work has significant implications for content authentication, academic integrity verification, and platform moderation. The accessibility and computational efficiency of classical ML-based detection could democratize AI-text identification across diverse platforms and use cases.
- Results suggest commercial AI-detection services may rely on similar classical ML techniques rather than advanced neural networks
Editorial Opinion
This research is a revealing reminder that not every AI problem requires AI to solve. The finding that 50-year-old statistical classifiers can reliably detect modern LLMs is both humbling and practical—it suggests the AI detection industry may have been dramatically overcomplicating the solution. The real test will be whether these patterns hold across diverse writing styles, multiple LLM versions, and adversarial attempts to evade detection. If the technique proves robust at scale, it could fundamentally shift how platforms authenticate content.



