Update README.md
Browse files
README.md
CHANGED
@@ -47,7 +47,6 @@ This dataset contains a longitudinal benchmark for Android malware detection des
|
|
47 |
### Dataset Description
|
48 |
|
49 |
- **Curated by:** IQSeC Lab, The University of Texas at El Paso
|
50 |
-
- **Funded by:** [More Information Needed]
|
51 |
- **Shared by:** IQSeC Lab
|
52 |
- **Language(s):** Not applicable
|
53 |
- **License:** MIT
|
@@ -60,7 +59,7 @@ The dataset was created using ~1M APKs from [AndroZoo](https://androzoo.uni.lu/)
|
|
60 |
|
61 |
- **Repository:** https://huggingface.co/datasets/IQSeC-Lab/LAMDA
|
62 |
- **Project Website:** https://iqsec-lab.github.io/LAMDA/
|
63 |
-
- **Paper
|
64 |
|
65 |
## Uses
|
66 |
|
@@ -161,9 +160,12 @@ No PII or private user data is included. APKs are anonymized binaries.
|
|
161 |
|
162 |
**BibTeX:**
|
163 |
```bibtex
|
164 |
-
@article{
|
|
|
165 |
author = {Md Ahsanul Haque and Ismail Hossain and Md Mahmuduzzaman Kamol and Md Jahangir Alam and Suresh Kumar Amalapuram and Sajedul Talukder and Mohammad Saidur Rahman},
|
166 |
-
title = {LAMDA: A Longitudinal Android Malware Dataset for Analyzing Concept Drift},
|
167 |
-
journal = {NeurIPS},
|
168 |
year = {2025},
|
|
|
|
|
|
|
|
|
169 |
}
|
|
|
47 |
### Dataset Description
|
48 |
|
49 |
- **Curated by:** IQSeC Lab, The University of Texas at El Paso
|
|
|
50 |
- **Shared by:** IQSeC Lab
|
51 |
- **Language(s):** Not applicable
|
52 |
- **License:** MIT
|
|
|
59 |
|
60 |
- **Repository:** https://huggingface.co/datasets/IQSeC-Lab/LAMDA
|
61 |
- **Project Website:** https://iqsec-lab.github.io/LAMDA/
|
62 |
+
- **Paper:** https://arxiv.org/abs/2505.18551
|
63 |
|
64 |
## Uses
|
65 |
|
|
|
160 |
|
161 |
**BibTeX:**
|
162 |
```bibtex
|
163 |
+
@article{lamda,
|
164 |
+
title = {{LAMDA: A Longitudinal Android Malware Benchmark for Concept Drift Analysis}},
|
165 |
author = {Md Ahsanul Haque and Ismail Hossain and Md Mahmuduzzaman Kamol and Md Jahangir Alam and Suresh Kumar Amalapuram and Sajedul Talukder and Mohammad Saidur Rahman},
|
|
|
|
|
166 |
year = {2025},
|
167 |
+
eprint = {2505.18551},
|
168 |
+
archivePrefix = {arXiv},
|
169 |
+
primaryClass = {cs.CR},
|
170 |
+
url = {https://arxiv.org/abs/2505.18551}
|
171 |
}
|