tacas-related-work

GitHub

辅助TACAS/ETAPS投稿的文献定位与新颖性审计。指导撰写Delta-first对比,覆盖CAV等核心领域,规范引用基础设施,处理双盲匿名及重叠声明,确保符合会议评审标准。

TACAS-Skills/skills/tacas-related-work/SKILL.md brycewang-stanford/Awesome-Journal-Skills

Trigger Scenarios

撰写TACAS或ETAPS论文的相关工作部分 检查论文的新颖性声明是否充分 处理双盲审稿的匿名引用问题 声明与过往版本或竞赛作品的重叠

Install

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill tacas-related-work -g -y
More Options

Non-standard path

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/TACAS-Skills/skills/tacas-related-work -g -y

Use without installing

npx skills use brycewang-stanford/Awesome-Journal-Skills@tacas-related-work

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill tacas-related-work -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": "tacas-related-work",
    "description": "Use when positioning a TACAS (ETAPS) submission against the verification literature across TACAS, CAV, VMCAI, FMCAD, SPIN, and journals (STTT, FMSD), writing delta-first contrast against the nearest tools and algorithms, crediting the benchmarks and solvers you build on, keeping self-citations anonymous for double-blind research papers, and handling competition-tool and prior-version overlap."
}

TACAS Related Work

Use this to audit novelty and eligibility. TACAS reviewers are close to the verification literature and to the tools it produces, so they expect to see where your algorithm or tool sits relative to the nearest prior work — as a delta, not a catalog. Reopen the current call for dual-submission, anonymity, and prior-publication rules before advising authors.

Positioning checks

  • Separate the algorithmic novelty from the engineering. What is new: a new decision procedure, a new encoding, a new abstraction, a tool that first makes a technique usable, or a case study that first applies it at scale? Name it precisely.
  • Cover the verification venues. TACAS reviewers expect the flagships and the journals, not just the papers nearest your method (see the table). Missing the obvious CAV/VMCAI/FMCAD predecessor reads as unaware.
  • Credit what you build on. If you use an SMT solver, a benchmark suite, or a model-checking backend, cite it — TACAS is a tool-and-algorithm community and reviewers notice uncredited infrastructure or benchmarks.
  • Write delta-first. Each closely related tool/algorithm gets one sentence on what it did and one on what you do differently (a stronger guarantee, a new class handled, an order-of-magnitude scaling, a first working tool) — not a summary.
  • Anonymity by category. For a double-blind research paper, cite your own prior work in the third person and never link reviewers to an identity-revealing preprint or repository. A tool / case-study paper is single-blind and cites itself normally.
  • Declare overlap with any prior workshop version, SV-COMP competition paper, or concurrent submission; do not re-submit archival work as new.

Verification literature lanes

Lane Typical venues What TACAS reviewers check
Tools & algorithms (home) TACAS Whether the nearest tool/algorithm predecessor is compared or distinguished
Broad formal methods CAV Whether the closest FM-flagship technique is credited and contrasted
Verification / abstract interpretation foundations VMCAI Whether the foundational predecessor is engaged
Hardware / SAT-centric FM FMCAD Whether the relevant hardware/SAT lineage is acknowledged
Explicit-state / software model checking SPIN Whether the model-checking predecessor is cited
Journals STTT, FMSD Whether deeper journal treatments on the topic are engaged
Competitions SV-COMP, VerifyThis Whether shared benchmarks / competing verifiers are credited

A bibliography that cites only your own subarea suggests the delta is smaller than claimed; one that reaches the flagships, journals, and competitions signals command of the field.

Delta-first positioning vignette

Suppose the paper presents a new tool for bounded refinement checking. Its nearest neighbors: a CAV algorithm that requires linearization-point annotations (yours is annotation-free), a TACAS tool that enumerates histories without reduction (yours uses an SMT reduction and scales further), and a journal study characterizing the problem (no tool). The novelty sentence should name all three contrasts — annotation-free where prior work needed annotations, an SMT reduction where prior work enumerated, and a working, benchmarked tool where the journal offered only characterization.

Concurrent and prior-version judgment calls

[SV-COMP competition paper]  your tool's competition entry is often citable but archival-limited;
                             state what the TACAS paper adds beyond the competition contribution
[Concurrent arXiv work]      cite neutrally, state the technical difference, avoid priority claims;
                             keep the citation anonymous for a double-blind research paper
[Prior workshop version]     usually citable; declare the overlap and state what the full paper adds
[Prior tool release]         crediting your own earlier tool version is fine (single-blind tool paper);
                             for a research paper, keep it third-person

Eligibility red flags

  • Substantial text overlap with a published paper by the same authors (self-plagiarism risk).
  • A "new" tool paper that re-reports a prior release's benchmarks without a new capability.
  • Citations only to non-verification venues, signaling the paper may be a visitor better suited to another community and not reframed.

Output format

[Eligibility] clear / needs declaration / risky
[Lanes covered] <TACAS / CAV / VMCAI / FMCAD / SPIN / journals / competitions>
[Nearest 3 works] <work -> one-line delta>
[Infrastructure credited] <solvers / benchmarks / backends cited? yes/no>
[Archival-overlap risk] <none / declare: what (incl. SV-COMP entry)>
[Novelty sentence] <TACAS-ready contribution contrast against the nearest tools/algorithms>

Version History

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

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
9f86f09
Hash
a4412537
Indexed
2026-07-19 17:47

Accueil - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-29 12:35
浙ICP备14020137号-1 $Carte des visiteurs$