Discover and explore top open-source AI tools and projects—updated daily.
poleHansenDe-AIing Chinese academic documents
New!
Top 89.1% on SourcePulse
Summary
baibaiAIGC addresses the challenge of reducing AIGC-generated traces in Chinese academic papers and technical documents. It provides a structured, multi-round rewriting process to reduce AI markers while preserving original meaning, terminology, and academic style. Offering Web, Script, and Chat Skill interfaces, it targets users needing iterative refinement of AI-assisted content.
How It Works
The core methodology employs a strict two-round sequential rewriting process (1 -> 2). Documents are segmented into chunks, processed via an external OpenAI-compatible API, and reassembled to maintain original paragraph structure. This ensures systematic processing of long documents, prevents new fact introduction, and preserves original terminology, logic, and academic tone.
Quick Start & Requirements
pip install -r requirements.txt), Web frontend (cd app && npm install).python scripts/web_app.py) and frontend (cd app && npm run dev:web).scripts/run_aigc_round.py with specified parameters.SKILL.md without manual API setup..txt or .docx files in origin/.SKILL.md, references/usage.md, references/checklist.md.Highlighted Details
.txt and .docx files, with utilities for Word document extraction and rebuilding.Maintenance & Community
Acknowledges feedback from the "linuxdo (linux.do) community". No specific community channel links or maintainer details are provided.
Licensing & Compatibility
No license information is specified in the README. This omission may hinder commercial use or integration.
Limitations & Caveats
Long documents require sequential, chunk-based processing; single-pass rewriting is unsupported. Dialogue Skill mode may be unstable for lengthy inputs. The two-round sequence is fixed. Focus is on stylistic refinement, not content alteration for detection evasion.
1 week ago
Inactive
finic-ai