English

Mathematical Framework for Custom Reward Functions in Job Application Evaluation using Reinforcement Learning

Machine Learning 2026-01-21 v2 Artificial Intelligence Multiagent Systems

Abstract

Most of the traditional Applicant Tracking Systems (ATS) depend on strict matching using keywords, where candidates that are highly qualified are many times disqualified because of minor semantic differences. In this article, the two-stage process of developing a more comprehensive resume assessment system based on a small language model that is trained with fewer than 600M parameters is introduced and fine-tuned by using GRPO with a uniquely designed reward function. The initial stage is Supervised Fine-Tuning (SFT), which is used to create a strong base model with the ability to perceive resumes beyond superficial overlap of keywords. This SFT model is further optimized in the second step with Reinforcement Learning (RL) via GRPO with the help of multi-component-based rewarding, which will not be considered as a commission of tokens matching. In the initial RL experiments, we found a severe difficulty in the shape of reward hacking: overly aggressive penalty terms resulted in unstable training dynamics and prohibitively negative model behavior. This was solved by trial-and-error refinement of the reward and careful training hyperparameter tuning, which led to a stable and controlled process of gentle polishing. The GRPO-refined model shows high real-life performance, as it shows an accuracy of 91% on unseen data used for testing. It has a high recall of 0.85 on the SELECTED class with a perfect precision of 1.0, which highlights its high reliability for identifying qualified applicants. These findings demonstrate that an appropriately structured two-step fine-tuning pipeline can effectively be used to transfer a small language model into human-like candidate evaluation, surpassing the shortcomings of both traditional ATS systems and unrefined uses of reinforcement learning.

Keywords

Cite

@article{arxiv.2511.16073,
  title  = {Mathematical Framework for Custom Reward Functions in Job Application Evaluation using Reinforcement Learning},
  author = {Shreyansh Jain and Madhav Singhvi and Shreya Rahul Jain and Pranav S and Dishaa Lokesh and Naren Chittibabu and Akash Anandhan},
  journal= {arXiv preprint arXiv:2511.16073},
  year   = {2026}
}

Comments

13 pages, 4 figures, 2 equations, 3 Tables

R2 v1 2026-07-01T07:46:40.112Z