CLAIFeb 21, 2024

RefuteBench: Evaluating Refuting Instruction-Following for Large Language Models

TencentTsinghua
arXiv:2402.13463v429 citationsh-index: 12ACL
AI Analysis

This addresses the problem of LLMs failing to adapt to user corrections in real-world applications, which is incremental as it builds on existing evaluation benchmarks for instruction-following.

The paper introduces RefuteBench, a benchmark to evaluate how well large language models (LLMs) respond to refuting user feedback across tasks like question answering and machine translation, finding that models often stubbornly ignore feedback and forget it over longer conversations, with a recall-and-repeat prompt method proposed to improve responsiveness.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes