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

popl-writing-style

Use when drafting or revising POPL prose — building the informal-to-formal ramp from a motivating program to definitions to a sharply stated main th…

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

它会碰到什么

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

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

技能内容

POPL Writing Style

A POPL paper convinces twice: informally, that the problem is real and the idea

natural; formally, that the theorems are exactly true. The craft is the ramp between

the two. The 25-pages-of-text budget (POPL 2027 call, read 2026-07-08) is generous

compared with old conference caps — the failure mode is not compression but

unmotivated formalism.

The informal-to-formal ramp

  1. Open with a program, not a framework. Page 1 should show concrete code or a

concrete derivation that misbehaves — the phenomenon your formalism explains.

  1. State the contribution as a sharp claim. "We prove type soundness for λ_X

with feature Y, the first such result without assumption Z" beats any paragraph

of positioning.

  1. Walk the example through the machinery before generalizing: the reader should

predict each definition because the example demanded it.

  1. Main theorem by the end of the overview section, at least informally: what is

proved, under what assumptions, and what is not claimed.

  1. Only then the full calculus — and every rule shown in the body should be a rule

the text actually discusses (popl-supplementary takes the rest).

Notation is load-bearing

| Symptom | Cost at review | Repair |

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

| Same meta-variable for terms and types | Reviewers misread a rule, file a soundness doubt | One notation table, enforced by grep |

| Definitions used pages before they appear | "Paper is unreadable" reviews | Definition-before-use audit on every draft |

| Ambient hypotheses ("we assume all contexts well-formed" once, on p. 6) | Counterexamples that your hidden assumption excludes | Number assumptions; cite by number in each theorem |

| Overloaded ⊢ with no annotation | Rule-reading errors in the response phase | Subscript every judgment form |

Proof sketches that earn trust

A body sketch is not a shortened proof; it is a risk disclosure. Name the induction

measure, name the case that fails naively, and say what saves it:

Proof sketch (Thm 4.1). By induction on the typing derivation. The interesting
case is T-Close: the naive IH is too weak because the closure captures a
context extension. We strengthen the statement to quantify over all well-formed
extensions (Lem 4.3); the remaining cases are routine and mechanized (Sound.v).

A reviewer who reads that sketch knows you met the hard case, and the appendix or

mechanization confirms it.

Significance, POPL-flavored

  • Frame the payoff as transferable: "the proof method applies to any calculus

with property P," "the logic is parametric in the memory model."

  • Do not oversell breadth a theorem does not have; scoping sentences ("we treat the

sequential fragment; concurrency is future work") pre-empt the significance

reviewer rather than arming them.

  • Avoid empirical-style adjectives ("fast," "practical") unless popl-experiments

backs them; at this venue an unsupported "practical" is an invited objection.

  • Related-work sentences state technical deltas, not lists (popl-related-work).

Output format

[Ramp audit] <page where a concrete example appears / where the main claim is first stated>
[Notation risks] <overloads, forward references, ambient assumptions>
[Sketch quality] <per main theorem: hard case named? measure named?>
[Overclaim scan] <sentences claiming more than the theorems>
[Cut list] <formal material in the body that no text discusses>

想直接用这个技能?

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