Views
No views yet
⚠️ Research artifact only — not for production use. This model was created to study fairness degradation under weight pruning. The companion paper (IEEE AIIoT 2026) demonstrates that random pruning at this sparsity level induces measurable bias amplification on the BBQ benchmark. Do not deploy this model in any user-facing or decision-making system.
mit (inherited from base model — see terms)random| Metric | Value | Reference |
|---|---|---|
| Perplexity (Tulu-3 SFT mix, 256×512) | 47,924,927 | dense baseline 4.44 (+1079390147.7%) |
| SRS by category (s50) | Age: 0.318, Gender Identity: 0.322, Race/Ethnicity: 0.341, Religion: 0.313, SES: 0.324 | random-chance baseline ≈ 0.333 |
| Mean per-item inference latency (Apple Silicon, MLX) | 0.158s | identical to the dense baseline — unstructured pruning provides no latency benefit on dense GEMM kernels (paper §V.B) |
1@inproceedings{rath2026pruning,
2 title = {Weight Pruning Amplifies Bias: A Multi-Method Study of Compressed LLMs for Edge AI},
3 author = {Rath, Plawan Kumar and Maliakkal, Rahul},
4 booktitle = {Proc. IEEE AIIoT 2026},
5 year = {2026},
6 eprint = {2605.08137},
7 archivePrefix = {arXiv},
8 primaryClass = {cs.LG},
9 url = {https://arxiv.org/abs/2605.08137}
10}Elfsong/BBQpruning_meta.json shipped in this repo (actual_sparsity, prune time, etc.).