docs: add arXiv 2605.08137 for citation
Browse files
README.md
CHANGED
|
@@ -9,6 +9,7 @@ tags:
|
|
| 9 |
- random
|
| 10 |
- bias-evaluation
|
| 11 |
- llm-compression
|
|
|
|
| 12 |
- research-only
|
| 13 |
---
|
| 14 |
|
|
@@ -22,6 +23,7 @@ tags:
|
|
| 22 |
**Weight Pruning Amplifies Bias: A Multi-Method Study of Compressed LLMs for Edge AI**
|
| 23 |
Plawan Kumar Rath, Rahul Maliakkal. *IEEE AIIoT 2026.*
|
| 24 |
|
|
|
|
| 25 |
- Code: <https://github.com/plawanrath/pruning-impact-analysis>
|
| 26 |
- Base model: [microsoft/Phi-3.5-mini-instruct](https://huggingface.co/microsoft/Phi-3.5-mini-instruct)
|
| 27 |
- License: `mit` (inherited from base model — see [terms](https://opensource.org/licenses/MIT))
|
|
@@ -55,11 +57,14 @@ Plawan Kumar Rath, Rahul Maliakkal. *IEEE AIIoT 2026.*
|
|
| 55 |
|
| 56 |
```bibtex
|
| 57 |
@inproceedings{rath2026pruning,
|
| 58 |
-
title
|
| 59 |
-
author
|
| 60 |
-
booktitle
|
| 61 |
-
year
|
| 62 |
-
|
|
|
|
|
|
|
|
|
|
| 63 |
}
|
| 64 |
```
|
| 65 |
|
|
|
|
| 9 |
- random
|
| 10 |
- bias-evaluation
|
| 11 |
- llm-compression
|
| 12 |
+
- arxiv:2605.08137
|
| 13 |
- research-only
|
| 14 |
---
|
| 15 |
|
|
|
|
| 23 |
**Weight Pruning Amplifies Bias: A Multi-Method Study of Compressed LLMs for Edge AI**
|
| 24 |
Plawan Kumar Rath, Rahul Maliakkal. *IEEE AIIoT 2026.*
|
| 25 |
|
| 26 |
+
- arXiv: <https://arxiv.org/abs/2605.08137>
|
| 27 |
- Code: <https://github.com/plawanrath/pruning-impact-analysis>
|
| 28 |
- Base model: [microsoft/Phi-3.5-mini-instruct](https://huggingface.co/microsoft/Phi-3.5-mini-instruct)
|
| 29 |
- License: `mit` (inherited from base model — see [terms](https://opensource.org/licenses/MIT))
|
|
|
|
| 57 |
|
| 58 |
```bibtex
|
| 59 |
@inproceedings{rath2026pruning,
|
| 60 |
+
title = {Weight Pruning Amplifies Bias: A Multi-Method Study of Compressed LLMs for Edge AI},
|
| 61 |
+
author = {Rath, Plawan Kumar and Maliakkal, Rahul},
|
| 62 |
+
booktitle = {Proc. IEEE AIIoT 2026},
|
| 63 |
+
year = {2026},
|
| 64 |
+
eprint = {2605.08137},
|
| 65 |
+
archivePrefix = {arXiv},
|
| 66 |
+
primaryClass = {cs.LG},
|
| 67 |
+
url = {https://arxiv.org/abs/2605.08137}
|
| 68 |
}
|
| 69 |
```
|
| 70 |
|