paper-with-me

홈 › Papers

NN2Rules: Extracting Rule List from Neural Networks

2022-07-04 · G Roshan Lal, Varun Mithal

We present an algorithm, NN2Rules, to convert a trained neural network into a rule list. Rule lists are more interpretable since they align better with the way humans make decisions. NN2Rules is a decompositional approach to rule extraction, i.e., it extracts a set of decision rules from the parameters of the trained neural network model. We show that the decision rules extracted have the same prediction as the neural network on any input presented to it, and hence the same accuracy. A key contribution of NN2Rules is that it allows hidden neuron behavior to be either soft-binary (eg. sigmoid activation) or rectified linear (ReLU) as opposed to existing decompositional approaches that were developed with the assumption of soft-binary activation.

📄 PDF Abstract BibTeX arXiv:2207.12271

Code (1)

groshanlal/nn2rules 공식 구현

Tasks

Decision MakingExplainable artificial intelligenceExplanation Generation

Similar Papers 제목 키워드 기반

Extracting Rules from Neural Networks with Partial Interpretations

2022-04-01 · Cosimo Persia, Ana Ozaki

We investigate the problem of extracting rules, expressed in Horn logic, from neural network models. Our work is based on the exact learning model, in which a learner interacts with a teacher (the neural network model) v…

Mining relevant interval rules

2017-09-11 · Thomas Guyet, René Quiniou, Véronique Masson

This article extends the method of Garriga et al. for mining relevant rules to numerical attributes by extracting interval-based pattern rules. We propose an algorithm that extracts such rules from numerical datasets usi…

RRULES: An improvement of the RULES rule-based classifier

2021-06-14 · Rafel Palliser-Sans

RRULES is presented as an improvement and optimization over RULES, a simple inductive learning algorithm for extracting IF-THEN rules from a set of training examples. RRULES optimizes the algorithm by implementing a more…

Inductive Learning

Proof-Based Synthesis of Sorting Algorithms Using Multisets in Theorema

2019-09-04 · Isabela Drămnesc, Tudor Jebelean

Using multisets, we develop novel techniques for mechanizing the proofs of the synthesis conjectures for list-sorting algorithms, and we demonstrate them in the Theorema system. We use the classical principle of extracti…

When is Wall a Pared and when a Muro?: Extracting Rules Governing Lexical Selection

2021-11-01 · EMNLP 2021 11 · Aditi Chaudhary, Kayo Yin, Antonios Anastasopoulos, Graham Neubig

Learning fine-grained distinctions between vocabulary items is a key challenge in learning a new language. For example, the noun “wall” has different lexical manifestations in Spanish – “pared” refers to an indoor wall w…