Skip to content

We find which attributes matter the most for loan decisions using neural attention. NIPS 2019 workshop

Notifications You must be signed in to change notification settings

antonyalexos/Loan-Decision-Explanation-Neural-Attention

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the implementation of the paper "Which attributes matter the most for loan origination? A neural attention approach". The paper was published in the Robust AI for Financial Services workshop in NeurIPS 2019. You can find the paper here.

The data were from Home Mortgage Disclosure Act(HMDA), which you can find here. More specificallly we chose the "HDMA Washington State Home Loans, 2016".

Also you can read on the paper, that I made some simple preprocessing on the data, which are not included in this repository.

Overview of the files

  • main_code.ipynb: this is the main code with the Encoder Decoder with neural attention model.
  • simple_nn.ipynb: this is the file that has the implementation of a simple NN with the data.
  • basic_ml_methods: in this file you can find simple implenetations of some basic ML methods that we used for comparison

Abstract

In this paper we address the problem that we get an understanding of why a deep learning model decides that an individual is eligible for a loan or not. Here we propose a novel approach for inferring, which attributes matter the most for making a decision in each specific individual case. Specifically we leverage concepts from neural attention to devise a novel feature wise attention mechanism. As we show, using real world datasets, our approach offers unique insights into the important of various features. At the same time, we observe that our novel mechanism, generates decisions which are much closer to the decision generated human experts, compared to the existent competitors.

About

We find which attributes matter the most for loan decisions using neural attention. NIPS 2019 workshop

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages