热度56.1▲ 0.4
下载量 · 30天
198,711
Hugging Face
GitHub Stars
—
代码仓库
论文被引
1,060
Semantic Scholar
跑分模型 · 30天
4,496
Leaderboard results
简介
Dataset Card for IFEval Dataset Summary This dataset contains the prompts used in the Instruction-Following Eval (IFEval) benchmark for large language models. It contains around 500 "verifiable instructions" such as "write in more than 400 words" and "mention the keyword of AI at least 3 times" which can be verified by heuristics. To load the dataset, run: from datasets import load_dataset ifeval = load_dataset("google/IFEval") Supported Tasks and… See the full description on the dataset page: https://huggingface.co/datasets/google/IFEval.