nntvu commited on
Commit
cd66917
·
verified ·
1 Parent(s): 2fc07ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -50,7 +50,7 @@ The available datasets are defined as follows:
50
 
51
  ## Dataset Structure
52
 
53
- The dataset is composed of `.pt` files to be loaded into PyTorch Geometric. Accompanied code will be provided after publication.
54
 
55
  ## Dataset Creation
56
 
@@ -85,4 +85,14 @@ Labels are derived from [MalNet](https://malnet.cs.gatech.edu/), a large-scale d
85
  Users should be made aware of the risks, biases, and limitations of the dataset. Models trained on this dataset should be evaluated in conjunction with dynamic analysis methods for deployment in critical security environments.
86
 
87
  ## Citation
88
- Will be added later.
 
 
 
 
 
 
 
 
 
 
 
50
 
51
  ## Dataset Structure
52
 
53
+ The dataset is composed of `.pt` files to be loaded into PyTorch Geometric. Accompanied code can be found at [this GitHub repository](https://github.com/ngoctnq/malnet-features).
54
 
55
  ## Dataset Creation
56
 
 
85
  Users should be made aware of the risks, biases, and limitations of the dataset. Models trained on this dataset should be evaluated in conjunction with dynamic analysis methods for deployment in critical security environments.
86
 
87
  ## Citation
88
+ ```latex
89
+ @misc{tran2025mitigatingdistributionshiftgraphbased,
90
+ title={Mitigating Distribution Shift in Graph-Based Android Malware Classification via Function Metadata and LLM Embeddings},
91
+ author={Ngoc N. Tran and Anwar Said and Waseem Abbas and Tyler Derr and Xenofon D. Koutsoukos},
92
+ year={2025},
93
+ eprint={2508.06734},
94
+ archivePrefix={arXiv},
95
+ primaryClass={cs.CR},
96
+ url={https://arxiv.org/abs/2508.06734},
97
+ }
98
+ ```