This dataset contains 29980 examples and is synthetically created to enhance model's capabilities to follow instructions precisely and to satisfy user constraints. The constraints are borrowed from the taxonomy in IFEval dataset. To generate diverse instructions, we expand the methodology in Ge et al., 2024 by using personas. More details and exact prompts used to construct the dataset can be found in our paper.
from datasets import load_dataset
dataset = load_dataset("allenai/tulu-3-sft-personas-instruction-following")["train"]
Each example in the dataset contains the standard instruction-tuning data points as follow:
8 commits
3 commits
This dataset contains 29980 examples and is synthetically created to enhance model's capabilities to follow instructions precisely and to satisfy user constraints. The constraints are borrowed from the taxonomy in IFEval dataset. To generate diverse instructions, we expand the methodology in Ge et al., 2024 by using personas. More details and exact prompts used to construct the dataset can be found in our paper.
from datasets import load_dataset
dataset = load_dataset("allenai/tulu-3-sft-personas-instruction-following")["train"]
Each example in the dataset contains the standard instruction-tuning data points as follow:
8 commits
3 commits