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

pldi-related-work

Use when positioning a PLDI paper against the SIGPLAN family and systems neighbors — stating technical deltas per cited line, covering the last few …

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

它会碰到什么

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

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

技能内容

PLDI Related Work

At PLDI, related work is an adversarial exercise: your reviewers are frequently

the authors of your closest baselines. The section must therefore do two things —

prove you know the landscape's mechanisms (not just its citations), and state,

line by line, what this paper does that each prior technique cannot.

The delta discipline

Ban survey sentences ("Much work has studied pointer analysis [3,7,12,19]").

Every citation earns its place with a mechanism and a delta:

> Steensgaard-style unification [7] scales linearly but merges all callees'

> effects; our signatures keep callee effects separate at equal asymptotic cost

> (§4.3).

If you cannot write the delta clause, you have not read the paper closely enough

to cite it at PLDI — where the cited author may be reviewer B.

Coverage map

| Neighbor | What to check there | Typical relationship to a PLDI paper |

|---|---|---|

| PLDI, last ~4 cycles | The direct competition; reviewers expect these compared, not just cited | Baseline or head-to-head |

| POPL | The semantic foundations your system builds on | "We implement/scale what [x] formalized" |

| OOPSLA | Language design, empirical SE-flavored PL studies | Alternative evidence styles for similar claims |

| ICFP | Functional-language techniques, typed IRs | Technique transfer across paradigms |

| ASPLOS / CGO / PPoPP | Architecture-facing compilation and parallelism | Same optimization, different evidence bar |

| CAV / TACAS | Verification engines and solvers | Your backend or your competitor's |

| ICSE / FSE | Testing and analysis at software-engineering scale | Scale claims to compare honestly |

Since POPL, OOPSLA, ICFP, and PLDI all publish in PACMPL, "recent PACMPL papers"

is a single searchable stream — sweep it by issue name so a POPL 2025 article

does not get labeled PLDI 2025 in your bibliography.

Cite the PACMPL era correctly

PLDI 2023 and later papers are journal articles, not proceedings entries:

@article{gopinathan2023proofrepair,
  author  = {Gopinathan, Kiran and Keoliya, Mayank and Sergey, Ilya},
  title   = {Mostly Automated Proof Repair for Verified Libraries},
  journal = {Proc. ACM Program. Lang.},
  volume  = {7},
  number  = {PLDI},
  articleno = {107},
  year    = {2023},
  doi     = {10.1145/3591221}
}

Pre-2023 PLDI papers keep @inproceedings form with page ranges. Mixing the two

conventions — or citing a PACMPL article as "In PLDI '23, pp. ..." — is the most

common bibliography error since the switch, and PL reviewers notice.

Verification before submission

  • Confirm every venue attribution on dblp; the classics are the traps (LLVM is

CGO 2004, CompCert's certification paper is POPL 2006, RustBelt is PACMPL

Issue POPL — see resources/exemplars/library.md for the curated list).

  • For arXiv-only concurrent work, cite it as a preprint and position gently;

it is context, not an archival obligation.

  • Double-blind interacts here: your own prior papers appear in third person,

cited normally — omitting them is itself an identity signal.

Output format

[Delta audit] citations without a delta clause: <list>
[Coverage] PLDI recent cycles / POPL / OOPSLA / ICFP / systems neighbors — gaps?
[Head-to-head] which cited techniques appear in the evaluation as baselines?
[Bibliography form] PACMPL-era entries in journal form? venues dblp-verified?
[Anonymity] self-citations third person, none omitted?

想直接用这个技能?

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