Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Explanations: Better explanation visualization, more Explanation methods #35

Open
7 tasks
victordibia opened this issue Jul 20, 2020 · 0 comments
Open
7 tasks

Comments

@victordibia
Copy link
Owner

victordibia commented Jul 20, 2020

Improved Explanation Visualization

Currently, we use a simple color density approach to visualize importance. Early feedback suggests this is helpful for the user immediately see the most important words/tokens, but does not offer quantities or further interaction (e.g. top n). Can we make this better or provide better alternatives?

  • convert explanations to a single modal view: switcher between visualization ntypes
  • bar + density visualization for easier comparisons similar to what was done here?
  • Top n important words: show only highlights for the top x most important words?

More Explanation Methods

Currently, explanations are based on vanilla gradients. We might want to explore:

  • Integrated gradients - maybe explore
  • SmoothGrad -
  • GradCam maybe?

Useful Resources

@victordibia victordibia changed the title Add more Explanation methods Improve Explanations: Better explanation visualization, more Explanation methods Aug 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant