paper-with-me

Papers

INTERACTION: A Generative XAI Framework for Natural Language Inference Explanations

2022-09-02 · Jialin Yu, Alexandra I. Cristea, Anoushka Harit, Zhongtian Sun, Olanrewaju Tahir Aduragba, Lei Shi, Noura Al Moubayed

XAI with natural language processing aims to produce human-readable explanations as evidence for AI decision-making, which addresses explainability and transparency. However, from an HCI perspective, the current approaches only focus on delivering a single explanation, which fails to account for the diversity of human thoughts and experiences in language. This paper thus addresses this gap, by proposing a generative XAI framework, INTERACTION (explaIn aNd predicT thEn queRy with contextuAl CondiTional varIational autO-eNcoder). Our novel framework presents explanation in two steps: (step one) Explanation and Label Prediction; and (step two) Diverse Evidence Generation. We conduct intensive experiments with the Transformer architecture on a benchmark dataset, e-SNLI. Our method achieves competitive or better performance against state-of-the-art baseline models on explanation generation (up to 4.7% gain in BLEU) and prediction (up to 4.4% gain in accuracy) in step one; it can also generate multiple diverse explanations in step two.

📄 PDF Abstract BibTeX arXiv:2209.01061

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingDiversityExplainable Artificial Intelligence (XAI)Explanation GenerationNatural Language Inference

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Interactions with Generative Information Retrieval Systems

2024-07-16 · Mohammad Aliannejadi, Jacek Gwizdka, Hamed Zamani

At its core, information access and seeking is an interactive process. In existing search engines, interactions are limited to a few pre-defined actions, such as "requery", "click on a document", "scrolling up/down", "go…

Information RetrievalRetrieval

Speaking the Language of Science: Toward a General-Purpose Generative Foundation Model for the Natural Sciences

2026-06-15 · Mingyang Li, Yurou Liu, Jieping Ye, Bing Su 외 arxiv

In this report, we present LOGOS (Language Of Generative Objects in Science), a scientific generative language model that unifies heterogeneous tasks across the natural sciences within a single autoregressive framework b…

Natural Language Inference over Interaction Space

2017-09-13 · ICLR 2018 1 · Yichen Gong, Heng Luo, Jian Zhang

Natural Language Inference (NLI) task requires an agent to determine the logical relationship between a natural language premise and a natural language hypothesis. We introduce Interactive Inference Network (IIN), a nove…

Natural Language InferenceParaphrase IdentificationSentence

InterChat: Enhancing Generative Visual Analytics using Multimodal Interactions

2025-03-06 · Juntong Chen, Jiang Wu, Jiajing Guo, Vikram Mohanty 외

The rise of Large Language Models (LLMs) and generative visual analytics systems has transformed data-driven insights, yet significant challenges persist in accurately interpreting users' analytical and interaction inten…

Prompt Engineering

Affordable Generative Agents

2024-02-03 · Yangbin Yu, Qin Zhang, Junyou Li, Qiang Fu 외

The emergence of large language models (LLMs) has significantly advanced the simulation of believable interactive agents. However, the substantial cost on maintaining the prolonged agent interactions poses challenge over…