CLDec 4, 2023

Explaining with Contrastive Phrasal Highlighting: A Case Study in Assisting Humans to Detect Translation Differences

arXiv:2312.01582v1135 citationsh-index: 36Has CodeEMNLP
Originality Incremental advance
AI Analysis

This work addresses the need for better explainability in NLP for tasks involving text comparison, such as translation error detection, though it is incremental in advancing existing saliency methods.

The paper tackled the problem of explaining predictions in NLP models that compare two texts by introducing a contrastive highlighting technique, which improved alignment with human rationales for semantic differences and helped people detect meaning differences in translations.

Explainable NLP techniques primarily explain by answering "Which tokens in the input are responsible for this prediction?''. We argue that for NLP models that make predictions by comparing two input texts, it is more useful to explain by answering "What differences between the two inputs explain this prediction?''. We introduce a technique to generate contrastive highlights that explain the predictions of a semantic divergence model via phrase-alignment-guided erasure. We show that the resulting highlights match human rationales of cross-lingual semantic differences better than popular post-hoc saliency techniques and that they successfully help people detect fine-grained meaning differences in human translations and critical machine translation errors.

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