explaingit

hongcha1101/de-aigc-ch

Analysis updated 2026-05-18

13PythonAudience · writerComplexity · 2/5LicenseSetup · easy

TLDR

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.

Mindmap

mindmap
  root((repo))
    What it does
      Detects AI writing patterns
      Rewrites text to sound human
      Scores text on six dimensions
    Tech stack
      Python
      Detection scripts
    Use cases
      Clean up AI drafted Chinese text
      Score writing for AI tells
      Learn common AI phrase patterns
    Audience
      Chinese language writers
      Editors and researchers
    Status
      MIT licensed
      Chinese language only
      Includes rewrite examples

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Scan AI-generated Chinese text for common patterns that give away machine writing.

USE CASE 2

Rewrite flagged text using the five-step editing workflow to sound more natural.

USE CASE 3

Score a piece of writing against the six-dimension rubric before publishing it.

USE CASE 4

Study the before-and-after examples to learn what natural human phrasing looks like.

What is it built with?

Python

How does it compare?

hongcha1101/de-aigc-ch1lystore/awaekactashui/sjtu-ppt-template-skill
Stars131313
LanguagePythonPythonPython
Setup difficultyeasymoderatemoderate
Complexity2/52/52/5
Audiencewritervibe coderresearcher

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Just run the Python detection script directly on a text file, no other setup required.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

In plain English

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.

Copy-paste prompts

Prompt 1
Help me run the detection script on a piece of Chinese text I wrote with AI help.
Prompt 2
Explain the three layers of detection this project uses to spot AI writing patterns.
Prompt 3
Walk me through the five-step workflow for rewriting AI-sounding Chinese text.
Prompt 4
What phrases and sentence structures does this project flag as AI-sounding?

Frequently asked questions

What is de-aigc-ch?

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.

What language is de-aigc-ch written in?

Mainly Python. The stack also includes Python.

What license does de-aigc-ch use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is de-aigc-ch to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is de-aigc-ch for?

Mainly writer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.