SlideShare a Scribd company logo
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?
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 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 …
8
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/
9
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/
10
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
11
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/
12
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
13
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
14
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.
15
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.
16
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?
What features can indirectly signal race or gender?
17
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?
Will a job candidate be a productive employee?
Does a search result satisfy a user query?
18
The Problem with Proxies
They often end up measuring something else, something that introduces bias.
Socio Economic Status
Race
Gender
Immigration Status
Religion
19
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.
20
What can we do about it? Say Something
Algorithmic Justice League - report bias
https://www.ajlunited.org/fight#report-bias
Share it, Tweet it
Screen shots and other documentation very important
21
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
22
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
23
What can we do? Learn More
Cathy O'Neil
Twitter : @mathbabedotorg
Weapons of Math Destruction
https://www.youtube.com/watch?v=TQHs8SA1qpk
24
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?
25

More Related Content

What's hot

Implementing Ethics in AI
Implementing Ethics in AIImplementing Ethics in AI
Implementing Ethics in AI
Pekka Abrahamsson / Tampere University
 
Responsible AI
Responsible AIResponsible AI
Responsible AI
Neo4j
 
Bias in Artificial Intelligence
Bias in Artificial IntelligenceBias in Artificial Intelligence
Bias in Artificial Intelligence
Neelima Kumar
 
A Tutorial to AI Ethics - Fairness, Bias & Perception
A Tutorial to AI Ethics - Fairness, Bias & Perception A Tutorial to AI Ethics - Fairness, Bias & Perception
A Tutorial to AI Ethics - Fairness, Bias & Perception
Dr. Kim (Kyllesbech Larsen)
 
Fairness in Machine Learning and AI
Fairness in Machine Learning and AIFairness in Machine Learning and AI
Fairness in Machine Learning and AI
Seth Grimes
 
Generative AI and law.pptx
Generative AI and law.pptxGenerative AI and law.pptx
Generative AI and law.pptx
Chris Marsden
 
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
John C. Havens
 
Algorithmic Bias : What is it? Why should we care? What can we do about it?
Algorithmic Bias : What is it? Why should we care? What can we do about it?Algorithmic Bias : What is it? Why should we care? What can we do about it?
Algorithmic Bias : What is it? Why should we care? What can we do about it?
University of Minnesota, Duluth
 
Responsible AI in Industry: Practical Challenges and Lessons Learned
Responsible AI in Industry: Practical Challenges and Lessons LearnedResponsible AI in Industry: Practical Challenges and Lessons Learned
Responsible AI in Industry: Practical Challenges and Lessons Learned
Krishnaram Kenthapadi
 
Ethical Issues in Machine Learning Algorithms (Part 2)
Ethical Issues in Machine Learning Algorithms (Part 2)Ethical Issues in Machine Learning Algorithms (Part 2)
Ethical Issues in Machine Learning Algorithms (Part 2)
Vladimir Kanchev
 
Ethical issues facing Artificial Intelligence
Ethical issues facing Artificial IntelligenceEthical issues facing Artificial Intelligence
Ethical issues facing Artificial Intelligence
Rah Abdelhak
 
Bias in AI-systems: A multi-step approach
Bias in AI-systems: A multi-step approachBias in AI-systems: A multi-step approach
Bias in AI-systems: A multi-step approach
Eirini Ntoutsi
 
Ethics of AI
Ethics of AIEthics of AI
Ethics of AI
Andreas Heil
 
AI and Privacy
AI and PrivacyAI and Privacy
AI and Privacy
TrazTech Solutions
 
Introduction to AI Ethics
Introduction to AI EthicsIntroduction to AI Ethics
Introduction to AI Ethics
Gabriele Graffieti
 
The impact of AI on work
The impact of AI on workThe impact of AI on work
The impact of AI on work
George Zarkadakis
 
TEDx Manchester: AI & The Future of Work
TEDx Manchester: AI & The Future of WorkTEDx Manchester: AI & The Future of Work
TEDx Manchester: AI & The Future of Work
Volker Hirsch
 
AIF360 - Trusted and Fair AI
AIF360 - Trusted and Fair AIAIF360 - Trusted and Fair AI
AIF360 - Trusted and Fair AI
Animesh Singh
 
Artificial Intelligence (AI) and Job Loss
Artificial Intelligence (AI) and Job LossArtificial Intelligence (AI) and Job Loss
Artificial Intelligence (AI) and Job Loss
Ikhlaq Sidhu
 
Fairness-aware Machine Learning: Practical Challenges and Lessons Learned (WS...
Fairness-aware Machine Learning: Practical Challenges and Lessons Learned (WS...Fairness-aware Machine Learning: Practical Challenges and Lessons Learned (WS...
Fairness-aware Machine Learning: Practical Challenges and Lessons Learned (WS...
Krishnaram Kenthapadi
 

What's hot (20)

Implementing Ethics in AI
Implementing Ethics in AIImplementing Ethics in AI
Implementing Ethics in AI
 
Responsible AI
Responsible AIResponsible AI
Responsible AI
 
Bias in Artificial Intelligence
Bias in Artificial IntelligenceBias in Artificial Intelligence
Bias in Artificial Intelligence
 
A Tutorial to AI Ethics - Fairness, Bias & Perception
A Tutorial to AI Ethics - Fairness, Bias & Perception A Tutorial to AI Ethics - Fairness, Bias & Perception
A Tutorial to AI Ethics - Fairness, Bias & Perception
 
Fairness in Machine Learning and AI
Fairness in Machine Learning and AIFairness in Machine Learning and AI
Fairness in Machine Learning and AI
 
Generative AI and law.pptx
Generative AI and law.pptxGenerative AI and law.pptx
Generative AI and law.pptx
 
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
 
Algorithmic Bias : What is it? Why should we care? What can we do about it?
Algorithmic Bias : What is it? Why should we care? What can we do about it?Algorithmic Bias : What is it? Why should we care? What can we do about it?
Algorithmic Bias : What is it? Why should we care? What can we do about it?
 
Responsible AI in Industry: Practical Challenges and Lessons Learned
Responsible AI in Industry: Practical Challenges and Lessons LearnedResponsible AI in Industry: Practical Challenges and Lessons Learned
Responsible AI in Industry: Practical Challenges and Lessons Learned
 
Ethical Issues in Machine Learning Algorithms (Part 2)
Ethical Issues in Machine Learning Algorithms (Part 2)Ethical Issues in Machine Learning Algorithms (Part 2)
Ethical Issues in Machine Learning Algorithms (Part 2)
 
Ethical issues facing Artificial Intelligence
Ethical issues facing Artificial IntelligenceEthical issues facing Artificial Intelligence
Ethical issues facing Artificial Intelligence
 
Bias in AI-systems: A multi-step approach
Bias in AI-systems: A multi-step approachBias in AI-systems: A multi-step approach
Bias in AI-systems: A multi-step approach
 
Ethics of AI
Ethics of AIEthics of AI
Ethics of AI
 
AI and Privacy
AI and PrivacyAI and Privacy
AI and Privacy
 
Introduction to AI Ethics
Introduction to AI EthicsIntroduction to AI Ethics
Introduction to AI Ethics
 
The impact of AI on work
The impact of AI on workThe impact of AI on work
The impact of AI on work
 
TEDx Manchester: AI & The Future of Work
TEDx Manchester: AI & The Future of WorkTEDx Manchester: AI & The Future of Work
TEDx Manchester: AI & The Future of Work
 
AIF360 - Trusted and Fair AI
AIF360 - Trusted and Fair AIAIF360 - Trusted and Fair AI
AIF360 - Trusted and Fair AI
 
Artificial Intelligence (AI) and Job Loss
Artificial Intelligence (AI) and Job LossArtificial Intelligence (AI) and Job Loss
Artificial Intelligence (AI) and Job Loss
 
Fairness-aware Machine Learning: Practical Challenges and Lessons Learned (WS...
Fairness-aware Machine Learning: Practical Challenges and Lessons Learned (WS...Fairness-aware Machine Learning: Practical Challenges and Lessons Learned (WS...
Fairness-aware Machine Learning: Practical Challenges and Lessons Learned (WS...
 

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

AI for Educators - Integrating AI in the Classrooms
AI for Educators - Integrating AI in the ClassroomsAI for Educators - Integrating AI in the Classrooms
AI for Educators - Integrating AI in the Classrooms
Premsankar Chakkingal
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
Christy Abraham Joy
 
AI Ethical Framework.pptx
AI Ethical Framework.pptxAI Ethical Framework.pptx
AI Ethical Framework.pptx
David Atkinson
 
2019 WIA - The Importance of Ethics in Data Science
2019 WIA - The Importance of Ethics in Data Science2019 WIA - The Importance of Ethics in Data Science
2019 WIA - The Importance of Ethics in Data Science
Women in Analytics Conference
 
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+Labor Markets Presentation to CSM-16-may-2024
AI+Labor Markets Presentation to CSM-16-may-2024AI+Labor Markets Presentation to CSM-16-may-2024
AI+Labor Markets Presentation to CSM-16-may-2024
Joaquim Jorge
 
Unit 1 part 1
Unit 1   part 1Unit 1   part 1
Unit 1 part 1
Kalai Selvi
 
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
Eirini Ntoutsi
 
Introduction to Artificial Intelligence
Introduction to Artificial IntelligenceIntroduction to Artificial Intelligence
Introduction to Artificial Intelligence
Kalai Selvi
 
Introduction to Artificial Intelligence
Introduction to Artificial IntelligenceIntroduction to Artificial Intelligence
Introduction to Artificial Intelligence
Kalai Selvi
 
Why do we need Inclusive AI
Why do we need Inclusive AIWhy do we need Inclusive AI
Why do we need Inclusive AI
Bharat Krish
 
AI in Business: Opportunities & Challenges
AI in Business: Opportunities & ChallengesAI in Business: Opportunities & Challenges
AI in Business: Opportunities & Challenges
Tathagat Varma
 
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
Simon 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 AI
Altimeter, a Prophet Company
 
Data Con LA 2022 - AI Ethics
Data Con LA 2022 - AI EthicsData Con LA 2022 - AI Ethics
Data Con LA 2022 - AI Ethics
Data Con LA
 
AI for Finance
AI for FinanceAI for Finance
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
TekRevol LLC
 
Introduction To Machine Learning
Introduction To Machine LearningIntroduction To Machine Learning
Introduction To Machine Learning
Knoldus Inc.
 
What Can Machine Learning Do For You?
What Can Machine Learning Do For You?What Can Machine Learning Do For You?
What Can Machine Learning Do For You?
Samuel Adeshina
 
Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...
Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...
Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...
eswaralaldevadoss
 

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

AI for Educators - Integrating AI in the Classrooms
AI for Educators - Integrating AI in the ClassroomsAI for Educators - Integrating AI in the Classrooms
AI for Educators - Integrating AI in the Classrooms
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
AI Ethical Framework.pptx
AI Ethical Framework.pptxAI Ethical Framework.pptx
AI Ethical Framework.pptx
 
2019 WIA - The Importance of Ethics in Data Science
2019 WIA - The Importance of Ethics in Data Science2019 WIA - The Importance of Ethics in Data Science
2019 WIA - The Importance of Ethics in Data Science
 
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+Labor Markets Presentation to CSM-16-may-2024
AI+Labor Markets Presentation to CSM-16-may-2024AI+Labor Markets Presentation to CSM-16-may-2024
AI+Labor Markets Presentation to CSM-16-may-2024
 
Unit 1 part 1
Unit 1   part 1Unit 1   part 1
Unit 1 part 1
 
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
 
Introduction to Artificial Intelligence
Introduction to Artificial IntelligenceIntroduction to Artificial Intelligence
Introduction to Artificial Intelligence
 
Introduction to Artificial Intelligence
Introduction to Artificial IntelligenceIntroduction to Artificial Intelligence
Introduction to Artificial Intelligence
 
Why do we need Inclusive AI
Why do we need Inclusive AIWhy do we need Inclusive AI
Why do we need Inclusive AI
 
AI in Business: Opportunities & Challenges
AI in Business: Opportunities & ChallengesAI in Business: Opportunities & Challenges
AI in Business: Opportunities & Challenges
 
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
 
Data Con LA 2022 - AI Ethics
Data Con LA 2022 - AI EthicsData Con LA 2022 - AI Ethics
Data Con LA 2022 - AI Ethics
 
AI for Finance
AI for FinanceAI for Finance
AI for Finance
 
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
 
Introduction To Machine Learning
Introduction To Machine LearningIntroduction To Machine Learning
Introduction To Machine Learning
 
What Can Machine Learning Do For You?
What Can Machine Learning Do For You?What Can Machine Learning Do For You?
What Can Machine Learning Do For You?
 
Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...
Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...
Unlocking the Potential of Artificial Intelligence_ Machine Learning in Pract...
 

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 Media
University of Minnesota, Duluth
 
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
University 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 weary
University 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
 
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
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 Lexicography
University of Minnesota, Duluth
 
Pedersen masters-thesis-oct-10-2014
Pedersen masters-thesis-oct-10-2014Pedersen masters-thesis-oct-10-2014
Pedersen masters-thesis-oct-10-2014
University 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
 
Pedersen naacl-2013-demo-poster-may25
Pedersen naacl-2013-demo-poster-may25Pedersen naacl-2013-demo-poster-may25
Pedersen naacl-2013-demo-poster-may25
University of Minnesota, Duluth
 
Pedersen semeval-2013-poster-may24
Pedersen semeval-2013-poster-may24Pedersen semeval-2013-poster-may24
Pedersen semeval-2013-poster-may24
University of Minnesota, Duluth
 
Talk at UAB, April 12, 2013
Talk at UAB, April 12, 2013Talk at UAB, April 12, 2013
Talk at UAB, April 12, 2013
University of Minnesota, Duluth
 
Feb20 mayo-webinar-21feb2012
Feb20 mayo-webinar-21feb2012Feb20 mayo-webinar-21feb2012
Feb20 mayo-webinar-21feb2012
University of Minnesota, Duluth
 
Ihi2012 semantic-similarity-tutorial-part1
Ihi2012 semantic-similarity-tutorial-part1Ihi2012 semantic-similarity-tutorial-part1
Ihi2012 semantic-similarity-tutorial-part1
University of Minnesota, Duluth
 
Pedersen ACL Disco-2011 workshop
Pedersen ACL Disco-2011 workshopPedersen ACL Disco-2011 workshop
Pedersen ACL Disco-2011 workshop
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

How to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPHow to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERP
Celine George
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
rosedainty
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
AzmatAli747758
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
Celine George
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
PedroFerreira53928
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
Nguyen Thanh Tu Collection
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
GeoBlogs
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 

Recently uploaded (20)

How to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPHow to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERP
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 

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? 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 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 … 8
  • 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/ 9
  • 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/ 10
  • 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 11
  • 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/ 12
  • 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 13
  • 14. 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 14
  • 15. 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. 15
  • 16. 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. 16
  • 17. 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? What features can indirectly signal race or gender? 17
  • 18. 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? Will a job candidate be a productive employee? Does a search result satisfy a user query? 18
  • 19. The Problem with Proxies They often end up measuring something else, something that introduces bias. Socio Economic Status Race Gender Immigration Status Religion 19
  • 20. 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. 20
  • 21. What can we do about it? Say Something Algorithmic Justice League - report bias https://www.ajlunited.org/fight#report-bias Share it, Tweet it Screen shots and other documentation very important 21
  • 22. 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 22
  • 23. 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 23
  • 24. What can we do? Learn More Cathy O'Neil Twitter : @mathbabedotorg Weapons of Math Destruction https://www.youtube.com/watch?v=TQHs8SA1qpk 24
  • 25. 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? 25