paper-with-me

Papers

Towards Consistent Natural-Language Explanations via Explanation-Consistency Finetuning

2024-01-25 · Yanda Chen, Chandan Singh, Xiaodong Liu, Simiao Zuo, Bin Yu, He He, Jianfeng Gao

Large language models (LLMs) often generate convincing, fluent explanations. However, different from humans, they often generate inconsistent explanations on different inputs. For example, an LLM may generate the explanation "all birds can fly" when answering the question "Can sparrows fly?" but meanwhile answer "no" to the related question "Can penguins fly?". Explanations should be consistent across related examples so that they allow a human to simulate the LLM's decision process on multiple examples. We propose explanation-consistency finetuning (EC-finetuning), a method that adapts LLMs to generate more consistent natural-language explanations on related examples. EC-finetuning involves finetuning LLMs on synthetic data that is carefully constructed to contain consistent explanations. Across a variety of question-answering datasets in various domains, EC-finetuning yields a 10.0% relative explanation consistency improvement on four finetuning datasets, and generalizes to seven out-of-distribution datasets not seen during finetuning (+4.5% relative). Code is available at https://github.com/yandachen/explanation-consistency-finetuning .

📄 PDF Abstract BibTeX arXiv:2401.13986

Code (1)

yandachen/explanation-consistency-finetuning 공식 구현 pytorch

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Towards Large Language Models with Self-Consistent Natural Language Explanations

2025-06-09 · Sahar Admoni, Ofra Amir, Assaf Hallak, Yftah Ziser

Large language models (LLMs) seem to offer an easy path to interpretability: just ask them to explain their decisions. Yet, studies show that these post-hoc explanations often misrepresent the true decision process, as r…

Feature Importance

Neural models for Factual Inconsistency Classification with Explanations

2023-06-15 · Tathagata Raha, Mukund Choudhary, Abhinav Menon, Harshit Gupta 외

Factual consistency is one of the most important requirements when editing high quality documents. It is extremely important for automatic text generation systems like summarization, question answering, dialog modeling, …

8kClassificationLanguage ModelingLanguage Modelling+4

Make Up Your Mind! Adversarial Generation of Inconsistent Natural Language Explanations

2019-10-07 · ACL 2020 6 · Oana-Maria Camburu, Brendan Shillingford, Pasquale Minervini, Thomas Lukasiewicz 외

To increase trust in artificial intelligence systems, a promising research direction consists of designing neural models capable of generating natural language explanations for their predictions. In this work, we show th…

Decision MakingNatural Language Inference

Towards More Faithful Natural Language Explanation Using Multi-Level Contrastive Learning in VQA

2023-12-21 · Chengen Lai, Shengli Song, Shiqi Meng, Jingyang Li 외

Natural language explanation in visual question answer (VQA-NLE) aims to explain the decision-making process of models by generating natural language sentences to increase users' trust in the black-box systems. Existing …

Contrastive LearningcounterfactualCounterfactual ExplanationDecision Making+1

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