research-paper-writing

Write ML research papers for NeurIPS, ICML, and ICLR from experiment design through submission.

Updated Sep 10, 2026
One-click install
npx skills add https://github.com/loteiron/ZeusAgent --skill research-paper-writing-loteiron
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: research-paper-writing
Source: https://github.com/loteiron/ZeusAgent/tree/main/optional-skills/research/research-paper-writing
Command: npx skills add https://github.com/loteiron/ZeusAgent --skill research-paper-writing-loteiron

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Producing a publication-ready ML paper requires coordinating literature review, experiment design, statistical analysis, LaTeX writing, citation verification, and venue-specific formatting—an iterative process where results trigger new experiments and reviews trigger revisions. This Skill provides an end-to-end pipeline that manages that full lifecycle without hallucinated citations or unsupported claims. ## Core Features & Use Cases - Full Research Lifecycle: Covers project setup, iterative literature search, claim-to-experiment mapping, monitored execution, statistical analysis (McNemar's test, bootstrapped CIs, Cohen's h), drafting, self-review, and submission prep. - Verified Citations: Enforces a mandatory 5-step programmatic citation workflow using Semantic Scholar, CrossRef, and arXiv APIs so no BibTeX entry is generated from memory. - Venue Templates & Checklists: Ships official LaTeX templates for ICML 2026, ICLR 2026, NeurIPS 2025, ACL, AAAI 2026, and COLM 2025, plus the mandatory NeurIPS 16-item checklist and per-venue requirements. - Use Case: A researcher with an existing codebase asks the agent to turn their results into an ICML submission—the Skill designs the experiments, runs them with crash-recovery and cron monitoring, writes the draft in the official template, simulates reviewers, and prepares the final PDF. ## Quick Start Use the research-paper-writing skill to turn the experiments in this repository into a draft paper targeting ICML 2026.

Frequently Asked Questions about research-paper-writing

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

FAQPage Schema
How do I write a machine learning paper for NeurIPS or ICML?▼

Follow a phased pipeline: define a one-sentence contribution, map every experiment to a claim, run experiments with incremental saving, compute statistical significance, then draft in the official venue LaTeX template. Finish with a simulated self-review and the venue's mandatory checklist before submission.

How to prevent hallucinated citations in AI-generated papers?▼

Never generate BibTeX from memory—fetch it programmatically via DOI content negotiation from CrossRef. Verify each paper exists in at least two sources such as Semantic Scholar and arXiv, and confirm the cited claim actually appears in the paper before adding it to the bibliography.

What statistical tests should ML papers report?▼

Report McNemar's test for paired method comparisons, bootstrapped 95% confidence intervals for key metrics, and effect sizes such as Cohen's h for proportions. Always state sample sizes, number of runs, and whether error bars show standard deviation or standard error.

Does the NeurIPS paper checklist affect submission?▼

Yes, NeurIPS requires a completed 16-item paper checklist covering claims alignment, limitations, reproducibility, compute resources, and ethics. Papers missing the checklist face automatic desk rejection, though it appears after references and does not count toward the page limit.

When should I use iterative refinement versus a single-pass draft?▼

Use autoreason-style iterative refinement for mid-tier models on constrained tasks, where the generation-evaluation gap is largest. Frontier models on unconstrained tasks do better with critique-and-revise or a single pass, since unconstrained iteration causes synthesis drift.

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

ICML 2026 allows 8 pages, ICLR 2026 allows 9 pages, and NeurIPS 2025 allows 9 pages of main content. All three permit unlimited references and appendices, with camera-ready versions typically gaining one additional page.