arXiv:2409.18216cs.AIcs.CL2024-09被引 7

评测多轮图文对话中模型对分散指令的遵循能力,发现检索与理解同样关键。

MMMT-IF: A Challenging Multimodal Multi-Turn Instruction Following Benchmark

  • 设计带全局指令的多轮图文问答集,要求模型从长对话中提取并遵守分散指令。
  • 引入可编程评估指标PIF,发现20轮后模型平均遵循率降至64%。
  • 适合研究多模态指令跟随、模型记忆与上下文检索能力的学者使用。

评估多模态多轮对话中的指令遵循能力极具挑战性。由于输入上下文中可能包含多个指令,人工评分耗时且大模型裁判存在偏见。本文提出MMMT-IF,一个基于图像的多轮问答评测集,其间加入全局指令以约束回答格式,要求模型在长对话中检索并遵守分散的指令。所有指令均可通过代码执行客观验证。我们引入程序化指令遵循(PIF)度量,衡量推理任务中正确遵循指令的比例。PIF-N-K进一步评估鲁棒性:在语料库中,每样本至少有K次生成响应达到PIF=1的比例。PIF与人类评分相关性达60%。实验显示,Gemini 1.5 Pro、GPT-4o和Claude 3.5 Sonnet在第1轮平均PIF为0.81,第20轮降至0.64。当每轮回答重复4次(PIF-4-4)时,仅11%情况下GPT-4o和Gemini能完全遵循所有指令。若将所有指令附加至输入末尾,平均PIF提升22.3点,表明挑战不仅在于遵循,更在于检索。我们将开源MMMT-IF数据集与评估代码。

原文摘要 · Abstract (English)

Evaluating instruction following capabilities for multimodal, multi-turn dialogue is challenging. With potentially multiple instructions in the input model context, the task is time-consuming for human raters and we show LLM based judges are biased towards answers from the same model. We propose MMMT-IF, an image based multi-turn Q$\&$A evaluation set with added global instructions between questions, constraining the answer format. This challenges models to retrieve instructions dispersed across long dialogues and reason under instruction constraints. All instructions are objectively verifiable through code execution. We introduce the Programmatic Instruction Following ($\operatorname{PIF}$) metric to measure the fraction of the instructions that are correctly followed while performing a reasoning task. The $\operatorname{PIF-N-K}$ set of metrics further evaluates robustness by measuring the fraction of samples in a corpus where, for each sample, at least K out of N generated model responses achieve a $\operatorname{PIF}$ score of one. The $\operatorname{PIF}$ metric aligns with human instruction following ratings, showing 60 percent correlation. Experiments show Gemini 1.5 Pro, GPT-4o, and Claude 3.5 Sonnet, have a $\operatorname{PIF}$ metric that drops from 0.81 on average at turn 1 across the models, to 0.64 at turn 20. Across all turns, when each response is repeated 4 times ($\operatorname{PIF-4-4}$), GPT-4o and Gemini successfully follow all instructions only $11\%$ of the time. When all the instructions are also appended to the end of the model input context, the $\operatorname{PIF}$ metric improves by 22.3 points on average, showing that the challenge with the task lies not only in following the instructions, but also in retrieving the instructions spread out in the model context. We plan to open source the MMMT-IF dataset and metric computation code.

多模态指令遵循评测基准长对话

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。