Goto

Collaborating Authors

 gender pair


Why Resume Ranking is a Bad Idea?

#artificialintelligence

"Recruiters take 6-seconds on average to read your resume." Though it may not be exactly true, it does manifest the challenge of effective evaluation of candidates. Amazon used a resume ranking system in 2014 to rank top candidates in order to automate the hiring process, until they found out that the engine did not like women. But by 2015, the company realized its new system was not rating candidates for software developer jobs and other technical posts in a gender-neutral way. To understand the problem, we'll cover the baseline of how the model works and dive deeper into what can go wrong and why.


Man is to Computer Programmer as Woman is to Homemaker? Debiasing Word Embeddings

Bolukbasi, Tolga, Chang, Kai-Wei, Zou, James, Saligrama, Venkatesh, Kalai, Adam

arXiv.org Machine Learning

The blind application of machine learning runs the risk of amplifying biases present in data. Such a danger is facing us with word embedding, a popular framework to represent text data as vectors which has been used in many machine learning and natural language processing tasks. We show that even word embeddings trained on Google News articles exhibit female/male gender stereotypes to a disturbing extent. This raises concerns because their widespread use, as we describe, often tends to amplify these biases. Geometrically, gender bias is first shown to be captured by a direction in the word embedding. Second, gender neutral words are shown to be linearly separable from gender definition words in the word embedding. Using these properties, we provide a methodology for modifying an embedding to remove gender stereotypes, such as the association between between the words receptionist and female, while maintaining desired associations such as between the words queen and female. We define metrics to quantify both direct and indirect gender biases in embeddings, and develop algorithms to "debias" the embedding. Using crowd-worker evaluation as well as standard benchmarks, we empirically demonstrate that our algorithms significantly reduce gender bias in embeddings while preserving the its useful properties such as the ability to cluster related concepts and to solve analogy tasks. The resulting embeddings can be used in applications without amplifying gender bias.