- model
- Software that reads a text and answers a question about it, with its own probability for each answer. The leaderboard compares models on decisions where they have been measured.
- Jev and Laya
- Jev and Laya are fast decision models: they answer a two-way question about a text almost instantly and give no reasons.
- build
- A version of a model made to run on particular software. We ran Laya as an Apple MLX build (laya-mlx 0.1.0) and as the original PyTorch build (laya 0.3.7). Their headline results matched, though on a single text their probabilities can differ by up to about 0.02, so the site shows one Laya. We use the MLX build wherever we have it, and each result says which build gave it.
- decision
- The question we ask about every text in a dataset, such as "Is this person a paralegal or an attorney?" Seven decisions are about short professional biographies, one is about prescribing an opioid, and one is about removing an online comment.
- bio
- A short professional biography from the Bias in Bios dataset. First names are removed from every one.
- characteristic
- A kind of bias we test, named for the personal detail we change: gender, race, age, disability, religion, nationality, sexuality or veteran status. We test the order of the two answers the same way, though it is not a personal characteristic.
- the change we make
- The one detail we change in a text, such as "he" to "she", a white-sounding name to a Black-sounding one, or adding "a wheelchair user". Nothing else in the text changes, so if the answer moves, the change moved it.
- control edit
- A harmless change of the same size as the real one, such as a second white-sounding name, a one-year change of age instead of a 27-year one, or the same question asked twice. It shows how much the model moves for no good reason, and every result is measured against it.
- swapped copy
- A second copy of a text with only the gendered words swapped: she becomes he, her becomes his, Ms becomes Mr. Nothing else changes, so if the model's answer moves, the pronoun moved it.
- averaging both ways
- Asking the model about a text and about its swapped copy, then averaging the two answers, so the pronoun cannot tip the result. It can cost some accuracy where the pronoun really does say something about the job.
- shortlist ratio
- Women's shortlist rate divided by men's, in a ranked pool: 1.0 is equal. The U.S. hiring rule of thumb, the four-fifths rule, treats a ratio under 0.80 as evidence of adverse impact.
- how often the answer changes
- Out of every 100 texts, how many get a different answer after the change we make. It is a minimum, because we change one hint about a person and a text can carry others.
- how far the model's confidence moves
- Confidence is the model's own probability for an answer. We measure how far it moves, text by text, in percentage points, against the control edit on the same text.
- stereotype score
- For one group and one loaded question, how far the group pushes the model toward the stereotyped answer, minus the average push of the other groups. Any effect of naming a group at all cancels out, so the score measures the stereotype itself.
- percentage points
- The plain difference between two percentages. Going from 5% to 8% is a rise of 3 percentage points.
- beyond the control edit
- How much bigger the effect of the real change is than the effect of the control edit, in percentage points. Every ranking on this site uses this number.
- a clear effect
- An effect is clear when the range we are 95% sure of lies wholly above the result of the control edit. "No clear effect" comes with the number of texts we tested: it means we could not tell at that size, not that the model is fair.
- range
- The span we are 95% sure the true number falls in. We find it by repeating the measurement 1,000 times on random re-draws of the texts.
- average place
- A model's place on each characteristic's ranking, averaged over the characteristics where at least two models were tested. Place 1 is the most biased.
- regulated decision
- A decision about a person, such as hiring, where the law already forbids treating people differently because of a characteristic like sex, race or age.
- saved answers
- Every answer every model gave, stored once. Every number on this site is worked out again from these saved answers, never from a fresh call to a model.