A developer has created an open-source AI-generated text detector that uses traditional machine learning models to identify statistical patterns in LLM-produced content with approximately 85% accuracy.
Key Points
- The detector utilizes a Linear SVC classifier trained on nearly 10,000 human-written texts and an equal number of LLM-generated samples.
- It employs a majority-voting system across seven distinct binary classifiers to flag AI-generated sentences.
- The tool is available as a web-based demo and on GitHub, featuring a lightweight JavaScript implementation for browser-side inference.
- Testing indicates the model remains highly effective even against common bypass techniques like translation round-tripping or stylistic prompting.
- Analysis of trending content on the platform Lofter revealed that over 30% of sampled articles showed strong indicators of AI generation.