ml-paper-writing

Write publication-ready ML papers with LaTeX templates and verified citations.

13.0k|930|Updated Nov 3, 2025
One-click install
npx skills add https://github.com/Orchestra-Research/AI-research-SKILLs --skill ml-paper-writing-orchestra-research
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ml-paper-writing
Source: https://github.com/Orchestra-Research/AI-research-SKILLs/tree/main/20-ml-paper-writing/ml-paper-writing
Command: npx skills add https://github.com/Orchestra-Research/AI-research-SKILLs --skill ml-paper-writing-orchestra-research

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires semanticscholar, arxiv, habanero, requests, and includes references (resource) and assets (resource) components.

What problem does it solve? Drafting ML conference papers is slow and error-prone: structuring a compelling narrative, meeting venue-specific formatting rules, and avoiding hallucinated citations all demand significant effort. This Skill guides the full workflow from a research repository to a submission-ready paper for NeurIPS, ICML, ICLR, ACL, AAAI, and COLM. ## Core Features & Use Cases - Structured Paper Drafting: Step-by-step workflows for abstract, introduction, methods, experiments, related work, and limitations, grounded in writing guidance from researchers like Neel Nanda, Sebastian Farquhar, and Zachary Lipton. - Citation Verification: Programmatic citation workflow using Semantic Scholar, CrossRef, and arXiv APIs to fetch verified BibTeX via DOI, preventing the ~40% error rate of AI-generated references. - Conference Templates & Checklists: Official LaTeX templates for six ML venues plus mandatory checklist references (NeurIPS 16-item checklist, ICML Broader Impact, ICLR LLM disclosure, ACL Limitations). - Use Case: You have a research repo with experimental results and need an ICLR submission. The Skill explores the repo, drafts each section iteratively, verifies every citation via API, and formats the paper with the iclr2026 template. ## Quick Start Use the ml-paper-writing skill to draft a NeurIPS paper from my research repository, starting with the abstract and introduction.

Frequently Asked Questions about ml-paper-writing

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

FAQPage Schema
How do I write an ML paper for NeurIPS or ICML from my research code?▼

Start by exploring the repository to identify the main contribution and existing citations, then draft sections iteratively: Figure 1, abstract, introduction, methods, experiments, related work, and limitations. Use the venue's official LaTeX template and complete the mandatory paper checklist before submission.

How to prevent AI hallucinated citations in academic papers?▼

Never generate BibTeX from memory; fetch it programmatically via DOI content negotiation with CrossRef after verifying the paper exists in at least two sources like Semantic Scholar and arXiv. Mark unverifiable references as explicit placeholders and inform the author.

What LaTeX templates are included for ML conferences?▼

Templates cover ICML 2026, ICLR 2026, NeurIPS 2025, ACL, AAAI 2026, and COLM 2025, each with official style files and bibliography styles. Systems venues like OSDI and NSDI are handled by the separate systems-paper-writing skill.

How do I convert a paper from NeurIPS format to ICML or AAAI?▼

Copy only the content sections into a fresh target template, never merge LaTeX preambles. Adjust for page limits (NeurIPS 9 pages to ICML 8 or AAAI 7), add venue-specific sections like ICML's Broader Impact Statement, and verify compilation.

What are the page limits for NeurIPS, ICML, and ICLR submissions?▼

NeurIPS 2025 allows 9 pages, ICML 2026 allows 8 pages (9 camera-ready), and ICLR 2026 allows 9 pages (10 camera-ready). References and appendices are unlimited at all three venues, and checklists sit outside the page limit.

When should I use systems-paper-writing instead of this skill?▼

Use systems-paper-writing for systems venues such as OSDI, NSDI, ASPLOS, and SOSP, which have different structural blueprints, page limits, and reviewer expectations. This skill covers only ML and AI conferences like NeurIPS, ICML, ICLR, ACL, AAAI, and COLM.