Update README.md
Browse files
README.md
CHANGED
@@ -31,6 +31,9 @@ language:
|
|
31 |
<a href="https://huggingface.co/IAAR-Shanghai/MARA_AGENTS">
|
32 |
<img src="https://img.shields.io/badge/🤗%20Hugging%20Face-MARA_AGENTS-yellow" alt="Hugging Face"/>
|
33 |
</a>
|
|
|
|
|
|
|
34 |
</div>
|
35 |
|
36 |
|
@@ -90,4 +93,16 @@ The source code and implementation details are open-sourced at [MARA](https://gi
|
|
90 |
</td>
|
91 |
</tr>
|
92 |
</table>
|
93 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
<a href="https://huggingface.co/IAAR-Shanghai/MARA_AGENTS">
|
32 |
<img src="https://img.shields.io/badge/🤗%20Hugging%20Face-MARA_AGENTS-yellow" alt="Hugging Face"/>
|
33 |
</a>
|
34 |
+
<a href="https://arxiv.org/abs/2505.19743">
|
35 |
+
<img src="https://img.shields.io/badge/arXiv-Paper-8B0000?style=flat-square&logo=arxiv&logoColor=white">
|
36 |
+
</a>
|
37 |
</div>
|
38 |
|
39 |
|
|
|
93 |
</td>
|
94 |
</tr>
|
95 |
</table>
|
96 |
+
|
97 |
+
More details and analyses about experimental results can be found in our [paper](https://arxiv.org/abs/2505.19743).
|
98 |
+
|
99 |
+
### ✍️ Citation
|
100 |
+
If the code or the paper has been useful in your research, please add a citation to our work:
|
101 |
+
```
|
102 |
+
@article{zhang2025tokenlevelacceptrejectmicro,
|
103 |
+
title={Token-level Accept or Reject: A Micro Alignment Approach for Large Language Models},
|
104 |
+
author={Yang Zhang and Yu Yu and Bo Tang and Yu Zhu and Chuxiong Sun and Wenqiang Wei and Jie Hu and Zipeng Xie and Zhiyu Li and Feiyu Xiong and Edward Chung},
|
105 |
+
journal={arXiv preprint arXiv:2505.19743},
|
106 |
+
year={2025}
|
107 |
+
}
|
108 |
+
```
|