humanize-chinese
结合统计特征与规则引擎,改写效果与可配置性较强。
具备规避检测能力,可能被用于掩盖 AI 生成内容
检测多种中文 AI 痕迹并根据场景统计与规则对文本进行人化改写。
识别中文文本里的 AI 写作痕迹并按场景把机器味儿改掉,既能做检测打分,也能按 general/academic/longform 场景重写文本。适合把论文、公众号、小说或学术稿去 AIGC 痕迹或做风格转换时用。特点是结合几十条规则和统计信号(如 GLTR、LR 等),支持多种目标风格和 best-of-N 策略,兼顾可解释性与效果。
▸ 展开 SKILL.md 英文原文
Detect and humanize AI-generated Chinese text. 20+ rule detection categories plus statistical features (sentence-length CV, short-sentence fraction, comma density, perplexity, GLTR, DivEye) plus scene-aware LR fusion (rule × 0.2 + LR × 0.8) trained on three scenes: general / academic / longform 长文本 (≥1500 字)。Unified CLI: ./humanize {detect,rewrite,academic,style,compare}. 8 style transforms (casual/zhihu/xiaohongshu/wechat/academic/literary/weibo/novel)。 Multi-paragraph rewriting (paragraph length CV、跨段 trigram 重复) plus best-of-N humanize (默认 N=10 取最低 LR)。165 replacement patterns + CiLin 同义词词林 38873 with collision blacklist。 Academic paper AIGC reduction for CNKI/VIP/Wanfang (知网/维普/万方 AIGC 检测降重)。 Pure Python, no dependencies, offline。v5.0.0 — HC3 fused 准确率 95%、学术 hero 100→35 (-65)、 工作汇报 96→13 (-83)、长篇博客 96→41 (-55)。 Use when user says: "去AI味", "降AIGC", "人性化文本", "humanize chinese", "AI检测", "AIGC降重", "去除AI痕迹", "文本改写", "论文降重", "知网检测", "维普检测", "AI写作检测", "让文字更自然", "detect AI text", "humaniz
帮我安装这个 skill:https://raw.githubusercontent.com/brycewang-stanford/Auto-Empirical-Research-Skills/main/skills/49-voidborne-d-humanize-chinese/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/brycewang-stanford/Auto-Empirical-Research-Skills/main/skills/49-voidborne-d-humanize-chinese/SKILL.md"# Humanize Chinese AI Text v5.0 检测和改写中文 AI 生成文本的完整工具链。可独立运行(统一 CLI 或独立脚本),也可作为 LLM prompt 指南使用。 **v5.0 亮点:** scene-aware 三路 LR 融合 (general / academic / longform);HC3 fused 准确率 95%;新增 `--scene novel/auto` 长文本场景;新增 `--style novel` 长篇叙事;`--best-of-n N` (默认 10) 多次 humanize 取最低 LR;段落级信号 (paragraph length CV / 跨段 trigram 重复) + 反制改写。 ## CLI Tools ### 统一 CLI(推荐) ```bash ./humanize detect 文本.txt -v # 检测 + 详细 ./humanize detect 章节.txt --scene novel # 长文本/小说显式 scene ./humanize detect 稿件.txt --scene auto # 按长度自动切 (≥1500 走 longform LR) ./humanize rewrite 文本.txt -o 改后.txt # 改写(默认 best-of-10) ./humanize rewrite 文本.txt