research-paper-writing

Guides end-to-end ML research paper production from experiment design through conference submission.

Updated May 29, 2026
One-click install
npx skills add https://github.com/Reimonsk8/hermes-9router-model-balancing --skill research-paper-writing-reimonsk8
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: research-paper-writing
Source: https://github.com/Reimonsk8/hermes-9router-model-balancing/tree/main/scripts/skills/research/research-paper-writing
Command: npx skills add https://github.com/Reimonsk8/hermes-9router-model-balancing --skill research-paper-writing-reimonsk8

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? Writing a publication-ready ML paper involves coordinating literature review, experiment design, statistical analysis, LaTeX drafting, citation verification, and venue-specific formatting — a process where missed steps (hallucinated citations, missing checklists, weak baselines) cause desk rejections. ## Core Features & Use Cases - Full Research Lifecycle: Covers project setup, iterative literature search, claim-to-experiment mapping, execution monitoring with cron patterns, statistical analysis (McNemar's test, bootstrapped CIs), drafting, self-review, and submission for NeurIPS, ICML, ICLR, ACL, AAAI, and COLM. - Citation Hallucination Prevention: Enforces a mandatory 5-step programmatic verification workflow using Semantic Scholar, CrossRef, and arXiv APIs instead of generating BibTeX from memory. - Venue-Ready Resources: Ships official LaTeX templates, conference checklists (NeurIPS 16-item checklist, ACL Limitations section, ICLR LLM disclosure), and the autoreason iterative refinement methodology with model-tier guidance. - Use Case: A researcher with experimental results asks the agent to draft an ICML submission — the skill produces a grounded draft from an experiment log, verifies every citation via DOI content negotiation, applies the ICML 2026 template, and runs the pre-submission checklist. ## Quick Start Ask the agent to start a research paper from your existing codebase and results, specifying the target venue such as NeurIPS or ICML.

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 an ML research paper for NeurIPS or ICML with an AI agent?▼

Follow the phased pipeline: set up the workspace and contribution statement, run an iterative literature search, map claims to experiments, analyze results with statistical tests, then draft using the venue's official LaTeX template. The skill provides templates and checklists for NeurIPS, ICML, ICLR, ACL, AAAI, and COLM.

How do I 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 (Semantic Scholar plus arXiv or CrossRef), and mark anything unverifiable as [CITATION NEEDED].

What statistical tests should I report for comparing ML methods?▼

Use McNemar's test for paired binary outcomes between two methods, bootstrapped 95% confidence intervals for key metrics, and Cohen's h for effect size. Always report sample sizes, number of runs, and whether error bars show standard deviation or standard error.

Does the skill include LaTeX templates for specific conferences?▼

Yes, it bundles official templates for ICML 2026, ICLR 2026, NeurIPS 2025, ACL, AAAI 2026, and COLM 2025, each with the correct style files, bibliography styles, and example documents. Page limits and compilation instructions are documented per venue.

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

Use autoreason for mid-tier models (Haiku, Gemini Flash) and constrained tasks where the generation-evaluation gap is large. Use single pass or critique-and-revise for frontier models on unconstrained tasks, where autoreason suffers synthesis drift and fails to converge.

What are the limitations of this research paper workflow?▼

The pipeline assumes an empirical ML paper with runnable experiments; pure theory or survey papers need adapted phases. It also requires API access to Semantic Scholar and CrossRef for citation verification, and human evaluation studies still need external annotator recruitment and IRB approval.