Datasets:

feature_mapping.csv mentioned in README but missing from files

#1
by RahulMool - opened

Title: Missing feature_mapping.csv file in Hugging Face repository

Body:
Hi @IQSeC-Lab team,

The dataset documentation states that feature_mapping.csv maps each feat_i (feat_0 through feat_4560) back to its original static token. However, this file appears to be missing from the Hugging Face repository files (IQSeC-Lab/LAMDA).

Each .parquet file contains:

  • label: 0 = benign, 1 = malware
  • family: Malware family name (via AVClass2)
  • vt_count: VirusTotal vendor detection count
  • year_month: Timestamp in YYYY-MM format
  • feat_0 ... feat_4560: Static bag-of-words features (int8)
  • hash: Sample SHA256 hash (used as index)

We specifically need the original token names mapped to feat_0, feat_1, and so on up to feat_4560.

Could you please upload feature_mapping.csv to the repository or provide a link to download it?

Thank you!

Intelligent and Quantum Secure Advanced Cyber Defense Research (IQSeC) Lab org

Sign up or log in to comment