vldb-writing-style

GitHub

针对PVLDB论文修订的写作风格指南,强调系统类读者的阅读习惯。涵盖首段契约、性能声明的范围界定、设计权衡的坦诚表述、术语一致性以及自我编辑检查清单,旨在提升论文的严谨性与可接受度。

VLDB-Skills/skills/vldb-writing-style/SKILL.md brycewang-stanford/Awesome-Journal-Skills

Trigger Scenarios

学术论文修改 系统类论文润色 性能声明规范化

Install

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill vldb-writing-style -g -y
More Options

Non-standard path

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/VLDB-Skills/skills/vldb-writing-style -g -y

Use without installing

npx skills use brycewang-stanford/Awesome-Journal-Skills@vldb-writing-style

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill vldb-writing-style -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": "vldb-writing-style",
    "description": "Use when revising a PVLDB paper's prose, covering the page-one contract for systems readers, scoping performance claims to measured regimes, stating design trade-offs instead of hiding them, terminology and notation discipline across a 12-page budget, and the tone VLDB's builder-reviewers reward."
}

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."
  2. The design decision — the bet your system makes that others do not.
  3. What was built — real system, extension of a named engine, or simulation; readers calibrate trust to this immediately.
  4. 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>

Version History

  • 9f86f09 Current 2026-07-19 17:53

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
5717eab
Hash
617ed14f
Indexed
2026-07-19 17:53

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-06 01:26
浙ICP备14020137号-1 $Гость$