BYEas

Score Summary What is the deal with these scores? About Our Team Writing Assignments Demo

Whats the deal with these scores?

Get to know BYEas and where the scores we compute come from!

What is BYEas?

A lightweight web plugin to detect biases in articles through presenting a bias score and highlighting a sentence that has the highest score.

Why use BYEas?

Diversity begins with the material that we are exposed to! Studies have shown that people who are exposed to biased content may be subconsciously internalizing these biases. Whether it is a female not applying to a job in engineering or a male feeling like the woman belongs in the home, these biases are holding us back from making progress with reducing these biases. In the current day, we have the opportunity to harness the power of machine learning to better ourselves.

How does BYEas work?

The user downloads the plugin from the chrome store, they browse the web for a relevant article. After the article has been selected, the user has the option to open the BYEas web extension and click “Compute Bias Score.” This will bring the user to a dashboard with explanation of the bias scores, the scores and a visualization of the data gathered.

The Bias Detection Algorithm

The bias detection algorithm is built off of the GloVe word embeddings developed by Stanford University. GloVe is an unsupervised learning algorithm that obtains vector representations for each word based on a common crawl of the internet. These word embeddings are especially interesting because the distances between the words relate to their similarities, these word embeddings even allow us to do computations with words. Given the ability to do computations with words from the GloVe word embeddings, we are able to create an algorithm that compares the text in an article to words that have been found to be related to the biases that we are testing. The words that we use to determine bias come from the Implicit Association Test. We use cosine similarity to determine how similar words are and then effect length to determine the effect of the of the similarity.

Interpreting the Scores

The scores with higher values out of one hundred are a more significant difference. The scores with the lower values out of one hundred have a less significant difference. For example, if the score for math and female if 90% this means that they are very different with respect to the article in questions. If examining the same pair of biases and the score if 5%, this means that they are fairly similar with respect to the article being examined.

Looking for more information? Checkout these resources!

The paper on using the Implicit Association Test with word embeddings. https://arxiv.org/abs/1608.07187 Stanford GloVe Algorithm. https://nlp.stanford.edu/projects/glove/