These models are trained to reproduce the GenRe paper
FROM SEARCH TO SAMPLING: GENERATIVE MODELS FOR ROBUST ALGORITHMIC RECOURSE
By Prateek Garg*, Lokesh Nagalapatti, Sunita Sarawagi
ICLR 2025
There is a random forest trained on adult-all to assign "gold labels",
an ann train on the gold-label dataset (adult-all whose labels are replaced with the output of the rf),
and the GenRe transformer model trained on the "data pairs".
Want to know what all the terms mean? Check out the paper!