CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01allenai /IFBench_test License This dataset is licensed under ODC-BY-1.0. It is intended for research and educational use in accordance with Ai2's Responsible Use Guidelines. This dataset includes output data generated from third party models that are subject to separate terms governing their use. Citation Please cite: @misc{pyatkin2025generalizing, title={Generalizing Verifiable Instruction Following}, author={Valentina Pyatkin and Saumya Malik and Victoria Graf and Hamish Ivison and… See the full description on the dataset page: https://huggingface.co/datasets/allenai/IFBench_test.textn<1K14 likes20k downloads11mo agoHugging Face02Alexislhb /Video-IFBench Video-IFBench This release contains the evaluation split used for the Video-IFBench main experiments. Paper: Video-IFBench: Evaluating Instruction Following of Multimodal LLMs in Video Understanding Scenarios Project page: https://alexios-hub.github.io/Video-IFBench/ Code: https://github.com/Alexios-hub/Video-IFBench textvisual-question-answeringn<1K1 likes1.3k downloads28d agoHugging Face03allenai /IFBench_multi-turn Dataset This is the test data for the multi-turn setup of IFBench. License This dataset is licensed under ODC-BY-1.0. It is intended for research and educational use in accordance with Ai2's Responsible Use Guidelines. This dataset includes output data generated from third party models that are subject to separate terms governing their use. Citation Please cite: @misc{pyatkin2025generalizing, title={Generalizing Verifiable Instruction Following}… See the full description on the dataset page: https://huggingface.co/datasets/allenai/IFBench_multi-turn.text1K<n<10K12 likes818 downloads1y agoHugging Face04shisa-ai /eval-IFBench-results IFBench Evaluation Results This dataset contains evaluation results for various language models on IFBench, a challenging benchmark for precise instruction following. Naming Convention: This repo follows the eval-{EVAL}-{type} schema for organizing evaluation datasets. Related repos: eval-IFBench-results - Model evaluation outputs (this repo) eval-IFBench-prompts - Test prompts/questions (if separated) Dataset Structure Results are organized by model name:… See the full description on the dataset page: https://huggingface.co/datasets/shisa-ai/eval-IFBench-results.texttext-generation10K<n<100K0 likes483 downloads3mo agoHugging Face05noahyoungs /glm-5.3-flash-ifbench-openrouter GLM-5.3-Flash IFBench OpenRouter five-run results This dataset contains content-free results from an independent five-run evaluation of z-ai/glm-5.3-flash on the official IFBench test set through OpenRouter's first-party Z.AI provider. This is not an official Allen Institute for AI, Z.AI, or OpenRouter result. The evaluated outputs were AI-generated. Prompt, response, and reasoning text are not included. Results Mean prompt-level loose accuracy was 65.5333% across… See the full description on the dataset page: https://huggingface.co/datasets/noahyoungs/glm-5.3-flash-ifbench-openrouter.text-generationn<1K0 likes253 downloads27d agoHugging Face06hirundo-io /ifbenchtextn<1K0 likes230 downloads8mo agoHugging Face07thu-coai /MTAC-IFBench MTAC-IFBench: Benchmarking Instruction-Following in Multi-Turn Agentic Coding 🌟 Overview MTAC-IFBench benchmarks instruction following in multi-turn agentic coding. Existing agentic coding benchmarks (e.g., SWE-bench, Terminal-Bench) focus on final functional correctness, while current instruction-following benchmarks confine themselves to single-turn chat or code generation. Neither answers the question that matters in a real development session: does the agent… See the full description on the dataset page: https://huggingface.co/datasets/thu-coai/MTAC-IFBench.texttext-generationn<1K1 likes183 downloads10d agoHugging Face08THU-KEG /IFBench IFBench: Dataset for evaluating instruction-following reward models This repository contains the data of the paper "Agentic Reward Modeling: Integrating Human Preferences with Verifiable Correctness Signals for Reliable Reward Systems" Paper: https://arxiv.org/abs/2502.19328 GitHub: https://github.com/THU-KEG/Agentic-Reward-Modeling Dataset Details the samples are formatted as follows: { "id": // unique identifier of the sample, "source": // source… See the full description on the dataset page: https://huggingface.co/datasets/THU-KEG/IFBench.textn<1K10 likes150 downloads2y agoHugging Face09casiatao /IF-Bench IF-Bench: Benchmarking and Enhancing MLLMs for Infrared Images with Generative Visual Prompting Code: https://github.com/casiatao/IF-Bench 📖 Introduction This repository contains the infrared images in IF-Bench and translated RGB images by GenViP in the paper "IF-Bench: Benchmarking and Enhancing MLLMs for Infrared Images with Generative Visual Prompting.". 📓 Environment Setup # 1. create conda environment conda create -n if_bench… See the full description on the dataset page: https://huggingface.co/datasets/casiatao/IF-Bench.imagevisual-question-answeringn<1K5 likes79 downloads10mo agoHugging Face10sungyub /ifbench-verl IFBench-VERL: Instruction Following Evaluation Dataset for VERL Training Overview IFBench-VERL is a comprehensive instruction-following evaluation dataset formatted for VERL (Versatile Reinforcement Learning) training pipelines. This dataset contains 95,373 high-quality examples with 54 different constraint types, enabling systematic training and evaluation of instruction-following capabilities in language models. The dataset is converted from… See the full description on the dataset page: https://huggingface.co/datasets/sungyub/ifbench-verl.texttext-generation10K<n<100K1 likes68 downloads11mo agoHugging Face11manan-u /ifbench-translatedtext1K<n<10K0 likes67 downloads1y agoHugging Face12Ayush-Singh /Euro-IFBench Euro-IFBench A 24-language localization of IFBench (Pyatkin et al., NeurIPS 2025) for precise instruction-following evaluation across the official EU languages. The English benchmark is preserved unchanged; the additions are translated prompts, localized verifiers for rules whose original checkers don't transfer cross-lingually, and curated cultural-grounding overrides. Languages Bulgarian (bg), Croatian (hr), Czech (cs), Danish (da), Dutch (nl), English (en)… See the full description on the dataset page: https://huggingface.co/datasets/Ayush-Singh/Euro-IFBench.0 likes60 downloads26d agoHugging Face13MagicLuke /ifbench-conversations-v1gated IF-Bench conversations (ifbench-conversations-v1) 3000 synthetic full-duplex spoken conversations: 15 examiner configurations (9 speech models), each holding the same 200-task set of Full-Duplex-Bench v2 staged scenarios as the examiner (the model under study — it carries a role, a topic and four goals to hit in order) against a PersonaPlex-7B examinee that is never told the topic. Per dialogue you get both channels as lossless mono FLAC, the exact prompts/voices/sampling… See the full description on the dataset page: https://huggingface.co/datasets/MagicLuke/ifbench-conversations-v1.audio1K<n<10K0 likes57 downloads28d agoHugging Face14allenai /IFBench_multi-turn_responses_exampletext1K<n<10K0 likes38 downloads1y agoHugging Face15mohdelgaar /ifbench_rlvrtextn<1K0 likes37 downloads7mo agoHugging Face16synquid /ifbench-traintext1K<n<10K0 likes37 downloads4mo agoHugging Face17jensjepsen /ifbench-da-v1textn<1K0 likes35 downloads1mo agoHugging Face18zyzshishui0627 /IFBenchtextn<1K0 likes30 downloads11mo agoHugging Face19issai /IFBench_Kazakh IFBench_Kazakh Summary IFBench_Kazakh is a machine-translated Kazakh version of the original IFBench benchmark. It is designed to evaluate how well language models follow instructions with explicit constraints. The dataset contains 444 samples. Each example includes an instruction, a preferred response, a rejected response, and constraint descriptions translated into Kazakh. The original structure is preserved, allowing direct comparison with the English… See the full description on the dataset page: https://huggingface.co/datasets/issai/IFBench_Kazakh.textn<1K0 likes28 downloads1mo agoHugging Face20allura-forge /IFbench_multi_constraints_upto5_systempromptifiedtext10K<n<100K1 likes23 downloads1y agoHugging Face21budecosystem /ifbench ifbench — evaluation data (OpenCompass format) Bud Ecosystem eval mirror. OpenCompass-format evaluation data for ifbench, for offline reproducible model evaluation (config ifbench_gen). Original source: allenai/IFBench_test — license ODC-BY-1.0, unchanged; all rights remain with the original authors. textn<1K0 likes21 downloads2mo agoHugging Face22HennersBro98 /atla-selene-1-mini-v1-ifbench_binarytextn<1K0 likes19 downloads1y agoHugging Face23HennersBro98 /reasoning-ifbench-binarytextn<1K0 likes12 downloads1y agoHugging Face24llamastack /IFBench_multi_turntext1K<n<10K0 likes12 downloads6mo agoHugging Face25HennersBro98 /reasoning-ifbench-binary-noxmltextn<1K0 likes11 downloads2y agoHugging Face26adimnaku /ifbench-pass-at-least-once-not-alltabular1K<n<10K0 likes11 downloads7mo agoHugging Face27jiajunli-radixark /ifbench0 likes10 downloads4mo agoHugging Face28BBang3 /ifbenchtextn<1K0 likes9 downloads6mo agoHugging Face29HennersBro98 /reasoning-ifbench-binary-system1textn<1K0 likes8 downloads2y agoHugging Face30adimnaku /ifbench-pass-at-least-once-not-all-8ktabular1K<n<10K0 likes6 downloads7mo agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.