4 Ways to Address Gender Bias in AI

Any examination of bias in AI needs to recognize the fact that these biases mainly stem from humans’ inherent biases. The models and systems we create and train are a reflection of ourselves. So it’s no surprise to find that AI is learning gender bias from humans. For instance, natural language processing (NLP), a critical ingredient of common AI systems like Amazon’s Alexa and Apple’s Siri, among others, has been found to show gender biases – and this is not a standalone incident. There have been several high profile cases of gender bias, including computer vision systems for gender recognition that reported higher error rates for recognizing women, specifically those with darker skin tones. In order to produce technology that is more fair, there must be a concerted effort from researchers and machine learning teams across the industry to correct this imbalance. We have an obligation to create technology that is effective and fair for everyone.
Any examination of bias in AI needs to recognize the fact that these biases mainly stem from humans’ inherent biases. The models and systems we create and train are a reflection of ourselves.
So it’s no surprise to find that AI is learning gender bias from humans. For instance, natural language processing (NLP), a critical ingredient of common AI systems like Amazon’s Alexa and Apple’s Siri, among others, has been found to show gender biases – and this is not a standalone incident. There have been several high profile cases of gender bias, including computer vision systems for gender recognition that reported higher error rates for recognizing women, specifically those with darker skin tones. In order to produce technology that is more fair, there must be a concerted effort from researchers and machine learning teams across the industry to correct this imbalance. Fortunately, we are starting to see new work that looks at exactly how that can be accomplished.
Of particular note is the bias research being carried out with respect to word-embeddings, which is when words are converted to numerical representations, which are then used as inputs in natural language processing models. Word-embeddings represent words as a sequence, or a vector of numbers. If two words have similar meanings, their associated embeddings will be close to each other — in a mathematical sense. The embeddings encode this information by assessing the context in which a word occurs.


