plawanrath commited on
Commit
6b0d5d8
·
verified ·
1 Parent(s): 7c184c4

Add arXiv link (2605.15208) to model card

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -24,6 +24,7 @@ This is one of the **15 model artifacts** from the paper:
24
  > **Quantization Undoes Alignment: Bias Emergence in Compressed LLMs Across Models and Precision Levels**
25
  > Plawan Kumar Rath, Rahul Maliakkal. *IEEE Cloud Summit 2026*.
26
  > Code: <https://github.com/plawanrath/compression-bias-amplification>
 
27
 
28
  ## Quantization
29
 
@@ -104,6 +105,9 @@ Inherited from the base model (`mit`). See the upstream model page for the full
104
  title = { Quantization Undoes Alignment: Bias Emergence in Compressed LLMs Across Models and Precision Levels },
105
  author = {Rath, Plawan Kumar and Maliakkal, Rahul},
106
  booktitle = { IEEE Cloud Summit 2026 },
107
- year = {2026}
 
 
 
108
  }
109
  ```
 
24
  > **Quantization Undoes Alignment: Bias Emergence in Compressed LLMs Across Models and Precision Levels**
25
  > Plawan Kumar Rath, Rahul Maliakkal. *IEEE Cloud Summit 2026*.
26
  > Code: <https://github.com/plawanrath/compression-bias-amplification>
27
+ > arXiv: <https://arxiv.org/abs/2605.15208>
28
 
29
  ## Quantization
30
 
 
105
  title = { Quantization Undoes Alignment: Bias Emergence in Compressed LLMs Across Models and Precision Levels },
106
  author = {Rath, Plawan Kumar and Maliakkal, Rahul},
107
  booktitle = { IEEE Cloud Summit 2026 },
108
+ year = {2026},
109
+ eprint = {2605.15208},
110
+ archivePrefix = {arXiv},
111
+ url = {https://arxiv.org/abs/2605.15208}
112
  }
113
  ```