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

Add semantic search explainability #248

Closed
davidmezzetti opened this issue Mar 24, 2022 · 0 comments
Closed

Add semantic search explainability #248

davidmezzetti opened this issue Mar 24, 2022 · 0 comments
Assignees
Milestone

Comments

@davidmezzetti
Copy link
Member

There are a couple of great libraries for model explainability, SHAP and Transformers Interpret. These libraries primarily focus on explaining classification, question-answering, summarization and translation model outputs. There isn't an easy way to explain the output of embeddings models.

This issue will add explain methods to embeddings instances. The implementation will create n permutations for each input text element to determine term importance for query results.

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