Analysis updated 2026-05-18
Scan AI-generated Chinese text for common patterns that give away machine writing.
Rewrite flagged text using the five-step editing workflow to sound more natural.
Score a piece of writing against the six-dimension rubric before publishing it.
Study the before-and-after examples to learn what natural human phrasing looks like.
| hongcha1101/de-aigc-ch | 1lystore/awaek | actashui/sjtu-ppt-template-skill | |
|---|---|---|---|
| Stars | 13 | 13 | 13 |
| Language | Python | Python | Python |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | writer | vibe coder | researcher |
Figures from each repo's GitHub metadata at analysis time.
Just run the Python detection script directly on a text file, no other setup required.
De-aigc-ch is a toolkit for making Chinese text written by AI sound more like natural human writing. When AI language models write in Chinese, they tend to fall into recognizable patterns: certain opening phrases that go nowhere, repeated sentence structures, an unusually even length across paragraphs, and connecting words that feel mechanical. This repository collects rules, examples, and scripts for identifying and rewriting those patterns. The approach works in three layers. The first layer looks at word choice, flagging phrases like "worth noting" and "not only...but also..." that appear far more often in AI output than in human writing. The second layer looks at sentence structure, checking for things like overuse of colons and semicolons, stacked parallel phrases, and long fixed clauses that AI models tend to repeat. The third layer looks at how the whole piece is organized, such as sentences that are all the same length or a conclusion that simply restates the introduction. The repository includes a five-step editing workflow: scan for problems, categorize them, rewrite with variation, run a five-dimension self-evaluation, and do a second check. It also includes a six-dimension scoring rubric covering directness, sentence rhythm, cautious language, logical flow, punctuation naturalness, and authenticity markers. A passing score is 50 or above out of 100. A Python script handles automated pattern scanning. It checks text against 11 pattern categories and rates the result on a severity scale: PASS, LIGHT, MODERATE, or HEAVY. Reference material in the repository includes academic citations supporting each detection rule, a blacklist of specific phrases to delete, a blacklist of sentence structures to avoid, and 20 before-and-after rewrite examples. The project is aimed specifically at Chinese writing and the README is written in Chinese. The license is MIT.
A toolkit of rules, scripts, and examples for rewriting AI-generated Chinese text so it reads like natural human writing instead of AI-sounding patterns.
Mainly Python. The stack also includes Python.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly writer.
This repo across BitVibe Labs
Verify against the repo before relying on details.