微信内可能无法直接打开本站。请点右上角 ··· → 在浏览器打开,或复制链接。
A Removal Based Approach to Improve LLM Faithfulness at Test-Time
RSS 官方收录 · 可信分层展示
关键摘要
新方法在推理时提升大模型解释忠实度,直击解释不完整问题
- 提出测试时移除未提及概念的方法,专门解决解释不完整性
- 在多个数据集和模型上验证显著提升解释忠实度
- 无需修改模型参数,模型无关且即插即用
AI 摘要 · 来源可核验
正文提要
arXiv:2609.04343v1 Announce Type: new Abstract: 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.