CLLGDec 21, 2022

Analyzing Semantic Faithfulness of Language Models via Input Intervention on Question Answering

arXiv:2212.10696v251 citationsh-index: 29
Originality Incremental advance
AI Analysis

This addresses the reliability of language models for NLP applications by exposing semantic unfaithfulness, though it is incremental in proposing a training fix that only partially mitigates the issue.

The paper tackles the problem of assessing semantic faithfulness in transformer language models by introducing deletion and negation interventions in question answering, revealing significant failures (~50% for deletion, ~20% accuracy drop for negation) despite high standard performance, and proposes an intervention-based training that reduces deletion issues from ~50% to ~6%.

Transformer-based language models have been shown to be highly effective for several NLP tasks. In this paper, we consider three transformer models, BERT, RoBERTa, and XLNet, in both small and large versions, and investigate how faithful their representations are with respect to the semantic content of texts. We formalize a notion of semantic faithfulness, in which the semantic content of a text should causally figure in a model's inferences in question answering. We then test this notion by observing a model's behavior on answering questions about a story after performing two novel semantic interventions: deletion intervention and negation intervention. While transformer models achieve high performance on standard question answering tasks, we show that they fail to be semantically faithful once we perform these interventions for a significant number of cases (~50% for deletion intervention, and ~20% drop in accuracy for negation intervention). We then propose an intervention-based training regime that can mitigate the undesirable effects for deletion intervention by a significant margin (from ~ 50% to ~6%). We analyze the inner-workings of the models to better understand the effectiveness of intervention-based training for deletion intervention. But we show that this training does not attenuate other aspects of semantic unfaithfulness such as the models' inability to deal with negation intervention or to capture the predicate-argument structure of texts. We also test InstructGPT, via prompting, for its ability to handle the two interventions and to capture predicate-argument structure. While InstructGPT models do achieve very high performance on predicate-argument structure task, they fail to respond adequately to our deletion and negation interventions.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes