Views
No views yet
1conda create -n py312vllm python=3.12
2conda activate py312vllm
3pip install vllm pandas 'accelerate>=0.26.0'
4git clone https://github.com/yizhu-joy/DataFilter.git
5cd DataFilterpython filter_inference.py1@misc
2{wang2025datafilter,
3title={Defending Against Prompt Injection with DataFilter},
4author={Yizhu Wang and Sizhe Chen and Raghad Alkhudair and Basel Alomair and David Wagner},
5year={2025},
6eprint={2510.19207},
7archivePrefix={arXiv},
8primaryClass={cs.CR},
9url={https://arxiv.org/abs/2510.19207},
10}