paper-with-me

Papers

RefuteBench: Evaluating Refuting Instruction-Following for Large Language Models

2024-02-21 · Jianhao Yan, Yun Luo, Yue Zhang

The application scope of large language models (LLMs) is increasingly expanding. In practical use, users might provide feedback based on the model's output, hoping for a responsive model that can complete responses according to their feedback. Whether the model can appropriately respond to users' refuting feedback and consistently follow through with execution has not been thoroughly analyzed. In light of this, this paper proposes a comprehensive benchmark, RefuteBench, covering tasks such as question answering, machine translation, and email writing. The evaluation aims to assess whether models can positively accept feedback in form of refuting instructions and whether they can consistently adhere to user demands throughout the conversation. We conduct evaluations on numerous LLMs and find that LLMs are stubborn, i.e. exhibit inclination to their internal knowledge, often failing to comply with user feedback. Additionally, as the length of the conversation increases, models gradually forget the user's stated feedback and roll back to their own responses. We further propose a recall-and-repeat prompts as a simple and effective way to enhance the model's responsiveness to feedback.

📄 PDF Abstract BibTeX arXiv:2402.13463

Code (1)

elliottyan/refutebench 공식 구현 pytorch

Tasks

Instruction FollowingMachine TranslationQuestion Answering

Similar Papers 제목 키워드 기반

RefuteBench 2.0 -- Agentic Benchmark for Dynamic Evaluation of LLM Responses to Refutation Instruction

2025-02-25 · Jianhao Yan, Yun Luo, Yue Zhang

In the multi-turn interaction schema, large language models (LLMs) can leverage user feedback to enhance the quality and relevance of their responses. However, evaluating an LLM's ability to incorporate user refutation f…

M-IFEval: Multilingual Instruction-Following Evaluation

2025-02-07 · Antoine Dussolle, Andrea Cardeña Díaz, Shota Sato, Peter Devine

Instruction following is a core capability of modern Large language models (LLMs), making evaluating this capability essential to understanding these models. The Instruction Following Evaluation (IFEval) benchmark from t…

Instruction Following

Empowering Reliable Visual-Centric Instruction Following in MLLMs

2026-01-06 · Weilei He, Feng Ju, Zhiyuan Fan, Rui Min 외 arxiv

Evaluating the instruction-following (IF) capabilities of Multimodal Large Language Models (MLLMs) is essential for rigorously assessing how faithfully model outputs adhere to user-specified intentions. Nevertheless, exi…

Instruction Following

VCIFBench: Evaluating Complex Instruction Following for Video Understanding

2026-06-03 · Huangchen Xu, Yuan Wu, Yi Chang arxiv

Multimodal large language models have made rapid progress in video understanding, yet existing benchmarks largely rely on simple prompts and provide limited evidence about whether models can satisfy explicit output const…

Instruction Following

The SIFo Benchmark: Investigating the Sequential Instruction Following Ability of Large Language Models

2024-06-28 · Xinyi Chen, Baohao Liao, Jirui Qi, Panagiotis Eustratiadis 외

Following multiple instructions is a crucial ability for large language models (LLMs). Evaluating this ability comes with significant challenges: (i) limited coherence between multiple instructions, (ii) positional bias …

Instruction FollowingQuestion Answering