research-paper-writing

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

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

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. This Skill provides a structured pipeline covering the full research lifecycle for NeurIPS, ICML, ICLR, ACL, AAAI, and COLM submissions. ## Core Features & Use Cases - Full Research Pipeline: Eight phases from project setup and literature review through experiment execution, analysis, drafting, self-review, and submission, with explicit feedback loops for iterative refinement. - Citation Verification Workflow: Programmatic citation fetching via Semantic Scholar, CrossRef, and arXiv APIs to prevent hallucinated references, with a mandatory 5-step verification process. - Venue Templates & Checklists: Official LaTeX templates for ICML 2026, ICLR 2026, NeurIPS 2025, ACL, AAAI 2026, and COLM 2025, plus per-venue submission checklists covering page limits, ethics statements, and reproducibility requirements. - Use Case: A researcher with experimental results in a codebase asks the agent to draft an ICML submission. The Skill organizes the workspace, verifies all citations programmatically, generates figures with colorblind-safe palettes, drafts each section grounded in the experiment log, and runs a simulated reviewer pass before submission. ## Quick Start Use the research-paper-writing skill to draft an ICML submission from the experiment results in this repository.

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

Follow the phased pipeline: set up the workspace and contribution statement, run a breadth-then-depth literature search, map every experiment to a paper claim, analyze results with significance tests, then draft sections grounded in a structured experiment log. Finish with a simulated self-review and venue checklist before submission.

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

Never generate BibTeX from memory. Use the 5-step workflow: search Semantic Scholar, verify the paper exists in two sources, retrieve BibTeX via DOI content negotiation, validate the cited claim appears in the paper, then add it to the bibliography. Mark unverifiable entries as [CITATION NEEDED].

What LaTeX templates are included for conference submissions?

The templates directory includes official style files for ICML 2026, ICLR 2026, NeurIPS 2025, ACL, AAAI 2026, and COLM 2025, each with the .sty file, bibliography style, and example document. Compilation works via latexmk, pdflatex with bibtex, VS Code LaTeX Workshop, or Overleaf.

Does the skill support human evaluation for NLP papers?

Yes. It covers annotator selection, pairwise versus Likert scale design, inter-annotator agreement metrics like Krippendorff's alpha and Cohen's kappa, crowdsourcing platform tradeoffs, compensation reporting, and IRB guidance required by ACL and similar venues.

What statistical tests should I report for method comparisons?

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

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

Use autoreason-style iterative refinement for mid-tier models and constrained tasks where the generation-evaluation gap is large. Use single-pass or critique-and-revise for frontier models on unconstrained tasks, template-filling tasks, or very weak models that cannot generate diverse candidates.