research-paper-writing

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

5|2|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/AjayRajan05/VoiceOS --skill research-paper-writing-ajayrajan05
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: research-paper-writing
Source: https://github.com/AjayRajan05/VoiceOS/tree/main/skills/bundled/community/research/research-paper-writing
Command: npx skills add https://github.com/AjayRajan05/VoiceOS --skill research-paper-writing-ajayrajan05

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 research paper involves coordinating experiments, verified citations, statistical analysis, LaTeX formatting, and venue-specific checklists, and mistakes like hallucinated citations or missing NeurIPS checklist items cause desk rejections. ## Core Features & Use Cases - Full Research Lifecycle: Covers project setup, literature review, experiment design, execution monitoring, statistical analysis, drafting, self-review, and submission for NeurIPS, ICML, ICLR, ACL, AAAI, and COLM. - Verified Citation Workflow: Fetches BibTeX programmatically via Semantic Scholar, CrossRef, and arXiv APIs instead of generating citations from memory, marking unverifiable ones as placeholders. - 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 asks the agent to draft an ICML submission; the skill maps claims to experiments, verifies every citation, generates booktabs tables and colorblind-safe PDF figures, and runs a simulated reviewer pass before submission. ## Quick Start Ask the agent to help write a research paper from your existing experiment 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 a machine learning paper for NeurIPS or ICML?▼

Follow a phased pipeline: define a one-sentence contribution, map every experiment to a claim, run baselines with statistical significance tests, then draft using the venue's official LaTeX template. Complete the mandatory conference checklist before submission to avoid desk rejection.

How do I prevent hallucinated citations in AI-generated papers?▼

Never generate BibTeX from memory; fetch it programmatically via DOI content negotiation from CrossRef or the Semantic Scholar API. Verify each paper exists in at least two sources and mark anything unverifiable as a placeholder citation.

What statistical tests should ML papers report?▼

Report error bars with the method specified, 95% confidence intervals via bootstrapping, and McNemar's test for pairwise method comparisons. Include effect sizes such as Cohen's h and state the number of runs or seeds.

Does the NeurIPS checklist affect paper acceptance?▼

Yes, papers missing the NeurIPS paper checklist face automatic desk rejection. The checklist has 16 items covering limitations, reproducibility, statistical significance, compute resources, and broader impacts, and appears after references outside the page limit.

When should I use human evaluation instead of automated metrics?▼

Use human evaluation when automated metrics do not capture your claims, such as fluency, helpfulness, or preference in generation tasks at NLP venues. Report annotator counts, inter-annotator agreement like Krippendorff's alpha, and compensation details.

What are the page limits for major ML conferences?▼

NeurIPS allows 9 pages, ICML 8 pages, ICLR 9 pages, ACL 8 pages for long papers, AAAI 7 pages, and COLM 9 pages for main content. References and appendices are unlimited at all of these venues.