Neural Pseudo-Label Optimism for the Bank Loan Problem
Aldo Pacchiano, Shaun Singh, Edward Chou, Alexander C. Berg, Jakob, Foerster

TL;DR
This paper introduces Pseudo-Label Optimism (PLOT), a simple deep learning method for the bank loan problem that mitigates self-fulfilling model issues by adding optimistic labels, achieving competitive results with theoretical regret guarantees.
Contribution
The paper proposes PLOT, a novel deep neural network approach that incorporates optimistic labeling to address self-fulfilling biases in decision-making problems like bank loans.
Findings
PLOT performs competitively on three benchmark problems.
It requires minimal hyperparameter tuning.
It guarantees logarithmic regret under certain conditions.
Abstract
We study a class of classification problems best exemplified by the \emph{bank loan} problem, where a lender decides whether or not to issue a loan. The lender only observes whether a customer will repay a loan if the loan is issued to begin with, and thus modeled decisions affect what data is available to the lender for future decisions. As a result, it is possible for the lender's algorithm to ``get stuck'' with a self-fulfilling model. This model never corrects its false negatives, since it never sees the true label for rejected data, thus accumulating infinite regret. In the case of linear models, this issue can be addressed by adding optimism directly into the model predictions. However, there are few methods that extend to the function approximation case using Deep Neural Networks. We present Pseudo-Label Optimism (PLOT), a conceptually and computationally simple method for this…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsNeural Networks and Applications
