research-paper-writing

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

Updated Aug 21, 2026
One-click install
npx skills add https://github.com/TylerSimons1127/vibe --skill research-paper-writing-tylersimons1127
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: research-paper-writing
Source: https://github.com/TylerSimons1127/vibe/tree/main/skills/research/research-paper-writing
Command: npx skills add https://github.com/TylerSimons1127/vibe --skill research-paper-writing-tylersimons1127

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 submission requirements. 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 iterative phases from project setup and literature review through experiment execution, analysis, drafting, self-review, and submission. - Citation Verification Workflow: Programmatic BibTeX retrieval via Semantic Scholar, CrossRef, and arXiv APIs to prevent hallucinated citations, with a mandatory 5-step verification process. - Venue Templates & Checklists: Official LaTeX templates for six conferences plus mandatory checklist requirements (NeurIPS 16-item checklist, ACL Limitations section, ICLR LLM disclosure). - Use Case: You have experimental results in a codebase and need an ICML submission. The Skill helps you map claims to experiments, run statistical significance tests, generate publication-quality figures, draft each section, and verify every citation before submission. ## Quick Start Ask the agent to help write a research paper from your existing experiment results, specifying your 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?▼

Follow an iterative pipeline: define a one-sentence contribution, map each claim to a supporting experiment, run experiments with incremental result saving, compute statistical significance, then draft sections using the venue's official LaTeX template. Finish with a simulated self-review before submission.

How to prevent hallucinated citations in AI-assisted paper writing?▼

Never generate BibTeX from memory. Use a 5-step verification workflow: search Semantic Scholar, verify the paper exists in two or more 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 placeholders.

What LaTeX templates are included for conference submissions?▼

Official templates are provided for ICML 2026, ICLR 2026, NeurIPS 2025, ACL, AAAI 2026, and COLM 2025, each with the correct style file, bibliography style, and example document. Page limits range from 7 pages (AAAI) to 9 pages (ICLR, NeurIPS, COLM).

Does the NeurIPS paper checklist affect submission?▼

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

How do I design human evaluation for NLP papers?▼

Define evaluation dimensions, write annotation guidelines with examples, run a pilot to measure inter-annotator agreement using Krippendorff's alpha or Cohen's kappa, then scale up. Report annotator count, agreement metrics, compensation, and time per item, as ACL venues require this documentation.

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

Use autoreason-style iterative refinement for mid-tier models on constrained tasks, where the generation-evaluation gap is largest. For frontier models on unconstrained tasks, single-pass or critique-and-revise performs better, since iterative synthesis drifts without scope constraints.