SlideShare a Scribd company logo
1 of 32
Download to read offline
Algorithmic Bias
What is it? Why should we care?
What can we do about it?
Ted Pedersen
Department of Computer Science / UMD
tpederse@d.umn.edu
@SeeTedTalk
http://umn.edu/home/tpederse
1
Me?
Computer Science Professor at UMD since 1999
Research in Natural Language Processing since even before then
How can we determine what a word means in a given context?
Automatically, with a computer
Have used Machine Learning and other Data Driven techniques for many years
In the last decade these techniques have entered the real world
Important to think about impacts and consequences of that
2
Our Plan
What are Algorithms? What is Bias? What is Algorithmic Bias?
What are some examples of Algorithmic Bias?
Why should we care?
What can we do about it?
Interactive Workshop - Iā€™ll talk, and I hope you will too. At various points along the
way weā€™ll share some ideas and experiences.
3
What are Algorithms?
A series of steps that we follow to accomplish a task.
Computer programs are a specific way of describing an algorithm.
IF (MAJOR == ā€˜Computer Scienceā€™) AND (GPA > 3.00)
THEN PRINT job offer letter
ELSE DELETE application
4
What is Machine Learning / Artificial Intelligence
Machine Learning and AI are often used synonymously. We can think of them as a
special class of algorithms. These are often the source of algorithmic bias.
Machine Learning algorithms find patterns in data and use those to build
classifiers that make decisions on our behalf.
These classifiers can be simple sets of rules (IF THEN ELSE) or they might be
more complicated models where features are automatically assigned weights.
These algorithms are often very complex and very mathematical. Not easy to
understand what they are doing (even for experts).
5
What is Bias?
Whatever causes an unfair action or representation that often leads to harm.
Origins can be in prejudice, hate, or ignorance.
Real life is full of many examples.
But how does this relate to Algorithms?
Machine Learning is complex and mathematical, so isnā€™t it objective??
6
Machine Learning and Algorithmic Bias
IF (MAJOR == ā€˜Computer Scienceā€™) AND (GENDER == ā€˜Maleā€™) AND (GPA > 3.00)
THEN PRINT job offer letter
ELSE DELETE application
Unreasonable? Unfair? Harmful? Biased? Yes. But a Machine Learning system
could easily learn this rule from your hiring history if your company has only
employed male programmers.
7
What kind of data could lead Machine Learning to biased
conclusions?
1.
2.
3.
8
What is Algorithmic Bias?
Whatever causes an algorithm to produce unfair actions or representations.
The data that Machine Learning / AI rely on is often created by humans, or by
other algorithms!
Many many decisions along the way to developing a computer system where
humans and the data they create enter the process.
Biases that exist in a workplace, community, or culture can (easily) enter into the
process and be codified in programs and models.
Many examples ā€¦
9
Facial recognition systems that donā€™t ā€œseeā€ non-white faces
Joy Buolamwini / MIT
Twitter : @jovialjoy
How I'm Fighting Bias in Algorithms (TED talk) :
https://www.youtube.com/watch?v=UG_X_7g63rY
Gender Shades :
http://gendershades.org/
Nova :
https://www.pbs.org/wgbh/nova/article/ai-bias/
10
Risk assessment systems that overstate the odds of black
men being a flight risk or re-offending
Pro Publica investigation (focused on Broward County, Florida):
https://www.propublica.org/article/machine-bias-risk-assessments-in-criminal-sentencing
Wisconsin also has some history:
https://www.wisconsinwatch.org/2019/02/q-a-risk-assessments-explained/
11
Amazon Scraps Secret AI Recruiting Tool - Reuters story (Oct 2018) :
https://www.reuters.com/article/us-amazon-com-jobs-automation-insight/amazon-scraps-secret-ai-re
cruiting-tool-that-showed-bias-against-women-idUSKCN1MK08G
Hiring Algorithms are not Neutral - Harvard Business Review (Nov 2016) :
https://hbr.org/2016/12/hiring-algorithms-are-not-neutral
Resume screening systems that filter out women
12
Online advertising that systematically suggests that people
with ā€œblackā€ names are more likely to have criminal records
Latanya Sweeney / Harvard
http://latanyasweeney.org
CACM paper (April 2013):
https://queue.acm.org/detail.cfm?id=2460278
MIT Technology Review (Feb 2013):
https://www.technologyreview.com/s/510646/rac
ism-is-poisoning-online-ad-delivery-says-harvar
d-professor/
13
Search engines that rank hate speech, misinformation, and
pornography highly in response to neutral queries
Safiya Umoja Noble / USC Oxford U
Twitter : @safiyanoble
Algorithms of Oppression: How Search Engines
Reinforce Racism :
https://www.youtube.com/watch?v=Q7yFysTBpAo
14
What examples of Algorithmic Bias have you encountered?
1.
2.
3.
15
Where does Algorithmic Bias come from?
Machine Learning isnā€™t magic. There is a lot of human engineering that goes into
these systems.
1) Create or collect training data
2) Decide what features in the data are relevant and important
3) Decide what you want to predict or classify and what you conclude from that
Bias can be introduced at any (or all) of these points
16
How does Bias affect Training Data?
Historical Bias - data captures bias and unfairness that has existed in society
Marginalized communities are over-policed, so there is more data about
searches, arrests, that leads to predictions of more of the same
Women are not well represented in computing, so there is little data about
hiring, success, that leads to predictions to keep doing more of the same
What if we add more training data??
Adding more training data just gives you more historical bias.
17
How does Bias affect Training Data?
Representational Bias - sample in training data is skewed or not representative of
entire possible population
Facial recognition system is trained on photographs of faces. 80% of faces
are white, 75% of those are male.
Fake profile detector trained on name database made up of First Last names
(John Smith, Mary Jones). Other names more likely to be considered ā€œfakeā€.
If we are careful and add more representative data, this might help.
Can have high overall accuracy while doing poorly on smaller classes.
18
Features
What features do we decide to include in our data?
What information do we collect in surveys, applications, arrest reports, etc?
What information do we give to our Machine Learning algorithms?
We donā€™t collect information about race or gender!
Does that mean our system is free from racism or sexism?
19
What features could signal race (without stating it)?
1.
2.
3.
4.
20
What features could signal gender (without stating it)?
1.
2.
3.
4.
21
Proxies as Conclusions
We often want to predict outcomes that we canā€™t specifically measure. Proxies are
features that stand in for that outcome.
Will a student succeed in college?
What do we mean by success?
Finish first year, graduate, make Deanā€™s List, active in student clubs ???
What proxies can we use to predict ā€œsuccessā€?
???
22
What proxies might be used to evaluate job candidates?
1.
2.
3.
4.
23
What proxies might decide if a search result is ā€œgoodā€?
1.
2.
3.
4.
24
The Problem with Proxies
They often end up measuring something else, something that introduces bias
1. Socio-economic status
2. Race
3. Gender
4. Religion
5.
6.
7.
8.
9.
25
Why should we care?
Feedback loops
Algorithms are making decisions about us and for us, and those decisions
become data for the next round of learning algorithms. Biased decisions today
become the biased machine learning training data of tomorrow.
Machine Learning is great if you want the future to look like the past.
Two different kinds of harm (Kate Crawford & colleagues)
Resources are allocated based on algorithms
Representations are reinforced and amplified by algorithms.
26
What can we do about it? Say Something
UMD Climate
http://d.umn.edu/campus-climate
Algorithmic Justice League - report bias
https://www.ajlunited.org/fight#report-bias
Share it, Tweet it
Screen shots and other documentation very important
27
What we we do about it? Learn more
AI Now Institute
2018 Annual Report, includes 10 recommendations for AI
https://ainowinstitute.org/AI_Now_2018_Report.pdf
Algorithmic Accountability Policy toolkit
https://ainowinstitute.org/aap-toolkit.pdf
28
What can we do? Learn More
Kate Crawford / Microsoft Research, AI Now Institute
Twitter : @katecrawford
The Trouble with Bias :
https://www.youtube.com/watch?v=fMym_BKWQzk
There is a Blind Spot in AI Research :
https://www.nature.com/news/there-is-a-blind-spot-in-ai-research-1.20805
29
What can we do? Learn More
Virginia Eubanks / U of Albany
Twitter : @PopTechWorks
Automating Inequality: How High-Tech Tools
Profile, Police, and Punish the Poor :
https://www.youtube.com/watch?v=TmRV17kAumc
30
What can we do? Learn More
Cathy O'Neil
Twitter : @mathbabedotorg
Weapons of Math Destruction
https://www.youtube.com/watch?v=TQHs8SA1qpk
31
Conclusion
Algorithms are not objective
Can be used to codify and harden biases under the guise of technology
Machine Learning is great if you want the future to look like the past
We should expect transparency and accountability from Algorithms
Why did it make this decision?
What consequences exist when decisions are biased?
32

More Related Content

What's hot

Introduction to the ethics of machine learning
Introduction to the ethics of machine learningIntroduction to the ethics of machine learning
Introduction to the ethics of machine learningDaniel Wilson
Ā 
Fairness in Machine Learning and AI
Fairness in Machine Learning and AIFairness in Machine Learning and AI
Fairness in Machine Learning and AISeth Grimes
Ā 
Algorithmic Bias: Challenges and Opportunities for AI in Healthcare
Algorithmic Bias:  Challenges and Opportunities for AI in HealthcareAlgorithmic Bias:  Challenges and Opportunities for AI in Healthcare
Algorithmic Bias: Challenges and Opportunities for AI in HealthcareGregory Nelson
Ā 
Responsible AI
Responsible AIResponsible AI
Responsible AIData Con LA
Ā 
Responsible AI in Industry (ICML 2021 Tutorial)
Responsible AI in Industry (ICML 2021 Tutorial)Responsible AI in Industry (ICML 2021 Tutorial)
Responsible AI in Industry (ICML 2021 Tutorial)Krishnaram Kenthapadi
Ā 
Introduction to LLMs
Introduction to LLMsIntroduction to LLMs
Introduction to LLMsLoic Merckel
Ā 
Ethical Considerations in the Design of Artificial Intelligence
Ethical Considerations in the Design of Artificial IntelligenceEthical Considerations in the Design of Artificial Intelligence
Ethical Considerations in the Design of Artificial IntelligenceJohn C. Havens
Ā 
Technology for everyone - AI ethics and Bias
Technology for everyone - AI ethics and BiasTechnology for everyone - AI ethics and Bias
Technology for everyone - AI ethics and BiasMarion Mulder
Ā 
Fairness and Bias in Machine Learning
Fairness and Bias in Machine LearningFairness and Bias in Machine Learning
Fairness and Bias in Machine LearningSurya Dutta
Ā 
Generative AI and law.pptx
Generative AI and law.pptxGenerative AI and law.pptx
Generative AI and law.pptxChris Marsden
Ā 
What Leaders Need To KNOW & DO About Generative AI.pdf
What Leaders Need To KNOW & DO About Generative AI.pdfWhat Leaders Need To KNOW & DO About Generative AI.pdf
What Leaders Need To KNOW & DO About Generative AI.pdfSwitch On | Thrive Your Future
Ā 
Using the power of Generative AI at scale
Using the power of Generative AI at scaleUsing the power of Generative AI at scale
Using the power of Generative AI at scaleMaxim Salnikov
Ā 
Responsible AI
Responsible AIResponsible AI
Responsible AINeo4j
Ā 
Generative AI Risks & Concerns
Generative AI Risks & ConcernsGenerative AI Risks & Concerns
Generative AI Risks & ConcernsAjitesh Kumar
Ā 
AI overview
AI  overviewAI  overview
AI overviewNadia Gouda
Ā 
Responsible AI in Industry (Tutorials at AAAI 2021, FAccT 2021, and WWW 2021)
Responsible AI in Industry (Tutorials at AAAI 2021, FAccT 2021, and WWW 2021)Responsible AI in Industry (Tutorials at AAAI 2021, FAccT 2021, and WWW 2021)
Responsible AI in Industry (Tutorials at AAAI 2021, FAccT 2021, and WWW 2021)Krishnaram Kenthapadi
Ā 
ai-powered-marketing-and-sales-reach-new-heights-with-generative-ai.pdf
ai-powered-marketing-and-sales-reach-new-heights-with-generative-ai.pdfai-powered-marketing-and-sales-reach-new-heights-with-generative-ai.pdf
ai-powered-marketing-and-sales-reach-new-heights-with-generative-ai.pdfjason668539
Ā 

What's hot (20)

Introduction to the ethics of machine learning
Introduction to the ethics of machine learningIntroduction to the ethics of machine learning
Introduction to the ethics of machine learning
Ā 
Bias in AI
Bias in AIBias in AI
Bias in AI
Ā 
Fairness in Machine Learning and AI
Fairness in Machine Learning and AIFairness in Machine Learning and AI
Fairness in Machine Learning and AI
Ā 
Algorithmic Bias: Challenges and Opportunities for AI in Healthcare
Algorithmic Bias:  Challenges and Opportunities for AI in HealthcareAlgorithmic Bias:  Challenges and Opportunities for AI in Healthcare
Algorithmic Bias: Challenges and Opportunities for AI in Healthcare
Ā 
Responsible AI
Responsible AIResponsible AI
Responsible AI
Ā 
Responsible AI in Industry (ICML 2021 Tutorial)
Responsible AI in Industry (ICML 2021 Tutorial)Responsible AI in Industry (ICML 2021 Tutorial)
Responsible AI in Industry (ICML 2021 Tutorial)
Ā 
Introduction to LLMs
Introduction to LLMsIntroduction to LLMs
Introduction to LLMs
Ā 
Implementing Ethics in AI
Implementing Ethics in AIImplementing Ethics in AI
Implementing Ethics in AI
Ā 
Ethical Considerations in the Design of Artificial Intelligence
Ethical Considerations in the Design of Artificial IntelligenceEthical Considerations in the Design of Artificial Intelligence
Ethical Considerations in the Design of Artificial Intelligence
Ā 
Technology for everyone - AI ethics and Bias
Technology for everyone - AI ethics and BiasTechnology for everyone - AI ethics and Bias
Technology for everyone - AI ethics and Bias
Ā 
Fairness and Bias in Machine Learning
Fairness and Bias in Machine LearningFairness and Bias in Machine Learning
Fairness and Bias in Machine Learning
Ā 
Generative AI and law.pptx
Generative AI and law.pptxGenerative AI and law.pptx
Generative AI and law.pptx
Ā 
What Leaders Need To KNOW & DO About Generative AI.pdf
What Leaders Need To KNOW & DO About Generative AI.pdfWhat Leaders Need To KNOW & DO About Generative AI.pdf
What Leaders Need To KNOW & DO About Generative AI.pdf
Ā 
Using the power of Generative AI at scale
Using the power of Generative AI at scaleUsing the power of Generative AI at scale
Using the power of Generative AI at scale
Ā 
Responsible AI
Responsible AIResponsible AI
Responsible AI
Ā 
Generative AI Risks & Concerns
Generative AI Risks & ConcernsGenerative AI Risks & Concerns
Generative AI Risks & Concerns
Ā 
AI overview
AI  overviewAI  overview
AI overview
Ā 
Responsible AI in Industry (Tutorials at AAAI 2021, FAccT 2021, and WWW 2021)
Responsible AI in Industry (Tutorials at AAAI 2021, FAccT 2021, and WWW 2021)Responsible AI in Industry (Tutorials at AAAI 2021, FAccT 2021, and WWW 2021)
Responsible AI in Industry (Tutorials at AAAI 2021, FAccT 2021, and WWW 2021)
Ā 
Ethics and AI
Ethics and AIEthics and AI
Ethics and AI
Ā 
ai-powered-marketing-and-sales-reach-new-heights-with-generative-ai.pdf
ai-powered-marketing-and-sales-reach-new-heights-with-generative-ai.pdfai-powered-marketing-and-sales-reach-new-heights-with-generative-ai.pdf
ai-powered-marketing-and-sales-reach-new-heights-with-generative-ai.pdf
Ā 

Similar to Algorithmic Bias : What is it? Why should we care? What can we do about it?

Say "Hi!" to Your New Boss
Say "Hi!" to Your New BossSay "Hi!" to Your New Boss
Say "Hi!" to Your New BossAndreas Dewes
Ā 
Data Con LA 2022 - AI Ethics
Data Con LA 2022 - AI EthicsData Con LA 2022 - AI Ethics
Data Con LA 2022 - AI EthicsData Con LA
Ā 
Adversarial Attacks and Defense
Adversarial Attacks and DefenseAdversarial Attacks and Defense
Adversarial Attacks and DefenseKishor Datta Gupta
Ā 
Machine Learning: Addressing the Disillusionment to Bring Actual Business Ben...
Machine Learning: Addressing the Disillusionment to Bring Actual Business Ben...Machine Learning: Addressing the Disillusionment to Bring Actual Business Ben...
Machine Learning: Addressing the Disillusionment to Bring Actual Business Ben...Jon Mead
Ā 
AI Ethical Framework.pptx
AI Ethical Framework.pptxAI Ethical Framework.pptx
AI Ethical Framework.pptxDavid Atkinson
Ā 
The Ethics of AI
The Ethics of AIThe Ethics of AI
The Ethics of AIMark S. Steed
Ā 
IE_expressyourself_EssayH
IE_expressyourself_EssayHIE_expressyourself_EssayH
IE_expressyourself_EssayHjk6653284
Ā 
THE SOCIAL IMPACTS OF AI AND HOW TO MITIGATE ITS HARMS
THE SOCIAL IMPACTS OF AI AND HOW TO MITIGATE ITS HARMSTHE SOCIAL IMPACTS OF AI AND HOW TO MITIGATE ITS HARMS
THE SOCIAL IMPACTS OF AI AND HOW TO MITIGATE ITS HARMSTekRevol LLC
Ā 
AI/Data Analytics (AIDA): Key concepts, examples & risks
AI/Data Analytics (AIDA): Key concepts, examples & risksAI/Data Analytics (AIDA): Key concepts, examples & risks
AI/Data Analytics (AIDA): Key concepts, examples & risksSimon Buckingham Shum
Ā 
[REPORT PREVIEW] The Customer Experience of AI
[REPORT PREVIEW] The Customer Experience of AI[REPORT PREVIEW] The Customer Experience of AI
[REPORT PREVIEW] The Customer Experience of AIAltimeter, a Prophet Company
Ā 
Confronting the risks of artificial Intelligence
Confronting the risks of artificial IntelligenceConfronting the risks of artificial Intelligence
Confronting the risks of artificial IntelligenceMauricio Rivadeneira
Ā 
AI in Business: Opportunities & Challenges
AI in Business: Opportunities & ChallengesAI in Business: Opportunities & Challenges
AI in Business: Opportunities & ChallengesTathagat Varma
Ā 
1803.09010.pdf
1803.09010.pdf1803.09010.pdf
1803.09010.pdfjadenwu39
Ā 
Black Box Learning Analytics? Beyond Algorithmic Transparency
Black Box Learning Analytics? Beyond Algorithmic TransparencyBlack Box Learning Analytics? Beyond Algorithmic Transparency
Black Box Learning Analytics? Beyond Algorithmic TransparencySimon Buckingham Shum
Ā 
AAISI AI Colloquium 30/3/2021: Bias in AI systems
AAISI AI Colloquium 30/3/2021: Bias in AI systemsAAISI AI Colloquium 30/3/2021: Bias in AI systems
AAISI AI Colloquium 30/3/2021: Bias in AI systemsEirini Ntoutsi
Ā 
Big data primer - an introduction to data exploitation.
Big data primer - an introduction to data exploitation.Big data primer - an introduction to data exploitation.
Big data primer - an introduction to data exploitation.pedmunds
Ā 
3 Steps To Tackle The Problem Of Bias In Artificial Intelligence
3 Steps To Tackle The Problem Of Bias In Artificial Intelligence3 Steps To Tackle The Problem Of Bias In Artificial Intelligence
3 Steps To Tackle The Problem Of Bias In Artificial IntelligenceBernard Marr
Ā 
9 17-16 - when recommendation systems go bad - rec sys
9 17-16 - when recommendation systems go bad - rec sys9 17-16 - when recommendation systems go bad - rec sys
9 17-16 - when recommendation systems go bad - rec sysEvan Estola
Ā 

Similar to Algorithmic Bias : What is it? Why should we care? What can we do about it? (20)

Say "Hi!" to Your New Boss
Say "Hi!" to Your New BossSay "Hi!" to Your New Boss
Say "Hi!" to Your New Boss
Ā 
Data Con LA 2022 - AI Ethics
Data Con LA 2022 - AI EthicsData Con LA 2022 - AI Ethics
Data Con LA 2022 - AI Ethics
Ā 
Adversarial Attacks and Defense
Adversarial Attacks and DefenseAdversarial Attacks and Defense
Adversarial Attacks and Defense
Ā 
Machine Learning: Addressing the Disillusionment to Bring Actual Business Ben...
Machine Learning: Addressing the Disillusionment to Bring Actual Business Ben...Machine Learning: Addressing the Disillusionment to Bring Actual Business Ben...
Machine Learning: Addressing the Disillusionment to Bring Actual Business Ben...
Ā 
AI Ethical Framework.pptx
AI Ethical Framework.pptxAI Ethical Framework.pptx
AI Ethical Framework.pptx
Ā 
The Ethics of AI
The Ethics of AIThe Ethics of AI
The Ethics of AI
Ā 
IE_expressyourself_EssayH
IE_expressyourself_EssayHIE_expressyourself_EssayH
IE_expressyourself_EssayH
Ā 
THE SOCIAL IMPACTS OF AI AND HOW TO MITIGATE ITS HARMS
THE SOCIAL IMPACTS OF AI AND HOW TO MITIGATE ITS HARMSTHE SOCIAL IMPACTS OF AI AND HOW TO MITIGATE ITS HARMS
THE SOCIAL IMPACTS OF AI AND HOW TO MITIGATE ITS HARMS
Ā 
AI/Data Analytics (AIDA): Key concepts, examples & risks
AI/Data Analytics (AIDA): Key concepts, examples & risksAI/Data Analytics (AIDA): Key concepts, examples & risks
AI/Data Analytics (AIDA): Key concepts, examples & risks
Ā 
[REPORT PREVIEW] The Customer Experience of AI
[REPORT PREVIEW] The Customer Experience of AI[REPORT PREVIEW] The Customer Experience of AI
[REPORT PREVIEW] The Customer Experience of AI
Ā 
Confronting the risks of artificial Intelligence
Confronting the risks of artificial IntelligenceConfronting the risks of artificial Intelligence
Confronting the risks of artificial Intelligence
Ā 
AI in Business: Opportunities & Challenges
AI in Business: Opportunities & ChallengesAI in Business: Opportunities & Challenges
AI in Business: Opportunities & Challenges
Ā 
1803.09010.pdf
1803.09010.pdf1803.09010.pdf
1803.09010.pdf
Ā 
Artificial Intelligence (AI) and Bias.pptx
Artificial Intelligence (AI) and Bias.pptxArtificial Intelligence (AI) and Bias.pptx
Artificial Intelligence (AI) and Bias.pptx
Ā 
What is fair when it comes to AI bias?
What is fair when it comes to AI bias?What is fair when it comes to AI bias?
What is fair when it comes to AI bias?
Ā 
Black Box Learning Analytics? Beyond Algorithmic Transparency
Black Box Learning Analytics? Beyond Algorithmic TransparencyBlack Box Learning Analytics? Beyond Algorithmic Transparency
Black Box Learning Analytics? Beyond Algorithmic Transparency
Ā 
AAISI AI Colloquium 30/3/2021: Bias in AI systems
AAISI AI Colloquium 30/3/2021: Bias in AI systemsAAISI AI Colloquium 30/3/2021: Bias in AI systems
AAISI AI Colloquium 30/3/2021: Bias in AI systems
Ā 
Big data primer - an introduction to data exploitation.
Big data primer - an introduction to data exploitation.Big data primer - an introduction to data exploitation.
Big data primer - an introduction to data exploitation.
Ā 
3 Steps To Tackle The Problem Of Bias In Artificial Intelligence
3 Steps To Tackle The Problem Of Bias In Artificial Intelligence3 Steps To Tackle The Problem Of Bias In Artificial Intelligence
3 Steps To Tackle The Problem Of Bias In Artificial Intelligence
Ā 
9 17-16 - when recommendation systems go bad - rec sys
9 17-16 - when recommendation systems go bad - rec sys9 17-16 - when recommendation systems go bad - rec sys
9 17-16 - when recommendation systems go bad - rec sys
Ā 

More from University of Minnesota, Duluth

Muslims in Machine Learning workshop (NeurlPS 2021) - Automatically Identifyi...
Muslims in Machine Learning workshop (NeurlPS 2021) - Automatically Identifyi...Muslims in Machine Learning workshop (NeurlPS 2021) - Automatically Identifyi...
Muslims in Machine Learning workshop (NeurlPS 2021) - Automatically Identifyi...University of Minnesota, Duluth
Ā 
Automatically Identifying Islamophobia in Social Media
Automatically Identifying Islamophobia in Social MediaAutomatically Identifying Islamophobia in Social Media
Automatically Identifying Islamophobia in Social MediaUniversity of Minnesota, Duluth
Ā 
Duluth at Semeval 2017 Task 6 - Language Models in Humor Detection
Duluth at Semeval 2017 Task 6 - Language Models in Humor Detection Duluth at Semeval 2017 Task 6 - Language Models in Humor Detection
Duluth at Semeval 2017 Task 6 - Language Models in Humor Detection University of Minnesota, Duluth
Ā 
Who's to say what's funny? A computer using Language Models and Deep Learning...
Who's to say what's funny? A computer using Language Models and Deep Learning...Who's to say what's funny? A computer using Language Models and Deep Learning...
Who's to say what's funny? A computer using Language Models and Deep Learning...University of Minnesota, Duluth
Ā 
Duluth at Semeval 2017 Task 7 - Puns upon a Midnight Dreary, Lexical Semantic...
Duluth at Semeval 2017 Task 7 - Puns upon a Midnight Dreary, Lexical Semantic...Duluth at Semeval 2017 Task 7 - Puns upon a Midnight Dreary, Lexical Semantic...
Duluth at Semeval 2017 Task 7 - Puns upon a Midnight Dreary, Lexical Semantic...University of Minnesota, Duluth
Ā 
Puns upon a midnight dreary, lexical semantics for the weak and weary
Puns upon a midnight dreary, lexical semantics for the weak and wearyPuns upon a midnight dreary, lexical semantics for the weak and weary
Puns upon a midnight dreary, lexical semantics for the weak and wearyUniversity of Minnesota, Duluth
Ā 
The horizon isn't found in a dictionary : Identifying emerging word senses a...
The horizon isn't found in a  dictionary : Identifying emerging word senses a...The horizon isn't found in a  dictionary : Identifying emerging word senses a...
The horizon isn't found in a dictionary : Identifying emerging word senses a...University of Minnesota, Duluth
Ā 
Duluth : Word Sense Discrimination in the Service of Lexicography
Duluth : Word Sense Discrimination in the Service of LexicographyDuluth : Word Sense Discrimination in the Service of Lexicography
Duluth : Word Sense Discrimination in the Service of LexicographyUniversity of Minnesota, Duluth
Ā 
MICAI 2013 Tutorial Slides - Measuring the Similarity and Relatedness of Conc...
MICAI 2013 Tutorial Slides - Measuring the Similarity and Relatedness of Conc...MICAI 2013 Tutorial Slides - Measuring the Similarity and Relatedness of Conc...
MICAI 2013 Tutorial Slides - Measuring the Similarity and Relatedness of Conc...University of Minnesota, Duluth
Ā 
What it's like to do a Master's thesis with me (Ted Pedersen)
What it's like to do a Master's thesis with me (Ted Pedersen)What it's like to do a Master's thesis with me (Ted Pedersen)
What it's like to do a Master's thesis with me (Ted Pedersen)University of Minnesota, Duluth
Ā 

More from University of Minnesota, Duluth (20)

Muslims in Machine Learning workshop (NeurlPS 2021) - Automatically Identifyi...
Muslims in Machine Learning workshop (NeurlPS 2021) - Automatically Identifyi...Muslims in Machine Learning workshop (NeurlPS 2021) - Automatically Identifyi...
Muslims in Machine Learning workshop (NeurlPS 2021) - Automatically Identifyi...
Ā 
Automatically Identifying Islamophobia in Social Media
Automatically Identifying Islamophobia in Social MediaAutomatically Identifying Islamophobia in Social Media
Automatically Identifying Islamophobia in Social Media
Ā 
What Makes Hate Speech : an interactive workshop
What Makes Hate Speech : an interactive workshopWhat Makes Hate Speech : an interactive workshop
What Makes Hate Speech : an interactive workshop
Ā 
Duluth at Semeval 2017 Task 6 - Language Models in Humor Detection
Duluth at Semeval 2017 Task 6 - Language Models in Humor Detection Duluth at Semeval 2017 Task 6 - Language Models in Humor Detection
Duluth at Semeval 2017 Task 6 - Language Models in Humor Detection
Ā 
Who's to say what's funny? A computer using Language Models and Deep Learning...
Who's to say what's funny? A computer using Language Models and Deep Learning...Who's to say what's funny? A computer using Language Models and Deep Learning...
Who's to say what's funny? A computer using Language Models and Deep Learning...
Ā 
Duluth at Semeval 2017 Task 7 - Puns upon a Midnight Dreary, Lexical Semantic...
Duluth at Semeval 2017 Task 7 - Puns upon a Midnight Dreary, Lexical Semantic...Duluth at Semeval 2017 Task 7 - Puns upon a Midnight Dreary, Lexical Semantic...
Duluth at Semeval 2017 Task 7 - Puns upon a Midnight Dreary, Lexical Semantic...
Ā 
Puns upon a midnight dreary, lexical semantics for the weak and weary
Puns upon a midnight dreary, lexical semantics for the weak and wearyPuns upon a midnight dreary, lexical semantics for the weak and weary
Puns upon a midnight dreary, lexical semantics for the weak and weary
Ā 
The horizon isn't found in a dictionary : Identifying emerging word senses a...
The horizon isn't found in a  dictionary : Identifying emerging word senses a...The horizon isn't found in a  dictionary : Identifying emerging word senses a...
The horizon isn't found in a dictionary : Identifying emerging word senses a...
Ā 
Screening Twitter Users for Depression and PTSD
Screening Twitter Users for Depression and PTSDScreening Twitter Users for Depression and PTSD
Screening Twitter Users for Depression and PTSD
Ā 
Duluth : Word Sense Discrimination in the Service of Lexicography
Duluth : Word Sense Discrimination in the Service of LexicographyDuluth : Word Sense Discrimination in the Service of Lexicography
Duluth : Word Sense Discrimination in the Service of Lexicography
Ā 
Pedersen masters-thesis-oct-10-2014
Pedersen masters-thesis-oct-10-2014Pedersen masters-thesis-oct-10-2014
Pedersen masters-thesis-oct-10-2014
Ā 
MICAI 2013 Tutorial Slides - Measuring the Similarity and Relatedness of Conc...
MICAI 2013 Tutorial Slides - Measuring the Similarity and Relatedness of Conc...MICAI 2013 Tutorial Slides - Measuring the Similarity and Relatedness of Conc...
MICAI 2013 Tutorial Slides - Measuring the Similarity and Relatedness of Conc...
Ā 
What it's like to do a Master's thesis with me (Ted Pedersen)
What it's like to do a Master's thesis with me (Ted Pedersen)What it's like to do a Master's thesis with me (Ted Pedersen)
What it's like to do a Master's thesis with me (Ted Pedersen)
Ā 
Pedersen naacl-2013-demo-poster-may25
Pedersen naacl-2013-demo-poster-may25Pedersen naacl-2013-demo-poster-may25
Pedersen naacl-2013-demo-poster-may25
Ā 
Pedersen semeval-2013-poster-may24
Pedersen semeval-2013-poster-may24Pedersen semeval-2013-poster-may24
Pedersen semeval-2013-poster-may24
Ā 
Talk at UAB, April 12, 2013
Talk at UAB, April 12, 2013Talk at UAB, April 12, 2013
Talk at UAB, April 12, 2013
Ā 
Feb20 mayo-webinar-21feb2012
Feb20 mayo-webinar-21feb2012Feb20 mayo-webinar-21feb2012
Feb20 mayo-webinar-21feb2012
Ā 
Ihi2012 semantic-similarity-tutorial-part1
Ihi2012 semantic-similarity-tutorial-part1Ihi2012 semantic-similarity-tutorial-part1
Ihi2012 semantic-similarity-tutorial-part1
Ā 
Pedersen ACL Disco-2011 workshop
Pedersen ACL Disco-2011 workshopPedersen ACL Disco-2011 workshop
Pedersen ACL Disco-2011 workshop
Ā 
Pedersen acl2011-business-meeting
Pedersen acl2011-business-meetingPedersen acl2011-business-meeting
Pedersen acl2011-business-meeting
Ā 

Recently uploaded

Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
Ā 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
Ā 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
Ā 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
Ā 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
Ā 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
Ā 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
Ā 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
Ā 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)ā€”ā€”ā€”ā€”IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)ā€”ā€”ā€”ā€”IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)ā€”ā€”ā€”ā€”IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)ā€”ā€”ā€”ā€”IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
Ā 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
Ā 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
Ā 
call girls in Kamla Market (DELHI) šŸ” >ą¼’9953330565šŸ” genuine Escort Service šŸ”āœ”ļøāœ”ļø
call girls in Kamla Market (DELHI) šŸ” >ą¼’9953330565šŸ” genuine Escort Service šŸ”āœ”ļøāœ”ļøcall girls in Kamla Market (DELHI) šŸ” >ą¼’9953330565šŸ” genuine Escort Service šŸ”āœ”ļøāœ”ļø
call girls in Kamla Market (DELHI) šŸ” >ą¼’9953330565šŸ” genuine Escort Service šŸ”āœ”ļøāœ”ļø9953056974 Low Rate Call Girls In Saket, Delhi NCR
Ā 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
Ā 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
Ā 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
Ā 

Recently uploaded (20)

Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
Ā 
Model Call Girl in Bikash Puri Delhi reach out to us at šŸ”9953056974šŸ”
Model Call Girl in Bikash Puri  Delhi reach out to us at šŸ”9953056974šŸ”Model Call Girl in Bikash Puri  Delhi reach out to us at šŸ”9953056974šŸ”
Model Call Girl in Bikash Puri Delhi reach out to us at šŸ”9953056974šŸ”
Ā 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
Ā 
Model Call Girl in Tilak Nagar Delhi reach out to us at šŸ”9953056974šŸ”
Model Call Girl in Tilak Nagar Delhi reach out to us at šŸ”9953056974šŸ”Model Call Girl in Tilak Nagar Delhi reach out to us at šŸ”9953056974šŸ”
Model Call Girl in Tilak Nagar Delhi reach out to us at šŸ”9953056974šŸ”
Ā 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
Ā 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
Ā 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Ā 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
Ā 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
Ā 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
Ā 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
Ā 
CĆ³digo Creativo y Arte de Software | Unidad 1
CĆ³digo Creativo y Arte de Software | Unidad 1CĆ³digo Creativo y Arte de Software | Unidad 1
CĆ³digo Creativo y Arte de Software | Unidad 1
Ā 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)ā€”ā€”ā€”ā€”IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)ā€”ā€”ā€”ā€”IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)ā€”ā€”ā€”ā€”IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)ā€”ā€”ā€”ā€”IMP.OF KSHARA ...
Ā 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
Ā 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
Ā 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Ā 
call girls in Kamla Market (DELHI) šŸ” >ą¼’9953330565šŸ” genuine Escort Service šŸ”āœ”ļøāœ”ļø
call girls in Kamla Market (DELHI) šŸ” >ą¼’9953330565šŸ” genuine Escort Service šŸ”āœ”ļøāœ”ļøcall girls in Kamla Market (DELHI) šŸ” >ą¼’9953330565šŸ” genuine Escort Service šŸ”āœ”ļøāœ”ļø
call girls in Kamla Market (DELHI) šŸ” >ą¼’9953330565šŸ” genuine Escort Service šŸ”āœ”ļøāœ”ļø
Ā 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
Ā 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
Ā 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
Ā 

Algorithmic Bias : What is it? Why should we care? What can we do about it?

  • 1. Algorithmic Bias What is it? Why should we care? What can we do about it? Ted Pedersen Department of Computer Science / UMD tpederse@d.umn.edu @SeeTedTalk http://umn.edu/home/tpederse 1
  • 2. Me? Computer Science Professor at UMD since 1999 Research in Natural Language Processing since even before then How can we determine what a word means in a given context? Automatically, with a computer Have used Machine Learning and other Data Driven techniques for many years In the last decade these techniques have entered the real world Important to think about impacts and consequences of that 2
  • 3. Our Plan What are Algorithms? What is Bias? What is Algorithmic Bias? What are some examples of Algorithmic Bias? Why should we care? What can we do about it? Interactive Workshop - Iā€™ll talk, and I hope you will too. At various points along the way weā€™ll share some ideas and experiences. 3
  • 4. What are Algorithms? A series of steps that we follow to accomplish a task. Computer programs are a specific way of describing an algorithm. IF (MAJOR == ā€˜Computer Scienceā€™) AND (GPA > 3.00) THEN PRINT job offer letter ELSE DELETE application 4
  • 5. What is Machine Learning / Artificial Intelligence Machine Learning and AI are often used synonymously. We can think of them as a special class of algorithms. These are often the source of algorithmic bias. Machine Learning algorithms find patterns in data and use those to build classifiers that make decisions on our behalf. These classifiers can be simple sets of rules (IF THEN ELSE) or they might be more complicated models where features are automatically assigned weights. These algorithms are often very complex and very mathematical. Not easy to understand what they are doing (even for experts). 5
  • 6. What is Bias? Whatever causes an unfair action or representation that often leads to harm. Origins can be in prejudice, hate, or ignorance. Real life is full of many examples. But how does this relate to Algorithms? Machine Learning is complex and mathematical, so isnā€™t it objective?? 6
  • 7. Machine Learning and Algorithmic Bias IF (MAJOR == ā€˜Computer Scienceā€™) AND (GENDER == ā€˜Maleā€™) AND (GPA > 3.00) THEN PRINT job offer letter ELSE DELETE application Unreasonable? Unfair? Harmful? Biased? Yes. But a Machine Learning system could easily learn this rule from your hiring history if your company has only employed male programmers. 7
  • 8. What kind of data could lead Machine Learning to biased conclusions? 1. 2. 3. 8
  • 9. What is Algorithmic Bias? Whatever causes an algorithm to produce unfair actions or representations. The data that Machine Learning / AI rely on is often created by humans, or by other algorithms! Many many decisions along the way to developing a computer system where humans and the data they create enter the process. Biases that exist in a workplace, community, or culture can (easily) enter into the process and be codified in programs and models. Many examples ā€¦ 9
  • 10. Facial recognition systems that donā€™t ā€œseeā€ non-white faces Joy Buolamwini / MIT Twitter : @jovialjoy How I'm Fighting Bias in Algorithms (TED talk) : https://www.youtube.com/watch?v=UG_X_7g63rY Gender Shades : http://gendershades.org/ Nova : https://www.pbs.org/wgbh/nova/article/ai-bias/ 10
  • 11. Risk assessment systems that overstate the odds of black men being a flight risk or re-offending Pro Publica investigation (focused on Broward County, Florida): https://www.propublica.org/article/machine-bias-risk-assessments-in-criminal-sentencing Wisconsin also has some history: https://www.wisconsinwatch.org/2019/02/q-a-risk-assessments-explained/ 11
  • 12. Amazon Scraps Secret AI Recruiting Tool - Reuters story (Oct 2018) : https://www.reuters.com/article/us-amazon-com-jobs-automation-insight/amazon-scraps-secret-ai-re cruiting-tool-that-showed-bias-against-women-idUSKCN1MK08G Hiring Algorithms are not Neutral - Harvard Business Review (Nov 2016) : https://hbr.org/2016/12/hiring-algorithms-are-not-neutral Resume screening systems that filter out women 12
  • 13. Online advertising that systematically suggests that people with ā€œblackā€ names are more likely to have criminal records Latanya Sweeney / Harvard http://latanyasweeney.org CACM paper (April 2013): https://queue.acm.org/detail.cfm?id=2460278 MIT Technology Review (Feb 2013): https://www.technologyreview.com/s/510646/rac ism-is-poisoning-online-ad-delivery-says-harvar d-professor/ 13
  • 14. Search engines that rank hate speech, misinformation, and pornography highly in response to neutral queries Safiya Umoja Noble / USC Oxford U Twitter : @safiyanoble Algorithms of Oppression: How Search Engines Reinforce Racism : https://www.youtube.com/watch?v=Q7yFysTBpAo 14
  • 15. What examples of Algorithmic Bias have you encountered? 1. 2. 3. 15
  • 16. Where does Algorithmic Bias come from? Machine Learning isnā€™t magic. There is a lot of human engineering that goes into these systems. 1) Create or collect training data 2) Decide what features in the data are relevant and important 3) Decide what you want to predict or classify and what you conclude from that Bias can be introduced at any (or all) of these points 16
  • 17. How does Bias affect Training Data? Historical Bias - data captures bias and unfairness that has existed in society Marginalized communities are over-policed, so there is more data about searches, arrests, that leads to predictions of more of the same Women are not well represented in computing, so there is little data about hiring, success, that leads to predictions to keep doing more of the same What if we add more training data?? Adding more training data just gives you more historical bias. 17
  • 18. How does Bias affect Training Data? Representational Bias - sample in training data is skewed or not representative of entire possible population Facial recognition system is trained on photographs of faces. 80% of faces are white, 75% of those are male. Fake profile detector trained on name database made up of First Last names (John Smith, Mary Jones). Other names more likely to be considered ā€œfakeā€. If we are careful and add more representative data, this might help. Can have high overall accuracy while doing poorly on smaller classes. 18
  • 19. Features What features do we decide to include in our data? What information do we collect in surveys, applications, arrest reports, etc? What information do we give to our Machine Learning algorithms? We donā€™t collect information about race or gender! Does that mean our system is free from racism or sexism? 19
  • 20. What features could signal race (without stating it)? 1. 2. 3. 4. 20
  • 21. What features could signal gender (without stating it)? 1. 2. 3. 4. 21
  • 22. Proxies as Conclusions We often want to predict outcomes that we canā€™t specifically measure. Proxies are features that stand in for that outcome. Will a student succeed in college? What do we mean by success? Finish first year, graduate, make Deanā€™s List, active in student clubs ??? What proxies can we use to predict ā€œsuccessā€? ??? 22
  • 23. What proxies might be used to evaluate job candidates? 1. 2. 3. 4. 23
  • 24. What proxies might decide if a search result is ā€œgoodā€? 1. 2. 3. 4. 24
  • 25. The Problem with Proxies They often end up measuring something else, something that introduces bias 1. Socio-economic status 2. Race 3. Gender 4. Religion 5. 6. 7. 8. 9. 25
  • 26. Why should we care? Feedback loops Algorithms are making decisions about us and for us, and those decisions become data for the next round of learning algorithms. Biased decisions today become the biased machine learning training data of tomorrow. Machine Learning is great if you want the future to look like the past. Two different kinds of harm (Kate Crawford & colleagues) Resources are allocated based on algorithms Representations are reinforced and amplified by algorithms. 26
  • 27. What can we do about it? Say Something UMD Climate http://d.umn.edu/campus-climate Algorithmic Justice League - report bias https://www.ajlunited.org/fight#report-bias Share it, Tweet it Screen shots and other documentation very important 27
  • 28. What we we do about it? Learn more AI Now Institute 2018 Annual Report, includes 10 recommendations for AI https://ainowinstitute.org/AI_Now_2018_Report.pdf Algorithmic Accountability Policy toolkit https://ainowinstitute.org/aap-toolkit.pdf 28
  • 29. What can we do? Learn More Kate Crawford / Microsoft Research, AI Now Institute Twitter : @katecrawford The Trouble with Bias : https://www.youtube.com/watch?v=fMym_BKWQzk There is a Blind Spot in AI Research : https://www.nature.com/news/there-is-a-blind-spot-in-ai-research-1.20805 29
  • 30. What can we do? Learn More Virginia Eubanks / U of Albany Twitter : @PopTechWorks Automating Inequality: How High-Tech Tools Profile, Police, and Punish the Poor : https://www.youtube.com/watch?v=TmRV17kAumc 30
  • 31. What can we do? Learn More Cathy O'Neil Twitter : @mathbabedotorg Weapons of Math Destruction https://www.youtube.com/watch?v=TQHs8SA1qpk 31
  • 32. Conclusion Algorithms are not objective Can be used to codify and harden biases under the guise of technology Machine Learning is great if you want the future to look like the past We should expect transparency and accountability from Algorithms Why did it make this decision? What consequences exist when decisions are biased? 32