GotThatData's picture
Upload README.md with huggingface_hub
7de7159 verified
metadata
language:
  - en
license: mit
size_categories:
  - 10K<n<100K
task_categories:
  - summarization
  - text-classification
pretty_name: nist-cybersecurity-framework
tags:
  - NIST,
  - Cybersecurity,
  - Framework,
  - Documentation,
dataset_info:
  features:
    - name: url
      dtype: string
    - name: title
      dtype: string
    - name: abstract
      dtype: string
    - name: date
      dtype: string
    - name: authors
      sequence: string
    - name: pdf_url
      dtype: string
    - name: keywords
      sequence: string
    - name: topics
      sequence: 'null'
    - name: doc_type
      dtype: string
    - name: status
      dtype: string
    - name: version
      dtype: string
    - name: related_docs
      sequence: 'null'
    - name: category
      dtype: string
  splits:
    - name: train
      num_bytes: 10162643
      num_examples: 7386
  download_size: 3537238
  dataset_size: 10162643
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

NIST Cybersecurity Publications Dataset

This dataset contains publications from the National Institute of Standards and Technology (NIST) Cybersecurity Resource Center.

Dataset Description

Overview

The dataset includes various types of NIST cybersecurity publications:

  • Federal Information Processing Standards (FIPS)
  • Special Publications 800-series (SP800)
  • Special Publications 1800-series (SP1800)
  • NIST Internal Reports (NISTIR)
  • ITL Bulletins (ITLB)

Data Fields

  • url: URL of the publication on the NIST website
  • title: Title of the publication
  • abstract: Abstract or description of the publication
  • publication_date: Publication or release date
  • authors: List of authors
  • pdf_url: URL to the PDF version of the publication
  • doc_type: Type of document
  • status: Publication status (e.g., Final, Draft)
  • series: Publication series (e.g., FIPS, SP)
  • number: Publication number within its series
  • category: Category of the publication

Data Splits

The dataset is provided as a single split containing all publications.

Source Data

The data is sourced from the NIST Computer Security Resource Center.

Additional Information

License

This dataset contains public domain material from the National Institute of Standards and Technology.

Citation

When using this dataset, please cite both the original source (NIST) and this dataset:

@misc{nist-cybersecurity-pubs,
  title={NIST Cybersecurity Publications Dataset},
  author={NIST Computer Security Resource Center},
  year={2024},
  publisher={Hugging Face},
  howpublished={\url{https://huggingface.co/datasets/codeium/nist-cybersecurity-pubs}}
}