学术论文智能优化系统,专为计算机深度学习方向硕士学位论文设计。 提供三维协同优化:降AI检测率、降查重率、学术润色提升。 采用两层文档架构(总揽+章节)与显式状态追踪,实现模块化闭环优化。 内置 30+ 种中文学术 AI 模式检测,支持困惑度与突发性重构。严格遵循“最小干预与句内微调”原则,严禁大段AI式重写,保留最真实的科研人类逻辑。 Intelligent thesis optimization system for computer science deep learning master's theses. Provides three-dimensional optimization: AI detection reduction, plagiarism reduction, academic polishing. Uses two-tier document architecture (master + chapter) with explicit state tracking for modular closed-loop optimization. Detects 30+ AI patterns and optimizes perplexity/burstiness through minimal intervention and intra-sentence restructuring to preserve authentic human logic. 关键词: thesis-optimization, ai-detection, plagiarism, polishing, academic-writing, perplexity, burstiness
当用户需要对学位论文进行以下优化时触发:
采用两层文档架构 + 显式状态追踪:
第一层: 总揽文档 (thesis_master_overview.md)
├── 论文整体分析与解读
├── 章节划分与优化策略
├── 全局进度追踪 [██████░░░░] 60%
└── 章节状态矩阵
│
├─→ 第二层: chapter_01_abstract.md
├─→ 第二层: chapter_02_intro.md
└─→ ... 其他章节任务文档
触发条件: 用户首次请求优化论文
执行步骤:
view_file 完整阅读论文LaTeX源文件templates/master_overview_template.md 生成总揽文档输出: thesis_master_overview.md 存储在论文同目录
触发条件: 总揽文档生成后、逐章节优化开始前
执行步骤:
references/ai_pattern_taxonomy.md 对全文进行系统扫描对于总揽文档中每个待处理章节:
创建章节任务文档
templates/chapter_task_template.mdchapter_XX_name.md应用高阶优化策略 (阅读 references/ 获取详细指导)
ai_pattern_taxonomy.mdai_vocabulary_blacklist.md 强标记词perplexity_burstiness.mdstrategy_plagiarism.mdstrategy_polishing.md生成优化后的LaTeX
更新总揽文档
评估质量
references/evaluation_criteria.md触发条件: 所有章节初次优化完成
状态标记:
防偏移设计:
| 指标 | 目标值 | 评估方法 / 工具 |
|---|---|---|
| 5D人类化评分 | > 40/50 | 依照 evaluation_criteria.md 对直接性/节奏感/自然度/学术性/精炼度进行评分 |
| AI检测率 | < 10% (优秀) / <20% (合格) | GPTZero, Originality.ai 逐句预测 |
| 查重率 | < 10% | 知网, 维普 |
| 句式突发性 | 句长方差 > 12 | 统计检查长短句错落分布 |
| 词汇分布 | 剔除所有🔴强标记词 | 依照 ai_vocabulary_blacklist.md 进行校验 |
告诉我你的论文路径,我将:
参考资源 (请务必在执行时严格交叉阅读):
templates/master_overview_template.md - 总揽文档模板templates/chapter_task_template.md - 章节任务模板references/evaluation_criteria.md - 包含 5 维评分标准的评估体系references/ai_pattern_taxonomy.md - 30+ 种中文学术论文 AI 模式判别references/ai_vocabulary_blacklist.md - 三级 AI 高频毒词表及重构指南references/perplexity_burstiness.md - GPTZero 检测原理及对抗理论references/strategy_ai_reduction.md - 脱 AI 痕迹技术规程references/strategy_plagiarism.md - 降查重防自引策略references/strategy_polishing.md - 严谨化学术语言指南