LLM解释评估研究:必要性与充分性分析
Necessary or Sufficient? Evaluating LLM Explanations With Behavioural Evidence
这项研究揭示了LLM解释与实际决策行为之间的差距,对AI系统监控和错误诊断有重要参考价值。
研究人员评估了Claude、GPT和Gemini等8个大语言模型解释的可靠性。研究通过黑盒干预方法测量因素对输出的必要性和充分性得分。在顾问推荐任务中,引用因素与必要性和充分性得分的平均Spearman相关系数分别为0.349和0.354。在提示监控任务中,相关系数分别为0.431和0.580。研究发现,模型引用的前三个因素并不总能准确识别出对输出影响最大的三个因素。
Necessary or Sufficient? Evaluating LLM Explanations With Behavioural Evidence
LLM decision components that can operate within agent workflows often produce action-relevant recommendations or judgements together with explanations. Operators may use the named factors to monitor a system, diagnose errors, or decide when to escalate an output. Such use assumes that the explanations agree with the component's observable decision behaviour. We test two interpretations of the named factors: necessity, meaning that changing a factor would change the output, and sufficiency, meaning that retaining it while removing other changeable information would preserve the output. We evaluate these interpretations in two synthetic use cases: recommending advisors to clients and judging prompts for harmfulness or risk. Models return an output and the top three factors that most influenced it. Controlled black-box interventions estimate a necessity score for each factor by measuring how often changing it changes the output, and a sufficiency score by measuring how often retaining it preserves the output. Across eight models from the Claude, GPT, and Gemini families, the mean Spearman correlations between the cited ranking and the necessity and sufficiency scores are 0.349 and 0.354 for advisor recommendation, and 0.431 and 0.580 for prompt monitoring. Furthermore, an uncited factor scores above the lowest-scoring cited factor in 57.6% of advisor responses under necessity and 58.1% under sufficiency; the corresponding prompt-monitoring rates are 25.8% and 8.9%. The cited top three contain useful information but do not reliably identify the three factors with the strongest measured influence under necessity or sufficiency. The framework provides a black-box reliability check for explanations used in agent oversight while remaining scoped to individual LLM decisions.