brainsteam.co.uk/brainsteam/content/posts/2021-01-02-nlp-model-rationale/index.md

1.4 KiB

title author type draft resources date url description categories tags
Explain Yourself! Self-Rationalizing NLP Models James post true
name src
feature images/feature.jpg
2021-01-02T16:47:02+00:00 /2021/01/02/rationalizing-nlp-classifications/ We examine a recent technique for enabling existing NLP models to provide human-readable rationales of why they made a decision.
PhD
Academia
Open Source
machine-learning
python
ai
nlp
spacy

The ability to understand and rationalise about automated decisions is becoming particularly important as more and more businesses adopt AI into their core processes. Particularly in light of legislation like GDPR requiring subjects of automated decisions to be given the right to an explanation as to why that decision was made. There have been a number of breakthroughs in explainable models in the last few years as academic teams in the machine learning space focus their attention on the why and the how.

Significant breakthroughs in model explainability were seen in the likes of LIME and SHAP where local surrogate models, which are explainable but only for the small number of data samples under observation, are used to approximate the importance/contribution of features to a particular decision.