plawanrath commited on
Commit
e02815a
·
verified ·
1 Parent(s): 3104668

docs: add arXiv 2605.08137 for citation

Browse files
Files changed (1) hide show
  1. README.md +10 -5
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))
@@ -54,11 +56,14 @@ Plawan Kumar Rath, Rahul Maliakkal. *IEEE AIIoT 2026.*
54
 
55
  ```bibtex
56
  @inproceedings{rath2026pruning,
57
- title = {Weight Pruning Amplifies Bias: A Multi-Method Study of Compressed LLMs for Edge AI},
58
- author = {Rath, Plawan Kumar and Maliakkal, Rahul},
59
- booktitle = {Proc. IEEE AIIoT 2026},
60
- year = {2026},
61
- url = {https://github.com/plawanrath/pruning-impact-analysis}
 
 
 
62
  }
63
  ```
64
 
 
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))
 
56
 
57
  ```bibtex
58
  @inproceedings{rath2026pruning,
59
+ title = {Weight Pruning Amplifies Bias: A Multi-Method Study of Compressed LLMs for Edge AI},
60
+ author = {Rath, Plawan Kumar and Maliakkal, Rahul},
61
+ booktitle = {Proc. IEEE AIIoT 2026},
62
+ year = {2026},
63
+ eprint = {2605.08137},
64
+ archivePrefix = {arXiv},
65
+ primaryClass = {cs.LG},
66
+ url = {https://arxiv.org/abs/2605.08137}
67
  }
68
  ```
69