datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
GuardReasonerTrain
GuardReasonerTrain
GuardReasonerTrain is the training data for R-SFT of GuardReasoner, as described in the paper GuardReasoner: Towards Reasoning-based LLM Safeguards.
Code: https://github.com/yueliu1999/GuardReasoner/
Usage
from datasets import load_dataset
# Login using e.g. `huggingface-cli login` to access this dataset
ds = load_dataset("yueliu1999/GuardReasonerTrain")
Citation
If you use this dataset, please cite our paper.
@article{GuardReasoner… See the full description on the dataset page: https://huggingface.co/datasets/yueliu1999/GuardReasonerTrain.GuardReasoner-VLTrain
GuardReasoner-VLTrain
GuardReasoner-VLTrain is the training data for R-SFT of GuardReasoner-VL, as described in the paper GuardReasoner-VL: Safeguarding VLMs via Reinforced Reasoning.
Code: https://github.com/yueliu1999/GuardReasoner-VL/
Usage
from datasets import load_dataset
# Login using e.g. `huggingface-cli login` to access this dataset
ds = load_dataset("yueliu1999/GuardReasoner-VLTrain")
Citation
If you use this dataset, please cite our paper.… See the full description on the dataset page: https://huggingface.co/datasets/yueliu1999/GuardReasoner-VLTrain.
