SafeVLAEval commited on
Commit
227bbae
·
verified ·
1 Parent(s): 6ffd427

Update readme.md

Browse files
Files changed (1) hide show
  1. readme.md +11 -8
readme.md CHANGED
@@ -1,9 +1,12 @@
1
- ```bash
2
- @inproceedings{zhang25safevla,
3
- title={SafeVLA: Towards Safety Alignment of Vision-Language-Action Model via Constrained Learning},
4
- author={Borong Zhang and Yuhao Zhang and Jiaming Ji and Yingshan Lei and Josef Dai and Yuanpei Chen and Yaodong Yang},
5
- booktitle={Thirty-ninth Conference on Neural Information Processing Systems},
6
- year={2025},
7
- url={https://openreview.net/forum?id=dt940loCBT}
8
- }
 
 
 
9
  ```
 
1
+ ## Paper
2
+ [arXiv:2503.03480](https://arxiv.org/abs/2503.03480)
3
+
4
+ ```bash
5
+ @inproceedings{zhang25safevla,
6
+ title={SafeVLA: Towards Safety Alignment of Vision-Language-Action Model via Constrained Learning},
7
+ author={Borong Zhang and Yuhao Zhang and Jiaming Ji and Yingshan Lei and Josef Dai and Yuanpei Chen and Yaodong Yang},
8
+ booktitle={Thirty-ninth Conference on Neural Information Processing Systems},
9
+ year={2025},
10
+ url={https://openreview.net/forum?id=dt940loCBT}
11
+ }
12
  ```