🤖 AI Summary
This study addresses the challenge of irreproducibility in cybersecurity literature reviews caused by heterogeneous and dynamically evolving data sources. To overcome this, the authors propose a versioned, reproducible corpus system built upon DBLP as its metadata backbone, integrating open scholarly APIs and publisher-specific extractors to generate structured snapshots containing abstracts and BibTeX records. The system supports systematic review workflows through both command-line and web interfaces, transforming the corpus construction process into an executable, inspectable, and citable research artifact that enables auditable and repeatable measurements. A snapshot from May 2026 encompasses 9,925 papers from 11 top-tier conferences published between 2017 and 2026, achieving 99.86% abstract and 99.99% BibTeX coverage. Full-text keyword search exhibits sub-31-millisecond latency, and preprint analysis reveals that 29.2% of papers appeared on arXiv an average of five months before formal publication; incorporating author history filtering improves precision by 16.5× at 90% recall.
📝 Abstract
Cybersecurity literature reviews require a reproducible denominator: the set of papers that a protocol includes before screening and synthesis begin. Today, that denominator is often reconstructed from publisher portals, bibliographic indices, and scholarly application programming interfaces (APIs) whose coverage, formats, and query semantics change over time. This paper presents TopVenues, an open-source system that materializes corpus construction as a versioned research artifact. TopVenues declares a venue and year scope, uses DBLP Computer Science Bibliography (DBLP) as the metadata spine, enriches records with abstracts and BibTeX entries via open scholarly APIs and publisher-specific extractors, and stores the results in a monotonic SQLite snapshot, accessible via a command-line interface (CLI), a web interface, and export paths for review workflows. The May 2026 snapshot contains 9,925 papers from 11 cybersecurity sources over 2017 to 2026, with 99.86% abstract coverage and 99.99% BibTeX coverage; keyword search over the full corpus completes in under 31 ms, and a 250-test suite validates the data-integrity invariants. The fixed denominator also enables repeatable measurement: 29.2% of 2024 to 2025 papers from the four top-ranked security conferences in our scope appear as arXiv preprints, with a median of five months before publication, and a prior-author-track-record filter yields a 16.5x precision gain at 90% recall for triaging preprints that later appear in the same venue set. TopVenues links corpus construction to auditable cybersecurity measurement by making the corpus itself executable, inspectable, and citable. The artifact is available at https://github.com/sidneibarbieri/topVenues.