Multi-IF
收藏资源简介:
Multi-IF是由Meta GenAI创建的一个多轮和多语言指令跟随基准数据集,旨在评估大型语言模型(LLMs)在复杂的多轮和多语言交互中的表现。该数据集包含4,501个多语言对话,每个对话有三轮,涵盖英语、法语、俄语、印地语、意大利语、葡萄牙语、西班牙语和中文。数据集的创建过程结合了LLM和人工注释者的力量,确保了指令的多样性和准确性。Multi-IF主要用于研究LLMs在多语言和多轮对话中的指令跟随能力,旨在解决现有基准在多语言和多轮评估中的不足。
Multi-IF is a multi-turn and multilingual instruction-following benchmark dataset developed by Meta GenAI, intended to evaluate the performance of Large Language Models (LLMs) in complex multi-turn and multilingual interactions. This dataset includes 4,501 multilingual dialogues, each consisting of three turns, covering eight languages: English, French, Russian, Hindi, Italian, Portuguese, Spanish and Mandarin Chinese. The construction of the dataset combines the strengths of LLMs and human annotators to guarantee the diversity and accuracy of the included instructions. Multi-IF is primarily utilized to study the instruction-following capabilities of LLMs in multilingual and multi-turn dialogues, aiming to address the shortcomings of existing benchmarks in multilingual and multi-turn evaluation tasks.
Multi-IF 数据集概述
数据集简介
Multi-IF 是一个新的基准数据集,旨在评估大型语言模型(LLMs)在多轮和多语言指令遵循方面的能力。该数据集通过结合LLM和人工注释者的混合框架,扩展了IFEval,增加了多轮序列并将英语提示翻译成另外7种语言,最终形成了一个包含4501个多语言对话的数据集,每个对话包含三轮。
数据集特点
- 多轮对话:每个对话包含三轮。
- 多语言支持:支持英语、法语、西班牙语、葡萄牙语、印地语、中文、俄语和意大利语。
- 挑战性任务:对14个最先进的LLMs的评估显示,Multi-IF比现有基准更具挑战性,模型在每增加一轮时执行指令的正确率显著下降。
数据字段
turns:用于保存评估中的历史对话。responses:用于保存评估中的最新响应。turn_1_prompt:第一轮的用户提示,作为LLM生成的输入。turn_1_instruction_id_list:第一轮用户提示的指令,评估脚本所需。turn_1_kwargs:第一轮指令的参数,评估脚本所需。turn_2_prompt:第二轮的用户提示,作为LLM生成的输入。turn_2_instruction_id_list:第二轮用户提示的指令,评估脚本所需。turn_2_kwargs:第二轮指令的参数,评估脚本所需。turn_3_prompt:第三轮的用户提示,作为LLM生成的输入。turn_3_instruction_id_list:第三轮用户提示的指令,评估脚本所需。turn_3_kwargs:第三轮指令的参数,评估脚本所需。key:每个对话的键。turn_index:用于保存评估中的当前轮次索引。language:每个对话的语言。
数据分割
- 测试集:包含4,501个示例。

- 1Multi-IF: Benchmarking LLMs on Multi-Turn and Multilingual Instructions FollowingMeta GenAI · 2024年



