ase-review-process

GitHub

解析ASE论文评审流程,涵盖双盲审稿、早期拒稿机制及准则绑定修订环节。对比FSE/ICSE等会议差异,指导作者针对Accept/Revision/Reject结果制定策略,避免误判流程节点。

ASE-Skills/skills/ase-review-process/SKILL.md brycewang-stanford/Awesome-Journal-Skills

Trigger Scenarios

询问IEEE/ACM ASE会议的评审标准 分析ASE论文的早期拒稿或修订机会 比较ASE与FSE、ICSE的评审流程差异

Install

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill ase-review-process -g -y
More Options

Non-standard path

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/ASE-Skills/skills/ase-review-process -g -y

Use without installing

npx skills use brycewang-stanford/Awesome-Journal-Skills@ase-review-process

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill ase-review-process -a claude-code -g -y

安装 repo 全部 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --all -g -y

预览 repo 内 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --list

SKILL.md

Frontmatter
{
    "name": "ase-review-process",
    "description": "Use when reasoning about how an ASE (IEEE\/ACM Automated Software Engineering) research submission is evaluated, covering double-anonymous review, the early-rejection stage before rebuttal, the Accept \/ Revision \/ Reject outcomes, the criteria-bound revision round, and how ASE's process differs from FSE's PACMSE Major Revision, ICSE's cycles, and ISSTA's rounds."
}

ASE Review Process

Model the pipeline before interpreting any single review. ASE's process has two distinctive gates that authors from a plain accept/reject conference miss: an early-rejection stage that ends the process before rebuttal for the weakest papers, and a first-class Revision outcome whose criteria are fixed in advance. Getting both wrong wastes the little leverage authors have.

Process model

  • Submission and review run on HotCRP with double-anonymous review: identities are hidden from reviewers, and authors reference their own prior work in the third person.
  • Each paper receives multiple reviews scoring the significance and soundness of the automation, the quality of the evaluation on real subjects, threats to validity, clarity, and the Data Availability / artifact posture.
  • Early-rejection stage: papers whose initial scores are uniformly negative are rejected before the rebuttal period. This is a mercy and a filter — it gives those authors a fast answer and concentrates rebuttal effort where it can change an outcome. If your paper survives to rebuttal, at least one reviewer saw something.
  • Rebuttal, then a final outcome of Accept, Revision, or Reject.
  • Revision is criteria-bound: instead of rejecting, reviewers specify concrete, actionable revision criteria and agree to accept the paper in principle if those criteria are met. Authors return a revised paper with a point-by-point summary of changes, re-checked (often by a discussion lead) against the stated criteria.
  • Accepted papers appear in the proceedings in both IEEE Xplore and the ACM Digital Library; camera-ready compliance and artifact follow-through matter after the verdict.

Reading a decision against the categories

Decision What it means Author move
Accept The automation and its evaluation hold; minor polish only Camera-ready + artifact; do not reopen scope
Revision Repairable gaps captured as explicit criteria: a missing baseline, an ablation, a clarified construct Meet every stated criterion, or justify why one is infeasible; map each to a change in the summary-of-changes
Reject Structural: the automation is unsound, the evaluation is not on real subjects, the delta is thin Reframe or reroute (ICSE/FSE/ISSTA or a journal); do not lightly resubmit unchanged
Early reject (pre-rebuttal) Uniformly negative initial scores No rebuttal opportunity; diagnose honestly and rebuild before any resubmission

The strategic reading: write the initial submission so its weakest point is expressible as a revision criterion (an ablation you can add, a subject set you can extend) rather than structural (a tool you would have to redesign). The Revision outcome rewards papers that are one bounded step from done.

How ASE differs from its siblings

  • vs. ESEC/FSE: FSE papers are PACMSE journal articles with a Major Revision round and heavy double-anonymity into the response letter. ASE is a conference (dual IEEE/ACM, proceedings in IEEE Xplore and ACM DL) whose Revision is criteria-bound but lighter-weight, and whose center of gravity is automation rather than broad empirical SE. Do not assume shared calendars, templates, or that ASE's Revision equals PACMSE's Major Revision.
  • vs. ICSE: ICSE runs its own multi-cycle structure on the IEEE side; ASE's early-rejection + Revision model is its own. Never carry ICSE's cadence or page box across.
  • vs. ISSTA: ISSTA has used multi-round reviewing for every paper within a cycle; ASE's Revision is decision-driven (you revise because you were told to, against fixed criteria), not a scheduled second read of the whole pool.

Who reads you

Expect automated-SE specialists: people who build analyzers, test generators, synthesizers, repair tools, and code models. They check whether the automation is sound and general, whether the evaluation uses real subject systems and fair tool baselines, whether claims outrun evidence, and they frequently open the artifact. A tool described vaguely gets caught, not skimmed.

Where author leverage actually exists

[Before submission]  area/topic tags -> reviewer pool               (largest lever)
[Initial reviews]    factual corrections, targeted evidence, clarifying a misread tool/experiment
[Rebuttal]           survive early rejection first; then move the borderline reviewer with numbers
[Revision]           the strongest lever: meet each fixed criterion, mapped in the summary-of-changes
[After reject]       no appeal; reroute to a sibling flagship or a journal

A rebuttal moves borderline papers when it corrects a factual misreading or supplies a number a reviewer said was missing; it does not move papers when it argues taste. In a Revision, a criterion that is neither met nor explicitly addressed is what turns the re-check into a rejection.

Misreadings to avoid

  • Treating Revision as a guaranteed accept — the re-check against the criteria is real.
  • Ignoring a stated criterion — silent omission of even one is the classic Revision failure.
  • Treating the rebuttal as a debate — the PC discussion decides; your text is evidence for an advocate, not a closing argument.
  • Forgetting the early-rejection gate — a uniformly weak first impression ends the process with no rebuttal; the first three pages and the evaluation table must land immediately.
  • Projecting last year's cadence — deadline count and revision timing are decided per edition.

Output format

[Process stage] pre-submission / awaiting reviews / rebuttal / revision / final / accepted
[Decision category] accept / revision / reject / early-reject, with the criterion driving it
[Criterion map] each review point (or revision criterion) -> significance | soundness | evaluation | threats | clarity | data-availability
[Leverage plan] the next-stage action that can actually change the outcome
[Forbidden moves] identity leak (incl. in rebuttal/summary-of-changes) / unsupported new claims / ignoring a stated criterion

Version History

  • 9f86f09 Current 2026-07-19 14:19

Same Skill Collection

AAAI-Skills/skills/aaai-artifact-evaluation/SKILL.md
AAAI-Skills/skills/aaai-author-response/SKILL.md
AAAI-Skills/skills/aaai-camera-ready/SKILL.md
AAAI-Skills/skills/aaai-experiments/SKILL.md
AAAI-Skills/skills/aaai-related-work/SKILL.md
AAAI-Skills/skills/aaai-reproducibility/SKILL.md
AAAI-Skills/skills/aaai-review-process/SKILL.md
AAAI-Skills/skills/aaai-submission/SKILL.md
AAAI-Skills/skills/aaai-supplementary/SKILL.md
AAAI-Skills/skills/aaai-topic-selection/SKILL.md
AAAI-Skills/skills/aaai-workflow/SKILL.md
AAAI-Skills/skills/aaai-writing-style/SKILL.md
AAMAS-Skills/skills/aamas-artifact-evaluation/SKILL.md
AAMAS-Skills/skills/aamas-author-response/SKILL.md
AAMAS-Skills/skills/aamas-camera-ready/SKILL.md
AAMAS-Skills/skills/aamas-experiments/SKILL.md
AAMAS-Skills/skills/aamas-related-work/SKILL.md
AAMAS-Skills/skills/aamas-reproducibility/SKILL.md
AAMAS-Skills/skills/aamas-review-process/SKILL.md
AAMAS-Skills/skills/aamas-submission/SKILL.md
AAMAS-Skills/skills/aamas-supplementary/SKILL.md
AAMAS-Skills/skills/aamas-topic-selection/SKILL.md
AAMAS-Skills/skills/aamas-workflow/SKILL.md
AAMAS-Skills/skills/aamas-writing-style/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-editor-strategy/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-evidence-standards/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-literature-synthesis/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-organizing-framework/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-proposal-framing/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-review-process/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-revision/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-submission/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-tables-figures/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-topic-selection/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-workflow/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-writing-style/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-contribution-framing/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-data-analysis/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-literature-positioning/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-methods/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-rebuttal/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-review-process/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-submission/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-tables-figures/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-theory-development/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-topic-selection/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-workflow/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-writing-style/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-contribution-framing/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-data-analysis/SKILL.md

Metadata

Files
0
Version
9f86f09
Hash
5fa946b4
Indexed
2026-07-19 14:19

Accueil - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-29 23:35
浙ICP备14020137号-1 $Carte des visiteurs$