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

cav-experiments

Use when designing or auditing a CAV (Computer Aided Verification) empirical evaluation, covering standard benchmark sets (SV-COMP/SMT-COMP/HWMCC/VN…

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

它会碰到什么

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

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

技能内容

CAV Experiments

Use this before submission when the evaluation is not yet locked. CAV reviewers are verification

researchers; the empirical section is where a good technique is won or lost. The organizing principle

is evidence proportional to the claim — the evaluation must test what the paper asserts, on

benchmarks and baselines a skeptic accepts, under a resource budget that makes the comparison fair.

Evaluation audit

  • Match evidence to the claim shape. A soundness claim needs a proof and/or a checkable

witness, not a benchmark score. A performance claim needs a fair comparison on standard

benchmarks under equal limits. A capability claim ("solves instances prior tools cannot") needs

those instances and the prior tools actually run.

  • Use standard benchmark sets at a pinned revision (SV-COMP, SMT-COMP, HWMCC, VNN-COMP, or a

documented domain set). State the subset you ran and why; a hand-picked set invites the

"cherry-picked" reject.

  • Choose fair baselines: the strongest relevant prior tool(s), at their **latest released

version, run with a documented, equal resource limit** (per-instance time and memory) on the

same hardware. An outdated or mis-configured baseline is a scored weakness.

  • Respect that verification comparisons are timeout-dominated. Report the limit explicitly;

distinguish solved / unsolved / timeout / memout / error; and prefer cactus plots (instances

solved vs. time) and scatter plots (per-instance head-to-head) over a single mean that a few

timeouts distort.

  • Cross-check soundness. Run a differential check against a trusted tool on all verdicts and

report disagreements (ideally none); ship proof witnesses where correctness is the claim.

  • Design limits in, not on: know before you run which logics, property classes, or sizes the

method will not cover, and report them honestly.

Claim-to-evidence design table

| Verification claim | Matching evidence | Reject pattern avoided |

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

| "Procedure is sound/complete" | Theorem + proof; witness + independent checker | "Soundness asserted, never checked" |

| "Faster than prior tool" | Standard set (pinned), latest baseline, equal limits, cactus+scatter | "Untuned/old baseline; unequal limits" |

| "Solves instances others cannot" | Those instances run on both tools, at the stated limit | "Only our tool was run on them" |

| "Scales to large systems" | Runtime/memory across realistic sizes; largest instance stated | "Only small inputs; 'large' undefined" |

| "General across a theory/domain" | A diverse benchmark sample + explicit out-of-scope classes | "One family, claimed universal" |

Fair-comparison checklist (the reviewer's first objections)

[Baseline]   latest released version? documented configuration? cited correctly?
[Limits]     identical per-instance time and memory for all tools? stated hardware and cores?
[Set]        standard benchmark set at a pinned revision? subset justified? instance list archived?
[Accounting] solved/unsolved/timeout/memout/error reported separately, not merged into one number?
[Soundness]  differential check across tools? disagreements reported? witnesses for UNSAT/verified?
[Variance]   for randomized/portfolio runs: seeds fixed, repetitions and variance reported?

Reporting floor

  • Report the resource limit with every runtime claim; a speed number without a timeout is

meaningless.

  • Use cactus and/or scatter plots for multi-instance comparisons; report how many instances each

tool uniquely solved.

  • State the hardware, core count, and number of runs; note any tool that errored or was excluded

and why.

Vignette: evaluating a model-checking technique

Suppose the paper claims a new abstraction lets a model checker verify properties prior tools time

out on. The matching plan: draw instances from a standard set at a pinned revision; run the new tool

and the strongest prior checker(s), at their latest versions, under one uniform time/memory limit on

stated hardware; report a cactus plot and a scatter plot, with solved/timeout/error broken out and

the uniquely-solved instances named; differential-check verdicts against a trusted checker; and state

the property classes and system sizes out of scope as declared limits — every number traceable to a

logged run in the artifact.

Output format

[Evaluation readiness] strong / adequate / weak
[Claim -> evidence map] <claim: benchmark set(revision)/baseline+version/limits, or proof+witness>
[Baseline fairness] <baseline -> latest version? equal limits? documented config?>
[Soundness check] <differential check + witnesses present? yes/no>
[Reporting] <cactus/scatter? solved/timeout/error separated? hardware+seeds stated?>
[Limits-by-design] <logic/property-class/size out of scope -> stated?>
[Decision-critical next run] <one experiment to add or fix>

想直接用这个技能?

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