bzd-paper-aigc-auditor

Audit mathematical modeling competition papers for AI-generated traces and produce layered HTML reports.

Updated Aug 26, 2026
One-click install
npx skills add https://github.com/Yjj0333/skills-manager-backup --skill bzd-paper-aigc-auditor-yjj0333
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bzd-paper-aigc-auditor
Source: https://github.com/Yjj0333/skills-manager-backup/tree/main/bzd-paper-aigc-auditor
Command: npx skills add https://github.com/Yjj0333/skills-manager-backup --skill bzd-paper-aigc-auditor-yjj0333

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve? Mathematical modeling competition papers increasingly show signs of AI-generated content, but reviewers lack a transparent, quantified method to detect it. This Skill applies a two-layer audit framework to score AI-style risk in Chinese modeling papers and outputs actionable HTML reports. ## Core Features & Use Cases - Two-layer scoring framework: Layer 1 scans language templating (high-frequency connectives, parallel sentences, passive voice, unsupported superlatives) weighted at 60% plus four other dimensions; Layer 2 reviews modeling logic including model commonality, complexity-vs-benefit, five vanity patterns, and a three-question justification method. - Quantified risk output: Computes a 0-100 AI risk score with five risk tiers, parameter traceability tables, and P0/P1/P2 prioritized revision suggestions. - Layered HTML reports: Generates a concise self-check version for students and a complete review version for instructors and judges. - Use Case: A competition advisor receives a student paper, runs the audit, and gets a scored report pinpointing unsupported claims, unjustified model choices, and untraceable parameters with concrete rewrite suggestions. ## Quick Start Audit this mathematical modeling paper for AI-generated traces using the two-layer framework and generate the HTML risk report.

Frequently Asked Questions about bzd-paper-aigc-auditor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect AI-generated content in a math modeling paper?▼

Run the two-layer audit: scan language features like high-frequency connectives, parallel structures, and unsupported superlatives, then review modeling logic for unjustified complex models. The combined score from 0-100 indicates the AI-style risk level.

What models are considered high-risk AI indicators in modeling competitions?▼

Deep learning models like DNN, CNN, LSTM, and reinforcement learning are flagged as high risk because they rarely suit competition problems. Heuristic algorithms like genetic algorithms and particle swarm optimization are medium risk unless the paper justifies why simpler methods were rejected.

Does this AI detection replace Turnitin or official AIGC checkers?▼

No. This audit evaluates AI writing style and modeling logic risk, not authorship identity. It complements commercial AIGC detection services and should be combined with human review for final decisions.

What inputs improve the accuracy of the paper audit?▼

Providing the competition problem statement alongside the paper raises confidence, and adding code or intermediate results raises it further. With only the paper, the confidence interval is roughly plus or minus 8-12 points.

Why does a paper score high risk even if it was human-written?▼

High scores reflect AI-style patterns such as dense connectives, unsupported superlatives, or unjustified model choices, which can appear in human writing. The report provides prioritized revision suggestions to reduce the score through concrete edits.