Datasets:

Languages:
English
Size:
n<1K
ArXiv:
License:

The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.

โญ Please download the dataset from here.

PRIMUS: A Pioneering Collection of Open-Source Datasets for Cybersecurity LLM Training

๐Ÿค— Primus-Instruct

The Primus-Instruct dataset contains hundreds of expert-curated cybersecurity business scenario use case instructions, with responses generated by GPT-4o. It includes tasks such as:

  • Explaining detected alerts
  • Answering questions about retrieved security documents
  • Analyzing executed suspicious commands
  • Generating query languages for retrieving security events
  • Providing security recommendations and risk assessments for Terraform configurations

๐Ÿš€๐Ÿš€ For more details, see our paper:
https://arxiv.org/abs/2502.11191

๐Ÿ”น Message Format

Conversations are stored in messages in the following format:

[
  {"role": "user", "content": "..."},
  {"role": "assistant", "content": "..."},
  {"role": "user", "content": "..."},
  {"role": "assistant", "content": "..."}
]

Dataset Sample Statistics

Task Samples
Cybersecurity-related Tasks
Alert Explanation 100
Retrieved Security Doc QA 100
Suspicious Command Analysis 100
Security Event Query Generation 100
Terraform Security Misconfiguration Fix 96
General (Multi-turn)
General Instruction Following 339

License

This dataset is released under the ODC-By license.

Downloads last month
39

Collection including trend-cybertron/Primus-Instruct