How Interpretable are Reasoning Explanations from Prompting Large Language Models?

📄 arXiv: 2402.11863v3 📥 PDF

作者: Wei Jie Yeo, Ranjan Satapathy, Rick Siow Mong Goh, Erik Cambria

分类: cs.CL

发布日期: 2024-02-19 (更新: 2024-04-01)

备注: NAACL Findings 2024

DOI: 10.18653/v1/2024.findings-naacl.138

🔗 代码/项目: GITHUB


💡 一句话要点

提出多维度可解释性评估方法以提升大语言模型推理解释能力

🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)

关键词: 大语言模型 可解释性 推理链 提示工程 自然语言处理 多维度评估 自蕴含对齐

📋 核心要点

  1. 现有的可解释性研究主要集中在推理链的忠实性评估,缺乏对稳健性和实用性的综合考量。
  2. 本文提出了一种多维度的可解释性评估方法,涵盖忠实性、稳健性和实用性,适用于多种提示技术。
  3. 通过引入自蕴含对齐链式思维,本文在多个可解释性维度上实现了超过70%的性能提升。

📝 摘要(中文)

提示工程在提升大语言模型性能方面引起了广泛关注。链式思维等技术不仅提高了任务性能,还为观众提供了清晰的推理步骤。然而,现有的可解释性研究仅从忠实性这一单一维度评估推理链。本文提出了一种全面的多维度可解释性评估方法,考察了忠实性、稳健性和实用性,并涵盖了多种提示技术。此外,论文引入了一种简单的可解释性对齐技术——自蕴含对齐链式思维,在多个可解释性维度上实现了超过70%的提升。代码已在GitHub上公开。

🔬 方法详解

问题定义:本文旨在解决现有可解释性研究仅从忠实性评估推理链的不足,缺乏对稳健性和实用性的全面考量。

核心思路:论文提出了一种多维度的可解释性评估框架,综合考虑忠实性、稳健性和实用性,以便更全面地理解大语言模型的推理过程。

技术框架:整体架构包括多个评估模块,分别针对不同的可解释性维度进行评估,确保对多种提示技术的适用性。

关键创新:引入自蕴含对齐链式思维作为可解释性对齐技术,显著提升了推理链的可解释性,超过70%的提升幅度是其重要创新点。

关键设计:在技术细节上,论文设计了特定的参数设置和损失函数,以优化推理链的各个维度的表现,确保评估的全面性和准确性。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果显示,采用自蕴含对齐链式思维后,模型在多个可解释性维度上的表现提升超过70%。与基线模型相比,本文提出的方法在忠实性、稳健性和实用性方面均显著优于现有技术,展示了其有效性。

🎯 应用场景

该研究的潜在应用领域包括自然语言处理、智能问答系统和人机交互等。通过提升大语言模型的可解释性,能够增强用户对模型决策的信任,促进其在实际应用中的广泛采用,未来可能影响教育、医疗等多个行业。

📄 摘要(原文)

Prompt Engineering has garnered significant attention for enhancing the performance of large language models across a multitude of tasks. Techniques such as the Chain-of-Thought not only bolster task performance but also delineate a clear trajectory of reasoning steps, offering a tangible form of explanation for the audience. Prior works on interpretability assess the reasoning chains yielded by Chain-of-Thought solely along a singular axis, namely faithfulness. We present a comprehensive and multifaceted evaluation of interpretability, examining not only faithfulness but also robustness and utility across multiple commonsense reasoning benchmarks. Likewise, our investigation is not confined to a single prompting technique; it expansively covers a multitude of prevalent prompting techniques employed in large language models, thereby ensuring a wide-ranging and exhaustive evaluation. In addition, we introduce a simple interpretability alignment technique, termed Self-Entailment-Alignment Chain-of-thought, that yields more than 70\% improvements across multiple dimensions of interpretability. Code is available at https://github.com/SenticNet/CoT_interpretability