跳到主要内容
知仓学习社ZHICANG

ase-related-work

Use when writing the related-work and positioning of an ASE (IEEE/ACM Automated Software Engineering) paper, covering the automated-SE literature la…

不碰外部(只输出文字)无严重或高危命中brycewang-stanford/Awesome-Journal-Skills

它会碰到什么

扫了多少1 个文本文件,4 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

ASE Related Work

Position the paper against prior automation, not against a topic. At ASE the question a reviewer

holds is "what does this tool/technique do that the existing automated approaches do not?" — so

related work is a delta argument, and the strongest deltas are stated against named,

runnable prior tools you can (and often must) compare against empirically.

Cover the ASE literature lanes

An automated-SE paper usually sits at the intersection of several lanes; name your position in each

that applies:

  • Program analysis — static/dynamic analysis, symbolic/concolic execution, abstract

interpretation, invariant inference.

  • Test generation and testing — search-based, specification-based, fuzzing, regression and

flaky-test handling.

  • Fault localization, debugging, and repair — spectrum-based localization, automated program

repair, patch synthesis.

  • Synthesis and recommendation — program/code synthesis, API recommendation, refactoring

automation.

  • Comprehension and documentation — summarization, code search, clone and change analysis.
  • Learning-based / AI4SE — learned code representations, models applied to SE tasks, LLM-based

automation — and SE4AI, applying SE automation to ML systems.

Delta-first positioning

Write each related-work cluster as: prior automation X does A; it cannot do B because C; we do B.

Then, where B is comparable, compare against X empirically — ASE reviewers expect a head-to-head

against the closest runnable baseline, not just a prose distinction.

[Cluster] spectrum-based fault localization
  Prior: ranks statements by suspiciousness from pass/fail spectra.
  Gap: assumes a fixed test suite; degrades when tests are flaky.
  Delta: our technique estimates and corrects for flakiness before ranking.
  Evidence of delta: head-to-head on the same faulty subjects, §5.2, Table 3.

Fair head-to-head framing (the ASE credibility test)

  • Compare against the strongest, most recent automated baseline you can run, at an **equal,

documented budget** (time, iterations, tuning). An under-configured baseline is the classic

soundness objection and a Revision criterion waiting to happen.

  • If a baseline tool cannot run on your subjects, say why explicitly and choose the nearest viable

alternative — do not quietly omit the obvious competitor.

  • Distinguish reimplementation from the original tool, and note version/commit — reviewers who

built the baseline will check.

Distinguish ASE from sibling-venue prior work

Because automated-SE ideas appear across venues, position precisely: a testing-theory result may

live at ISSTA, a broad empirical study at FSE, a language mechanism at a PL venue. When you cite

across venues, make the ASE delta — the automation you add — explicit, so a reviewer does not read

your contribution as a reheated sibling-venue result.

Double-anonymous self-citation

  • Cite your own prior tools and papers in the third person ("Prior work by [Anonymous] proposed

...", or neutrally "The X tool [12] ...") so the citation does not deanonymize you.

  • Do not write "our earlier tool" or link to a repository whose owner is you.
  • Keep the count of self-citations honest; a cluster of third-person citations to one hidden group

is itself a leak.

Coverage checks

[Recency]   at least the last 2-3 years of ASE/ICSE/FSE/ISSTA automation in your subarea cited?
[Closest baseline] is the single most similar runnable tool named AND compared, not just cited?
[Cross-venue] PL/ML/testing neighbors positioned so your automation delta is explicit?
[Anonymity] every self-citation in the third person; no repository ownership revealed?
[Honesty]   any obvious competitor conspicuously missing? (a reviewer will notice)

Output format

[Lanes] which automated-SE lanes the paper touches
[Delta table] prior tool -> what it does -> gap -> your delta -> where the head-to-head lives
[Baseline fairness] closest runnable baseline named, version pinned, equal budget?
[Anonymity check] self-citations third-person, no repo owner revealed

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。