RefuteBench: Evaluating Refuting Instruction-Following for Large Language Models
Jianhao Yan, Yun Luo, Yue Zhang
TL;DR
RefuteBench investigates how large language models respond to refuting feedback in multi-turn interactions, addressing a practical need to have models adapt to user corrections. It introduces a benchmark across three tasks—Question Answering, Machine Translation, and Email Writing—with single- and multi-feedback settings, and two core metrics, $FA$ and $RR$, to quantify feedback acceptance and follow-through. The study finds that many LLMs rely on internal knowledge and forget feedback as dialogue progresses, with GPT-4 and Claude-2 showing relatively higher flexibility than ChatGPT or Mistral. A lightweight recall-and-repeat prompting strategy is proposed and shown to substantially improve $RR$ across tasks, demonstrating a practical approach to enhance responsiveness without changing model parameters. The work releases data and code to spur further research into robust instruction-following under refuting feedback and highlights limitations and future directions in multi-round, real-world interactions.
Abstract
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.
