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

Model interpretation modules #153

Open
hunterhector opened this issue Feb 4, 2021 · 0 comments
Open

Model interpretation modules #153

hunterhector opened this issue Feb 4, 2021 · 0 comments
Labels

Comments

@hunterhector
Copy link
Member

Is your feature request related to a problem? Please describe.
Now Stave can visualize NLP data results, such as annotation, link. Another type of valuable information to show to machine learning practitioners are the model insights (interpretability).

We can leverage toolkits for model interpretability, here is an example:
The paper: https://www.aclweb.org/anthology/2020.emnlp-demos.15.pdf
The code: https://github.com/pair-code/lit

According to this paper, the interpretable results are light-weight and stateless, so we can also pass them inside the DataPack.

Describe the solution you'd like
Here is a concrete plan of making this happen:

  1. Create a sub-ontology that setup the data types needed for interpretability.
  2. Run the interpreter models on the data packs (this workflow may start from a Stave click)
  3. Store the interpretation results in the data pack using the sub-ontology.
  4. Create a plugin that wraps around LIT for the visualization.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant