paper-with-me

Papers

White-Basilisk: A Hybrid Model for Code Vulnerability Detection

2025-07-11 · Ioannis Lamprou, Alexander Shevtsov, Ioannis Arapakis, Sotiris Ioannidis arxiv

The proliferation of software vulnerabilities presents a significant challenge to cybersecurity, necessitating more effective detection methodologies. We introduce White-Basilisk, a novel approach to vulnerability detection that demonstrates superior performance while challenging prevailing assumptions in AI model scaling. Utilizing an innovative architecture that integrates Mamba layers, linear self-attention, and a Mixture of Experts framework, White-Basilisk achieves state-of-the-art results in vulnerability detection tasks with a parameter count of only 200M. The model's capacity to process sequences of unprecedented length enables comprehensive analysis of extensive codebases in a single pass, surpassing the context limitations of current Large Language Models (LLMs). White-Basilisk exhibits robust performance on imbalanced, real-world datasets, while maintaining computational efficiency that facilitates deployment across diverse organizational scales. This research not only establishes new benchmarks in code security but also provides empirical evidence that compact, efficiently designed models can outperform larger counterparts in specialized tasks, potentially redefining optimization strategies in AI development for domain-specific applications.

📄 PDF Abstract BibTeX arXiv:2507.08540

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyVulnerability Detection

Similar Papers 제목 키워드 기반

PLMGH: What Matters in PLM-GNN Hybrids for Code Classification and Vulnerability Detection

2026-04-28 · Mohamed Taoufik Kaouthar El Idrissi, Edward Zulkoski, Mohammad Hamdaqa arxiv

Code understanding models increasingly rely on pretrained language models (PLMs) and graph neural networks (GNNs), which capture complementary semantic and structural information. We conduct a controlled empirical study …

Vulnerability Detection

Enhancing Continual Learning for Software Vulnerability Prediction: Addressing Catastrophic Forgetting via Hybrid-Confidence-Aware Selective Replay for Temporal LLM Fine-Tuning

2026-02-27 · Xuhui Dou, Hayretdin Bahsi, Alejandro Guerra-Manzanares arxiv

Recent work applies Large Language Models (LLMs) to source-code vulnerability detection, but most evaluations still rely on random train-test splits that ignore time and overestimate real-world performance. In practice, …

Vulnerability DetectionContinual Learning

Bridging the Basilisk Astrodynamics Framework with ROS 2 for Modular Spacecraft Simulation and Hardware Integration

2025-12-10 · Elias Krantz, Ngai Nam Chan, Gunnar Tibert, Huina Mao 외 arxiv

Integrating high-fidelity spacecraft simulators with modular robotics frameworks remains a challenge for autonomy development. This paper presents a lightweight, open-source communication bridge between the Basilisk astr…

Analyzing the Real Vulnerability of Hate Speech Detection Systems against Targeted Intentional Noise

2022-10-01 · COLING (WNUT) 2022 10 · Piush Aggarwal, Torsten Zesch

Hate speech detection systems have been shown to be vulnerable against obfuscation attacks, where a potential hater tries to circumvent detection by deliberately introducing noise in their posts. In previous work, noise …

Hate Speech Detection

Are Frontier LLMs Ready for Cybersecurity? Evidence for Vertical Foundation Models from Dual-Mode Vulnerability Benchmarks

2026-05-22 · Vivek Dahiya, Sunny Nehra, Vipul Dholariya, Bhavik Shangari 외 arxiv

We evaluate whether frontier LLMs are ready for cybersecurity through a dual-mode benchmark: white-box function-level vulnerability detection (VulnLLM-R, across C/Java/Python) and black-box web application security testi…

Vulnerability Detection