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

vldb-writing-style

Use when revising a PVLDB paper's prose, covering the page-one contract for systems readers, scoping performance claims to measured regimes, stating…

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

它会碰到什么

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

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

技能内容

VLDB Writing Style

Use this during revision passes. The PVLDB reader is a systems builder

deciding, inside the first page, whether your design decision is worth their

evening. Style at this venue is not ornament — it is claim hygiene.

The page-one contract

By the end of page one the reader must know:

  1. The workload that breaks current systems — concrete, not "growing data

volumes."

  1. The design decision — the bet your system makes that others do not.
  2. What was built — real system, extension of a named engine, or

simulation; readers calibrate trust to this immediately.

  1. The headline measurement, scoped — metric, scale, baseline, hardware

class, all in one sentence.

A running example introduced early and reused through design and evaluation

sections is the genre's most effective device; pick one query, one tenant, one

failure trace and let it carry the mechanism.

Claim scoping table

| Unscoped (review bait) | Scoped (survives) |

|---|---|

| "significantly faster than X" | "2.1x median speedup over X (v3.4, tuned per §6.1) on workload W at 1TB" |

| "scales to large clusters" | "near-linear to 64 nodes; efficiency drops to 71% at 128 (Fig. 9)" |

| "negligible overhead" | "adds 3-5% CPU on write-heavy YCSB-A; worst case 11% at 99% writes" |

| "state-of-the-art performance" | delete; name the systems and the regime |

Every superlative either gains a number, a workload, and a baseline — or dies.

Trade-off candor

Systems reviewers assume every design pays somewhere. A paper that never says

what its mechanism costs reads as unmeasured, not as flawless.

  • State the price of the design in the introduction (memory, write path

latency, generality) and point to the section that measures it.

  • Put the loss cases in the main evaluation, not a footnote: the workload

where the baseline wins is your credibility purchase.

  • Prefer "we chose A over B because C, accepting cost D" over passive

descriptions that hide the decision.

Budget and terminology discipline

  • One name per concept for all 12 pages: a "segment" on page 3 cannot become

a "chunk" on page 9. Builder-readers parse terminology as architecture.

  • Architecture figure by page 3; reviewers reconstruct systems visually.
  • Since references are uncapped but appendices are not, spend prose on

mechanism and measurement, and let citations carry the history compactly.

  • Single-blind means writing "we extend our earlier system [12]" is fine —

clarity about lineage beats coy third-person contortions.

Self-edit sweep

grep-worthy passes before submission:
  "significant"      -> replace with the number or delete
  "novel"            -> the contribution list should prove it instead
  "to the best of our knowledge" -> keep at most one, verified
  "very large"       -> state the size
  passive "was designed" -> name the decision and its reason
  every Figure N     -> referenced in text, at least one sentence of reading

Output format

[Page-one contract] met / missing elements listed
[Unscoped claims] <count, worst three quoted>
[Trade-off candor] price stated in intro? loss cases in eval?
[Terminology drift] <concept -> competing names found>
[Running example] present / absent (suggested candidate)
[Edit order] <highest-leverage rewrites first>

想直接用这个技能?

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