research-paper-writing

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

1|Updated Aug 11, 2026
One-click install
npx skills add https://github.com/Chia1104/agent-air --skill research-paper-writing-chia1104
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: research-paper-writing
Source: https://github.com/Chia1104/agent-air/tree/main/skills/hermes/research/research-paper-writing
Command: npx skills add https://github.com/Chia1104/agent-air --skill research-paper-writing-chia1104

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/AI paper involves coordinating literature review, experiment design, statistical analysis, LaTeX drafting, citation verification, and venue-specific submission requirements. This Skill provides a structured pipeline that keeps every experiment tied to a paper claim and prevents common failure modes like hallucinated citations and missing conference checklists. ## Core Features & Use Cases - Full Research Lifecycle: Covers project setup, iterative literature search, experiment design with claim-to-experiment mapping, execution monitoring, statistical analysis, drafting, self-review, and submission for NeurIPS, ICML, ICLR, ACL, AAAI, and COLM. - Citation Verification Workflow: Enforces programmatic BibTeX retrieval via Semantic Scholar, CrossRef, and arXiv APIs with a mandatory 5-step verification process to eliminate fabricated references. - Venue Templates & Checklists: Ships official LaTeX templates and mandatory checklist requirements (NeurIPS 16-item checklist, ACL Limitations section, ICLR LLM disclosure) to avoid desk rejection. - Use Case: A researcher with experimental results in a codebase asks the agent to draft an ICML submission; the Skill builds an experiment log, verifies all citations via DOI content negotiation, generates booktabs tables and colorblind-safe PDF figures, and runs a simulated reviewer pass before submission. ## Quick Start Use the research-paper-writing skill to turn my experiment results in this repository into a draft NeurIPS paper with verified citations and submission checklist.

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 one-sentence contribution, run an iterative literature search, map every experiment to a paper claim, analyze results with significance tests, then draft and self-review. The Skill provides LaTeX templates and checklists for each venue.

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 mark anything unverifiable as [CITATION NEEDED].

What statistical tests should ML papers report for method comparison?▼

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

Does the NeurIPS paper checklist affect submission acceptance?▼

Yes, papers missing the mandatory 16-item NeurIPS checklist face automatic desk rejection. The checklist covers claims alignment, limitations, reproducibility, statistical significance, compute resources, ethics, and LLM usage disclosure.

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

Use autoreason for mid-tier models on constrained tasks where the generation-evaluation gap is large. Use single pass or critique-and-revise for frontier models on unconstrained tasks, since autoreason fails there due to synthesis drift.

Can this pipeline handle theory, survey, or position papers without experiments?▼

Yes, the Skill covers non-empirical paper types including theory, survey, benchmark, and position papers. It also supports human evaluation design for NLP and HCI research with inter-annotator agreement metrics like Krippendorff's alpha.