Within the Search & Match solution, Affinda has designed an advanced algorithm that will return the most relevant results based on the search criteria provided, but that also provides flexibility and transparency to users.  Each category is given a score based on the match, and these scores are then combined with user-set category weights to give an overall indication of the match that is used to rank candidates or job suitability. 

Scoring

Our search algorithm outputs raw scores for each field in a non-normalised way, and they can be arbitrarily large depending on the type of the field. In order to make these scores usable, we need to normalize these scores to give a percentage score that is easily understood and comparable. To do so, we calculate the maximum possible score for each category by taking the sum of each field’s highest score and using that as the reference when calculating the % overall score for each resume.

Inverse Document Frequency

To determine the match for each category, Affinda’s search algorithm considers the relative frequency that a search term appears within resumes or job descriptions. This means that the category scores will consider how rare a match for this criterion is across the wider pool of candidates and, as such, associate higher relevance or importance to this particular criterion. The result of this is that very common and often generic skills or other criteria (such as management, leadership, and communication) will have a much lower impact on the overall category score compared to more specialised things very relevant to the job or industry. See below for some worked examples in action.

Worked examples