| Detecting LLM-Generated Texts with “Classical” Machine Learning(blog.lyc8503.net) | |
| 210 points by uneven9434 19 hours ago | 153 comments | |
tl;dr: A developer trained TF-IDF + LinearSVC classifiers on ~10,000 pre-ChatGPT Chinese texts paired with LLM-regenerated versions from seven models (Gemini, Qwen, GLM, Kimi, Doubao, Deepseek), achieving ~85% per-sentence accuracy using majority voting. The classical ML approach generalized well to unseen models like Claude and GPT-5, with false positive rates under 0.04% on human-written fanfics, while common evasion tactics (translation roundtrips, "de-AI" prompts) only marginally reduced detection. The full model runs client-side in JavaScript via a web demo, suggesting this is likely how commercial AIGC detectors actually work. | |
HN Discussion:
| |