TL;DR
Deep language models (DLMs) often operate as black boxes, making it difficult to understand their decision-making processes. A new method was developed to explain DLM predictions by selecting informative subsets of input words, using an optimization approach that is efficient and interpretable.
✦ Why It Matters
Engineers can implement this method to enhance the interpretability of their DLM applications in sensitive domains.
Key Takeaways
How It Works
The method formulates the explanation process as an amortized optimization problem, allowing for efficient one-shot inference. It uses REINFORCE-style policy gradients to select discrete words without requiring gradient information from the black-box model.
By incorporating graph-structured knowledge, the selected word subsets are linguistically coherent, enhancing the interpretability of the explanations.
Related