ninty-seven commited on
Commit
c322d1e
·
verified ·
1 Parent(s): 0f4cf3c

Add arXiv citation

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -215,3 +215,19 @@ This checkpoint inherits the tokenizer and model configuration of
215
  The model is a safety classifier. Its output should be combined with
216
  application-specific authorization, policy, and human-review mechanisms for
217
  high-stakes decisions.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
215
  The model is a safety classifier. Its output should be combined with
216
  application-specific authorization, policy, and human-review mechanisms for
217
  high-stakes decisions.
218
+
219
+ ## Citation
220
+
221
+ If you find StepGuard useful, please cite our paper:
222
+
223
+ ```bibtex
224
+ @misc{zheng2026stepguardlearningsteplevelguardrails,
225
+ title = {StepGuard: Learning Step-Level Guardrails with Scalable Supervision and Safety-Utility Balancing},
226
+ author = {Zhijie Zheng and Yu Li and Chen Qian and Yuqian Fu and Yanwei Fu and Lu Sheng and Jing Shao and Dongrui Liu},
227
+ year = {2026},
228
+ eprint = {2608.24777},
229
+ archivePrefix = {arXiv},
230
+ primaryClass = {cs.AI},
231
+ url = {https://arxiv.org/abs/2608.24777}
232
+ }
233
+ ```