Search papers, labs, and topics across Lattice.
Antares is a novel family of compact language models designed for agentic vulnerability localization in software security, leveraging a two-stage training pipeline that incorporates supervised fine-tuning and reinforcement learning. The models, ranging from 350M to 3B parameters, show remarkable performance, with the Antares-3B model approaching the capabilities of GPT-5.5 while being over 200 times smaller than competing open-weight models. Notably, Antares achieves rapid local inference, completing extensive evaluations efficiently and cost-effectively, making it a practical tool for identifying vulnerabilities in large codebases.
Antares-3B rivals GPT-5.5 in vulnerability localization while being 200x smaller and achieving rapid, low-cost evaluations.
Vulnerability localization is a fundamental step in software security, requiring models to reason over large codebases and iteratively identify vulnerable implementations. We present Antares, a family of compact language models (350M, 1B, and 3B parameters) for agentic vulnerability localization. Based on IBM Granite base models, Antares is trained through a two-stage pipeline that combines supervised fine-tuning on cybersecurity reasoning and repository exploration data with reinforcement learning from verifiable rewards over vulnerable repositories. Across extensive evaluations, Antares-3B approaches GPT-5.5 while outperforming open-weight models over 200x larger in size. The Antares family further enables fast, low-cost local inference, completing a full 500-task evaluation sweep in approximately 15 minutes on a single H100 GPU, corresponding to an amortized evaluation time of under 2 seconds and less than $0.002 per task.