SAVRN
Search Contact SAVRN

Dataset · Text generation

IFEval

by Google google/IFEval

This dataset contains the prompts used in the Instruction-Following Eval (IFEval) benchmark for large language models.

Rows541
Configurations1
Size214.9 KB
Licenseapache-2.0
AccessPublicly accessible
Monthly Downloads369.7k

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:

Read the full dataset card (452 words)

Structure

default 541 rows

SplitRowsSize
train541282.0 KB
keyint64promptstringinstruction_id_listSequencekwargslist

Details

Repository
google/IFEval
Publisher
Google
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.

Data1 file · 207.1 KB
Documentation1 file · 5.5 KB
Repository1 file · 2.3 KB
Every file
FileTypeSizeSHA-256
ifeval_input_data.jsonlData207.1 KB
README.mdDocumentation5.5 KB
.gitattributesRepository2.3 KB

License and Download

License
apache-2.0
Access
No access gate
Download from Google

Released by Google through its official repository on Hugging Face. Read the license.