arXiv:2609.04343cs.AIcs.CL2026-09

通过移除未提及概念提升大模型解释的忠实性

A Removal Based Approach to Improve LLM Faithfulness at Test-Time

论文配图:A Removal Based Approach to Improve LLM Faithfulness at Test-Time
图 1 · 摘自论文原文
  • 测试时移除解释中未提到的概念,保留提及者影响
  • 在两个数据集上显著提升解释忠实度,优于标准提示和鼓励忠实提示
  • 无需修改模型参数,适合各类大模型实时应用

大语言模型(LLMs)广泛用于重要决策,其解释对审计模型行为至关重要。然而这些解释常不忠实,或遗漏影响答案的因素(不完整),或引用未影响答案的因素(不合理)。现有方法多为训练时修改权重或仅处理不合理问题。本文提出一种测试时新方法:将解释中未提及的概念从输入中移除后重新查询模型,从而消除未提及因素的影响,保留提及因素作用。在两个数据集、多种模型家族及两种独立评估指标下,该方法均显著优于标准提示和鼓励忠实性的提示。该方法不依赖模型参数,可直接推理阶段应用,提供灵活减少隐藏影响、提升大模型辅助决策可靠性和安全性的机制。

原文摘要 · Abstract (English)

Large language models (LLMs) are increasingly used for consequential decisions, making their explanations an important tool for auditing model behavior. Unfortunately, these explanations can be unfaithful, failing to reflect the actual reasoning underlying the model's decisions. We consider a setting in which an LLM provides both an answer and an explanation in response to a question. We identify two distinct dimensions of unfaithful explanations: incompleteness, meaning that the explanation omits factors that influence the answer, and unsoundness, meaning that the explanation cites factors that did not influence the model's answer. Existing approaches to improving LLM faithfulness include training-time methods, which require access to model weights and extensive computational resources, and test-time methods that largely focus on addressing unsoundness. We introduce a test-time approach that directly targets incompleteness. We remove from the input the concepts not credited in the model's explanation and re-query the model on the reduced input. This eliminates unmentioned influences while preserving the influence of mentioned concepts. Across two datasets, multiple model families, and two independent faithfulness metrics, our approach improves explanation faithfulness compared to both standard prompting and prompting to encourage faithfulness. Our method is model-agnostic and can be applied at inference time without modifying model parameters, providing a flexible mechanism for reducing hidden influences and improving the reliability and safety of LLM-assisted decision making.

大模型解释可信测试时优化

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