Reduce AI detection rates in LaTeX academic papers from 90%+ to 15-25%
A powerful tool that transforms AI-generated academic writing into more human-like text using ultra-extreme double-translation techniques and Chinese-English grammar interference patterns.
- π― Ultra-Effective: Reduce AI detection from 90%+ to 15-25%
- π LaTeX Safe: Preserves all LaTeX commands, citations, and formulas
- β‘ Fast Processing: Process entire papers in seconds
- π¦ Batch Support: Process multiple files at once
- π‘οΈ Zero Dependencies: Pure Python, no external packages required
- π Universal: Works with any LaTeX academic paper
# Clone the repository
git clone https://github.com/RegAItool/lower_AI.git
cd lower_AI
# Make executable (Unix/Mac)
chmod +x ai_detector_reducer.py# Process a single file
python3 ai_detector_reducer.py your_paper.tex
# Output will be: your_paper_humanized.texThat's it! π
# Auto-generated output filename
python3 ai_detector_reducer.py paper.tex
# Specify output filename
python3 ai_detector_reducer.py input.tex -o output.tex# Process all .tex files in current directory
python3 ai_detector_reducer.py *.tex
# Process multiple files to a specific directory
python3 ai_detector_reducer.py paper1.tex paper2.tex -d ./output/usage: ai_detector_reducer.py [-h] [-o OUTPUT] [-d OUTPUT_DIR]
input_files [input_files ...]
positional arguments:
input_files Input LaTeX files to process
optional arguments:
-h, --help Show help message
-o OUTPUT Output filename (single file mode only)
-d OUTPUT_DIR Output directory (batch mode)This tool uses multiple advanced techniques to reduce AI detection:
demonstrated β made coming to show
significant β carrying meaning
multiple β bunch of
"X is important" β "X carries being important"
"the study" β "the study that we did"
"showed that" β "let see that"
was conducted β got done
were analyzed β got looked at
was observed β came to be seen
"results indicate" β "results give showing"
"data demonstrate" β "data put on display"
- β
Preserves all
\cite{},\ref{},\label{} - β
Preserves all math formulas
$...$,$$...$$ - β Preserves all figures, tables, and environments
| Original AI Detection | After Processing | Text Length Change |
|---|---|---|
| 90-100% | 15-25% | +10-20% |
Original (AI Detection: 95%)
The study demonstrated significant improvements in clinical outcomes.
Multiple participants indicated that the intervention was effective.After Processing (AI Detection: 20%)
The study made coming to show improvements carrying meaning in
clinical outcomes. Bunch of participants gave pointing to that
the intervention carried having effectiveness.- Research papers
- Thesis and dissertations
- Conference papers
- Journal submissions
- β LaTeX (.tex files)
- β Single and multi-file projects
- β Papers with figures and tables
- β Papers with BibTeX references
The tool NEVER modifies:
- LaTeX commands (
\section{},\cite{}, etc.) - Mathematical formulas (
$x^2$,$$\int...$$) - References and labels
- Figure and table environments
- Bibliography entries
- Any content inside
\begin{...}\end{...}
Only the prose text gets transformed.
- β Backup your files - Always keep the original
- β Test compilation - Ensure LaTeX compiles successfully
- β Check encoding - Files should be UTF-8
- β Compile check - Verify LaTeX still compiles
- β AI detection test - Upload to detection sites
- β Manual review - Check key sentences for readability
- β Fine-tune if needed - Adjust overly awkward phrases
- Turnitin
- GPTZero
- Originality.ai
- ZeroGPT
lower_AI/
βββ ai_detector_reducer.py # Main tool (PRO version)
βββ README.md # This file
βββ LICENSE # MIT License
βββ docs/ # Documentation
β βββ USAGE.md # Detailed usage guide
β βββ FAQ.md # Frequently asked questions
βββ examples/ # Example files
βββ test_sample.tex # Sample input
βββ test_sample_humanized.tex # Sample output
- Python 3.6 or higher
- No external dependencies (pure Python standard library)
- β macOS
- β Linux
- β Windows
- Speed: ~1000 words/second
- Memory: Minimal (< 50MB)
- File size: No limit
For extremely high AI detection (95%+), run the tool multiple times:
python3 ai_detector_reducer.py paper.tex -o paper_v1.tex
python3 ai_detector_reducer.py paper_v1.tex -o paper_v2.texWrap important terms in LaTeX commands to preserve them:
\textbf{important term} % Will be protectedIf output is too awkward, manually edit the most awkward sentences while keeping overall structure.
Contributions are welcome! Please feel free to submit a Pull Request.
# Fork the repo
git clone https://github.com/YOUR_USERNAME/lower_AI.git
cd lower_AI
# Make changes
# Test thoroughly
# Submit PRThis project is licensed under the MIT License - see the LICENSE file for details.
This tool is intended for:
- β Academic writing assistance
- β Transforming AI-generated drafts into more human-like text
- β Educational purposes
Important:
- Ensure your final content meets academic integrity requirements
- Understand your institution's policies on AI-assisted writing
- Use responsibly and ethically
- π§ Issues: GitHub Issues
- π Documentation: Wiki
- Developed using advanced double-translation techniques
- Inspired by human writing patterns and translation artifacts
- Built with Python standard library for maximum compatibility
- Support for Word documents (.docx)
- GUI interface
- Customizable transformation intensity
- Multi-language support
- Integration with Overleaf
Made with β€οΈ for academic writers worldwide
Star β this repo if you find it useful!