plawanrath commited on
Commit
25d62d5
·
verified ·
1 Parent(s): c60a44c

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