Publication strategy
π Professional Multi-Agent Skills
npx -y skills add kinhluan/skills --skill publication-strategyAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Choose publication venue, prepare submission, write rebuttals, and manage revision cycles. Use when deciding where to submit a paper, preparing camera-ready, writing a rebuttal to reviewers, or planning a revision.
SKILL.md
4.7 KB, ~1.0k tokens by cl100k_base, as published. Nobody here has run it
Publication Strategy
Get your work published efficiently without wasted submissions.
Venue Selection
Note: Deadlines and acceptance rates shift year-to-year. Always verify current CFP at the official venue site before planning submissions.
AI/ML Top Venues (Tier 1)
| Venue | Type | Deadline pattern* | Acceptance rate* |
|---|---|---|---|
| NeurIPS | Conference | May | ~25% |
| ICML | Conference | Jan | ~27% |
| ICLR | Conference | Oct | ~30% |
| CVPR | Conference | Nov | ~25% |
| ACL/EMNLP | Conference | Feb/Jun | ~25% |
| AAAI | Conference | Aug | ~23% |
*Approximate β check official CFP each year.
Systems / Distributed Computing
| Venue | Type | Focus |
|---|---|---|
| MLSys | Conference | ML systems, FL efficiency |
| EuroSys | Conference | Systems |
| IEEE TPDS | Journal | Parallel/distributed |
| IEEE IoT Journal | Journal | IoT applications |
Choosing Your Venue
Answer these:
- Contribution type: algorithm β ML venue; system β systems venue; application β domain venue
- Novelty level: incremental β workshop or journal; significant β top conference
- Timeline: PhD submission date β work backwards from deadlines
- Audience: who needs to read this? β they attend which venue?
Strategy for PhD students:
First paper β workshop at top venue (NeurIPS/ICML workshop) β lower bar, builds CV
Second paper β Tier 2 conference (ECML, ICDM, PAKDD)
Third paper β Tier 1 attempt (NeurIPS, ICML, ICLR)
Thesis compilation β journal version (IEEE TPDS, JMLR)
Submission Checklist
- Paper within page limit (main + appendix)
- All author information removed (double-blind venues)
- Code anonymized (no usernames in comments, no personal paths)
- All figures are vector (PDF) or β₯300 DPI
- References formatted per venue style
- Supplementary material within size limit
- Ethics statement if required (NeurIPS mandates it)
- License statement if releasing dataset/code
Rebuttal Writing
Most top conferences have 5-14 day rebuttal windows (NeurIPS ~6 days, ICML ~7 days, ICLR ~2 weeks). Structure:
We thank all reviewers for their detailed feedback. We address the main concerns:
**[R1, R2] Missing baseline [Method X]:**
We ran [X] under identical conditions. Our method achieves Y% vs X's Z%
(see attached Table). We will include this in the final version.
**[R3] Concern about dataset diversity:**
We acknowledge this limitation. We plan experiments on [Dataset B]
which we can include in revision. Preliminary results show [outcome].
**[R1] Unclear notation in Section 3:**
We will revise Section 3.1 to clarify [specific point]. The key insight is [explanation].
Minor issues raised by all reviewers will be addressed in revision.
Rebuttal rules:
- Don't be defensive β acknowledge valid concerns
- Promise only what you can deliver in revision timeline
- Focus on fatal flaws, not nitpicks
- Keep it concise β reviewers are busy
Revision Plan
After receiving "Major Revision" decision:
## Revision Plan for [Venue] [Year]
**Deadline:** [date]
**Review decision:** Major / Minor revision
| Reviewer | Concern | Action | Owner | Due |
|----------|---------|--------|-------|-----|
| R1 | Missing baseline X | Run experiments | Me | +2 weeks |
| R2 | Unclear Section 3 | Rewrite 3.1 | Me | +1 week |
| R3 | Needs ablation on Y | Design + run | Me | +3 weeks |
**New experiments needed:** [list]
**Sections requiring rewrite:** [list]
**Estimated revision time:** [X weeks]
After Rejection
Rejection β bad paper. NeurIPS accepts ~25%, reject = 75% of all submissions.
- Read reviews carefully β identify legitimate weaknesses
- Rate each review: valid / partially valid / wrong
- Decide: fix + resubmit to same tier OR resubmit to next venue
- Don't submit same paper to next deadline without addressing reviewers
Typical path: NeurIPS reject β fix β ICML (3 months later)
Links to Other Skills
- Requires β
internal-critique(paper must pass internal check first) - Requires β
paper-writing(clean draft) - Feeds into β
milestone-tracker(add submission deadlines)