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>
1---2name: tacas-related-work3description: 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.4---56# TACAS Related Work78Use this to audit novelty and eligibility. TACAS reviewers are close to the verification literature9and to the tools it produces, so they expect to see where your algorithm or tool sits relative to10the nearest prior work — as a **delta**, not a catalog. Reopen the current call for dual-submission,11anonymity, and prior-publication rules before advising authors.1213## Positioning checks1415- **Separate the algorithmic novelty from the engineering.** What is new: a new decision procedure,16 a new encoding, a new abstraction, a tool that first makes a technique usable, or a case study17 that first applies it at scale? Name it precisely.18- **Cover the verification venues.** TACAS reviewers expect the flagships and the journals, not just19 the papers nearest your method (see the table). Missing the obvious CAV/VMCAI/FMCAD predecessor20 reads as unaware.21- **Credit what you build on.** If you use an SMT solver, a benchmark suite, or a model-checking22 backend, cite it — TACAS is a tool-and-algorithm community and reviewers notice uncredited23 infrastructure or benchmarks.24- **Write delta-first.** Each closely related tool/algorithm gets one sentence on what it did and one25 on what you do differently (a stronger guarantee, a new class handled, an order-of-magnitude26 scaling, a first working tool) — not a summary.27- **Anonymity by category.** For a **double-blind research** paper, cite your own prior work in the28 third person and never link reviewers to an identity-revealing preprint or repository. A **tool /29 case-study** paper is single-blind and cites itself normally.30- **Declare overlap** with any prior workshop version, SV-COMP competition paper, or concurrent31 submission; do not re-submit archival work as new.3233## Verification literature lanes3435| Lane | Typical venues | What TACAS reviewers check |36|---|---|---|37| Tools & algorithms (home) | **TACAS** | Whether the nearest tool/algorithm predecessor is compared or distinguished |38| Broad formal methods | **CAV** | Whether the closest FM-flagship technique is credited and contrasted |39| Verification / abstract interpretation foundations | **VMCAI** | Whether the foundational predecessor is engaged |40| Hardware / SAT-centric FM | **FMCAD** | Whether the relevant hardware/SAT lineage is acknowledged |41| Explicit-state / software model checking | **SPIN** | Whether the model-checking predecessor is cited |42| Journals | **STTT, FMSD** | Whether deeper journal treatments on the topic are engaged |43| Competitions | **SV-COMP, VerifyThis** | Whether shared benchmarks / competing verifiers are credited |4445A bibliography that cites only your own subarea suggests the delta is smaller than claimed; one that46reaches the flagships, journals, and competitions signals command of the field.4748## Delta-first positioning vignette4950Suppose the paper presents a new **tool** for bounded refinement checking. Its nearest neighbors: a51CAV algorithm that requires linearization-point annotations (yours is annotation-free), a TACAS tool52that enumerates histories without reduction (yours uses an SMT reduction and scales further), and a53journal study characterizing the problem (no tool). The novelty sentence should name all three54contrasts — annotation-free where prior work needed annotations, an SMT reduction where prior work55enumerated, and a working, benchmarked tool where the journal offered only characterization.5657## Concurrent and prior-version judgment calls5859```text60[SV-COMP competition paper] your tool's competition entry is often citable but archival-limited;61 state what the TACAS paper adds beyond the competition contribution62[Concurrent arXiv work] cite neutrally, state the technical difference, avoid priority claims;63 keep the citation anonymous for a double-blind research paper64[Prior workshop version] usually citable; declare the overlap and state what the full paper adds65[Prior tool release] crediting your own earlier tool version is fine (single-blind tool paper);66 for a research paper, keep it third-person67```6869## Eligibility red flags7071- Substantial text overlap with a published paper by the same authors (self-plagiarism risk).72- A "new" tool paper that re-reports a prior release's benchmarks without a new capability.73- Citations only to non-verification venues, signaling the paper may be a visitor better suited to74 another community and not reframed.7576## Output format7778```text79[Eligibility] clear / needs declaration / risky80[Lanes covered] <TACAS / CAV / VMCAI / FMCAD / SPIN / journals / competitions>81[Nearest 3 works] <work -> one-line delta>82[Infrastructure credited] <solvers / benchmarks / backends cited? yes/no>83[Archival-overlap risk] <none / declare: what (incl. SV-COMP entry)>84[Novelty sentence] <TACAS-ready contribution contrast against the nearest tools/algorithms>85```