This dataset contains the prompts used in the Instruction-Following Eval (IFEval) benchmark for large language models.
Dataset Card
By Google, published under apache-2.0, revision 966cd89545d6.
Dataset Card for IFEval
Dataset Description
- Repository: https://github.com/google-research/google-research/tree/master/instruction_following_eval
- Paper: https://huggingface.co/papers/2311.07911
- Leaderboard: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard
- Point of Contact: Le Hou
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 Leaderboards
The IFEval dataset is designed for evaluating chat or instruction fine-tuned language models and is one of the core benchmarks used in the Open LLM Leaderboard.
Languages
The data in IFEval are in English (BCP-47 en).
Dataset Structure
Data Instances
An example of the train split looks as follows:
Structure
default 541 rows
| Split | Rows | Size |
|---|---|---|
| train | 541 | 282.0 KB |
Details
- Repository
- google/IFEval
- Publisher
- Task category
- Text generation
- Tags
- Not stated by the source
- Size category
- Not stated by the source
- Languages
- en
- Revision
- 966cd89545d6b6acfd7638bc708b98261ca58e84
- Last updated
- 2024-08-14
Files
3 files, 214.9 KB in total.
Every file
| File | Type | Size | SHA-256 |
|---|---|---|---|
| ifeval_input_data.jsonl | Data | 207.1 KB | — |
| README.md | Documentation | 5.5 KB | — |
| .gitattributes | Repository | 2.3 KB | — |
License and Download
- License
- apache-2.0
- Access
- No access gate
Released by Google through its official repository on Hugging Face. Read the license.