What problem does it solve?
It turns a research wiki and a generated PAPER_PLAN into a compilable, de-AI-polished LaTeX paper with consistent sections, figures/tables, and verified BibTeX citations.
Core Features & Use Cases
- Section-by-section LaTeX drafting from wiki sources: Writes Introduction, Related Work, Method, Experiments, Conclusion (and optional Appendix) by grounding each section in corresponding wiki pages referenced by PAPER_PLAN.
- Figure and table generation: Builds paper-ready figures (plots/diagrams) and tables using the figure and table plan from PAPER_PLAN, producing files under paper/figures and paper/tables.
- BibTeX verification and compilation readiness: Fetches citation metadata (via DBLP/CrossRef citation-verification flow) and generates paper/references.bib, then performs a final integrity check for inputs, citations, and references.
- Optional per-section LLM review: Supports a --review mode to improve clarity and consistency before the final full-paper cross-review.
- De-AI polish enforcement: Applies mandatory academic-writing polish rules after writing each section.
Quick Start
Generate a complete LaTeX paper draft from your existing PAPER_PLAN.md by running: /paper-draft wiki/outputs/paper-plan-yourpaper.md --review