paper-with-me

홈 › Papers

Distilling neural networks into skipgram-level decision lists

2020-05-14 · Madhumita Sushil, Simon Šuster, Walter Daelemans

Several previous studies on explanation for recurrent neural networks focus on approaches that find the most important input segments for a network as its explanations. In that case, the manner in which these input segments combine with each other to form an explanatory pattern remains unknown. To overcome this, some previous work tries to find patterns (called rules) in the data that explain neural outputs. However, their explanations are often insensitive to model parameters, which limits the scalability of text explanations. To overcome these limitations, we propose a pipeline to explain RNNs by means of decision lists (also called rules) over skipgrams. For evaluation of explanations, we create a synthetic sepsis-identification dataset, as well as apply our technique on additional clinical and sentiment analysis datasets. We find that our technique persistently achieves high explanation fidelity and qualitatively interpretable rules.

📄 PDF Abstract BibTeX arXiv:2005.07111

Code (2)

MS-Mind/MS-Code-01/tree/main/skipgram mindspore
clips/rnn_expl_rules pytorch

Tasks

Sentiment Analysis

Similar Papers 제목 키워드 기반

Contextual explanation rules for neural clinical classifiers

2021-06-01 · NAACL (BioNLP) 2021 6 · Madhumita Sushil, Simon Suster, Walter Daelemans

Several previous studies on explanation for recurrent neural networks focus on approaches that find the most important input segments for a network as its explanations. In that case, the manner in which these input segme…

Sentiment Analysis

Non-Linear Relational Information Probing in Word Embeddings

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Pre-trained word embeddings such as SkipGram and GloVe are known to contain a myriad of useful information about words. In this work, we use multilayer perceptrons (MLP) to probe the relational information contained in t…

RelationWord Embeddings

Spoken Word2Vec: Learning Skipgram Embeddings from Speech

2023-11-15 · Mohammad Amaan Sayeed, Hanan Aldarmaki

Text word embeddings that encode distributional semantics work by modeling contextual similarities of frequently occurring words. Acoustic word embeddings, on the other hand, typically encode low-level phonetic similarit…

ClusteringWord Embeddings

A Rectification-Based Approach for Distilling Boosted Trees into Decision Trees

2025-10-21 · Gilles Audemard, Sylvie Coste-Marquis, Pierre Marquis, Mehdi Sabiri 외 arxiv

We present a new approach for distilling boosted trees into decision trees, in the objective of generating an ML model offering an acceptable compromise in terms of predictive performance and interpretability. We explain…

Optimal Decision Lists using SAT

2020-10-19 · Jinqiang Yu, Alexey Ignatiev, Pierre Le Bodic, Peter J. Stuckey

Decision lists are one of the most easily explainable machine learning models. Given the renewed emphasis on explainable machine learning decisions, this machine learning model is increasingly attractive, combining small…

BIG-bench Machine Learning