Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Explainable-AI-Intent-classification

ATIS is Intent classification dataset in the well known in the field of NLU. This repository contains the implementation of Explainable AI techniques on models predicting intent using ATIS dataset. Explainable AI techniques explored here are LIME , Anchors and Integraded gradiants for classifiers RandomForest and simple 2 layer LSTM neural network.

Some examples for model explainations are

LSTM LIME

Lstm_lime

LSTM Integraded Gradient

Screenshot (21)

Link for the dataset is https://www.kaggle.com/datasets/hassanamin/atis-airlinetravelinformationsystem

For Explainable AI techniques refer to LIME :- https://arxiv.org/abs/1602.04938

Integraded gradiants :- https://arxiv.org/abs/1703.01365

Anchors :- https://homes.cs.washington.edu/~marcotcr/aaai18.pdf

About

Explainable AI techniques for deep neural networks and classifiers in intent classification

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages