Minerva: Reinforcement Learning with Verifiable Rewards for Cyber Threat Intelligence LLMs
Md Tanvirul Alam, Aritran Piplai, Ionut Cardei, Nidhi Rastogi, Peter J Worth
TL;DR
Minerva introduces reinforcement learning with verifiable rewards (RLVR) for cyber threat intelligence (CTI) LLMs. To tackle reward sparsity, it adds MinervaRL, which uses hardness-gated answer-conditioned reasoning (ACR) and periodic distillation to ground learning on long-tail CTI identifiers and structured outputs. The authors curate Minerva-CTI, a 16-task dataset with deterministic verifiers, and demonstrate consistent gains across 12 CTI benchmarks on four open-weight backbones compared to instruction-tuned and SFT baselines. The approach improves both accuracy and robustness in producing verifiable CTI artifacts, suggesting verifiable rewards plus distillation can effectively specialize open LLMs to analyst-facing CTI tasks with scalable training dynamics. The work highlights practical impact for defense-oriented CTI pipelines while noting limitations and directions for multilinguality, stronger verifier filters, and broader task coverage.
Abstract
Cyber threat intelligence (CTI) analysts routinely convert noisy, unstructured security artifacts into standardized, automation-ready representations. Although large language models (LLMs) show promise for this task, existing approaches remain brittle when producing structured CTI outputs and have largely relied on supervised fine-tuning (SFT). In contrast, CTI standards and community-maintained resources define canonical identifiers and schemas that enable deterministic verification of model outputs. We leverage this structure to study reinforcement learning with verifiable rewards (RLVR) for CTI tasks. We introduce \textit{Minerva}, a unified dataset and training pipeline spanning multiple CTI subtasks, each paired with task-specific verifiers that score structured outputs and identifier predictions. To address reward sparsity during rollout, we propose a lightweight self-training mechanism that generates additional verified trajectories and distills them back into the model. Experiments across LLM backbones show consistent improvements in accuracy and robustness over SFT across multiple benchmarks.
