paper-with-me

Papers

Post Hoc Explanations of Language Models Can Improve Language Models

2023-05-19 · NeurIPS 2023 11 · Satyapriya Krishna, Jiaqi Ma, Dylan Slack, Asma Ghandeharioun, Sameer Singh, Himabindu Lakkaraju

Large Language Models (LLMs) have demonstrated remarkable capabilities in performing complex tasks. Moreover, recent research has shown that incorporating human-annotated rationales (e.g., Chain-of-Thought prompting) during in-context learning can significantly enhance the performance of these models, particularly on tasks that require reasoning capabilities. However, incorporating such rationales poses challenges in terms of scalability as this requires a high degree of human involvement. In this work, we present a novel framework, Amplifying Model Performance by Leveraging In-Context Learning with Post Hoc Explanations (AMPLIFY), which addresses the aforementioned challenges by automating the process of rationale generation. To this end, we leverage post hoc explanation methods which output attribution scores (explanations) capturing the influence of each of the input features on model predictions. More specifically, we construct automated natural language rationales that embed insights from post hoc explanations to provide corrective signals to LLMs. Extensive experimentation with real-world datasets demonstrates that our framework, AMPLIFY, leads to prediction accuracy improvements of about 10-25% over a wide range of tasks, including those where prior approaches which rely on human-annotated rationales such as Chain-of-Thought prompting fall short. Our work makes one of the first attempts at highlighting the potential of post hoc explanations as valuable tools for enhancing the effectiveness of LLMs. Furthermore, we conduct additional empirical analyses and ablation studies to demonstrate the impact of each of the components of AMPLIFY, which, in turn, leads to critical insights for refining in-context learning.

📄 PDF Abstract BibTeX arXiv:2305.11426

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context Learning

Methods 이 논문이 사용한 방법론

HOC 설명 없음

Similar Papers 제목 키워드 기반

The Unreliability of Explanations in Few-shot Prompting for Textual Reasoning

2022-05-06 · Xi Ye, Greg Durrett

Does prompting a large language model (LLM) like GPT-3 with explanations improve in-context learning? We study this question on two NLP tasks that involve reasoning over text, namely question answering and natural langua…

In-Context LearningLanguage ModellingLarge Language ModelNatural Language Inference+1

Counterfactual Explanations for Natural Language Interfaces

2022-04-27 · ACL 2022 5 · George Tolkachev, Stephen Mell, Steve Zdancewic, Osbert Bastani

A key challenge facing natural language interfaces is enabling users to understand the capabilities of the underlying system. We propose a novel approach for generating explanations of a natural language interface based …

counterfactualSemantic Parsing

Harnessing LLMs Explanations to Boost Surrogate Models in Tabular Data Classification

2025-05-09 · Ruxue Shi, Hengrui Gu, Xu Shen, Xin Wang

Large Language Models (LLMs) have shown remarkable ability in solving complex tasks, making them a promising tool for enhancing tabular learning. However, existing LLM-based methods suffer from high resource requirements…

Explanation GenerationIn-Context Learning

Do Vision & Language Decoders use Images and Text equally? How Self-consistent are their Explanations?

2024-04-29 · Letitia Parcalabescu, Anette Frank

Vision and language model (VLM) decoders are currently the best-performing architectures on multimodal tasks. Next to answers, they are able to produce natural language explanations, either in post-hoc or CoT settings. H…

Answer GenerationBenchmarkingExplanation GenerationLanguage Modelling

The Effect of Model Size on LLM Post-hoc Explainability via LIME

2024-05-08 · Henning Heyen, Amy Widdicombe, Noah Y. Siegel, Maria Perez-Ortiz 외

Large language models (LLMs) are becoming bigger to boost performance. However, little is known about how explainability is affected by this trend. This work explores LIME explanations for DeBERTaV3 models of four differ…

Natural Language Inferencezero-shot-classificationZero-Shot Learning