Learning Library

← Back to Library

Bias in Generative AI: Solutions

Key Points

  • Generative AI is reshaping industries by enabling complex tasks, boosting productivity, and shortening time‑to‑value for products and services, leading to cost savings and enhanced customer engagement.
  • Despite its benefits, generative AI introduces several risks, including downstream model retraining issues, copyright infringement, leakage of proprietary or personal data, and a lack of transparency in model explanations.
  • The most pronounced risk today is bias, where AI systems can perpetuate and amplify existing societal inequalities through algorithmic, cognitive, and confirmation biases.
  • Types of bias include algorithmic bias (systematic unfair outcomes, e.g., age‑based loan rejections), cognitive bias from human designers (e.g., recency bias from recent events), and confirmation bias that reinforces existing assumptions.
  • Mitigating bias requires understanding its origins, applying principled design practices, and employing specific methods to develop and maintain bias‑free AI systems.

Full Transcript

# Bias in Generative AI: Solutions **Source:** [https://www.youtube.com/watch?v=ZsjDvyuxxgg](https://www.youtube.com/watch?v=ZsjDvyuxxgg) **Duration:** 00:13:33 ## Summary - Generative AI is reshaping industries by enabling complex tasks, boosting productivity, and shortening time‑to‑value for products and services, leading to cost savings and enhanced customer engagement. - Despite its benefits, generative AI introduces several risks, including downstream model retraining issues, copyright infringement, leakage of proprietary or personal data, and a lack of transparency in model explanations. - The most pronounced risk today is bias, where AI systems can perpetuate and amplify existing societal inequalities through algorithmic, cognitive, and confirmation biases. - Types of bias include algorithmic bias (systematic unfair outcomes, e.g., age‑based loan rejections), cognitive bias from human designers (e.g., recency bias from recent events), and confirmation bias that reinforces existing assumptions. - Mitigating bias requires understanding its origins, applying principled design practices, and employing specific methods to develop and maintain bias‑free AI systems. ## Sections - [00:00:00](https://www.youtube.com/watch?v=ZsjDvyuxxgg&t=0s) **Generative AI: Benefits, Risks, and Bias** - The speaker outlines generative AI’s broad economic and productivity advantages, highlights associated dangers—especially amplified bias—and previews a discussion on bias types, principles, and mitigation strategies. - [00:03:02](https://www.youtube.com/watch?v=ZsjDvyuxxgg&t=182s) **Human Biases Embedded in AI Systems** - The speaker explains how designers unintentionally infuse age, cognitive (recency, confirmation), and outgroup homogeneity biases into AI models, illustrating the systematic impact of human prejudice on algorithmic outcomes. - [00:06:10](https://www.youtube.com/watch?v=ZsjDvyuxxgg&t=370s) **Enterprise AI Bias Governance** - The speaker warns that sampling only top performers creates biased AI outcomes and emphasizes that comprehensive AI governance—through policies, frameworks, and fairness tools—is essential for enterprises to detect and eliminate bias across all users. - [00:09:22](https://www.youtube.com/watch?v=ZsjDvyuxxgg&t=562s) **Mitigating AI Bias: Tools, Teams, Data** - The speaker outlines three practices—leveraging fairness‑evaluation tools, building diverse AI teams, and carefully processing data—to ensure bias‑free AI applications. - [00:12:29](https://www.youtube.com/watch?v=ZsjDvyuxxgg&t=749s) **Evolving AI with Real‑World Data** - The speaker emphasizes continuously updating AI systems using current trends and third‑party bias assessments to ensure they remain fair, relevant, and aligned with today’s realities. ## Full Transcript
0:00Generative AI has had a wide ranging impact on the world today, and it's for all of us to see. 0:06Starting from the economic impact, the impact that it's had on industry transformation, 0:12legal documents, summarization, customer engagement, cost savings, 0:18and so many more. 0:19The reason why we have had this impact is because of the benefits that generative AI has provided. 0:26I like to talk about three. 0:28Our ability to perform complex task using generative AI, 0:32the increase in productivity that we can see, and for enterprises, is the shorter time to value to get products and services out. 0:43But as with all new technology that has risks generative ai, we also has its associated risks. 0:52Some of the emerging risks come from downstream based model retraining. 0:58It could be copyright infringement. 1:01There's also traditional risks that we've seen with AI. 1:06These come from proprietary or private or personal information coming out as outputs of the LLMs. 1:16It could also be the lack of transparency that the model offers 1:20in explaining the results that it gives out. 1:23But the most amplified risk 1:28that we see today is the one that comes from bias. 1:35And that's the topic of discussion in this video. 1:39We're going to be looking at the types of bias, 1:44the principles of how to avoid them, and actually the methods that we can use to avoid and create bias free AI systems. 1:53So let's look at the different types of biases, 1:57but before that, let's define what a bias is. AI bias or machine learning Bias, also known as algorithmic bias, refers to AI 2:11systems that create and produce biased results. 2:20What do I mean by biased results? 2:22Biased results reflect and perpetuate 2:26human biases within a society, normally including historical and current social inequalities. They're pretty harmful. 2:35We've seen a lot in the news where companies and enterprises have been questioned on the kind of biases that they have in the data that they've trained their models on. 2:45Let's look at the different types of biases that we have, starting with algorithm bias. 2:54This is a systematic and erroneous behavior of any AI system to always produce an unfair outcome. 3:01How do I explain this? 3:03Let's look at an example where any AI developer developed a loan application system, 3:11and in that system it automatically prevents applicants born before 1945. 3:20You've created age bias, and it's just automatic and systematic over time. 3:29There's also cognitive bias. 3:31Now we must remember humans designing AI systems. 3:37There's always a human intellect and input when you actually create these systems. 3:45Let's take, for example, the tendency of a human brain to think in a certain way. 3:52An example would be recency bias, which is a type of cognitive bias. 3:58You're kind of influenced by recent events. 4:02What would be a good example? 4:03Spread of Covid in 2020, 4:07or it could be an ongoing war. 4:11It skews your thinking and it builds that bias into your into the systems that you're building. 4:18Confirmation bias, mixed type of bias depends on, and it's a related bias to cognitive bias. 4:28It relies on preexisting beliefs. 4:31Beliefs such as left handed people are more creative, right handed people are less. 4:39That can easily creep in to the way you think about the data that you're using. 4:44The next one is outgroup, homogeneity, bias. 4:48Now, this is a little tricky to explain. 4:51Let me show you. 4:54Let's assume that you've created a data set of training data that you believe is a diverse training data set. 5:06You probably have made a larger assumption than you think. 5:15That the group outside of the diverse group 5:20are all similar. 5:23That's outgroup homogeneity bias. 5:27It's based on an assumption that people outside your your diverse group are all similar. 5:35Prejudice the next type. 5:38This is faulty societal assumptions. 5:43The most popular example would be all nurses are female. 5:48All doctors are male. 5:49And so on and so forth. 5:51It's pretty easy for this bias to come in into the systems that we're developing. 5:55The last line is the exclusion bias. 6:00This is where you leave out inadvertently data that was important for the sampling. 6:09What do I mean by that? 6:11Let's say you send out a survey to a set of individuals that incidentally were the smartest employees in your enterprise. 6:20You've left out an entire group that could represent the less or average set of employees when it comes to performance, skewing your results. 6:31Typically, at the start of any innovation within an enterprise, it's very easy to get enamored by the wonderful, cool things that gen AI, I can do for you. 6:42You have a successful prototype, a PoC, a pilot for a small set of users, and you're quick to announce success, 6:52until I starts getting tested by internal and external users and you start seeing biased results. 7:01That's when you know that you need to step back and relook at your initiative with a little more effort. 7:12Identifying and addressing bias requires e-governance. 7:24Now, what AI governance offers is a method to direct, 7:32manage, 7:35and monitor 7:39all AI activities within your enterprise. 7:43It's a set of policies, practices and frameworks that enable you to do responsible 7:55development of AI 8:02It typically engages tools and technologies that detect fairness, equity and inclusion. 8:10It is the best tool for enterprises to use to ensure that the benefit, 8:18the benefits of the governance goes directly to the customers, to the consumers, employees, as well as the enterprise. 8:27Avoiding bias may sound harder than it is, but there are proven methods that one can use to ensure your enterprise is bias free in all your applications. 8:40Let's start. 8:40Let's talk about a few, selection of learning models. 8:45Now it's obvious that you're going to choose a learning model that aligns with the business function that you want to achieve, and it scales in the appropriate way, 8:55but when you're making decisions between supervised and unsupervised learning models, we need to be a little bit more careful. 9:03For supervised learning models, the stakeholders select the training data. 9:15It's then important for us to ensure that the set of stakeholders are a diverse set. 9:27Most often I see enterprises use data scientists to select the data. 9:32It's important to get into this from 9:35all the different business functions within an enterprise to ensure that the right input has been provided to select training data. 9:44For unsupervised learning models with AI alone identify as bias, you need to leverage tools. 9:56These tools basically use fairness indicators. 10:02And there are several tools out there from Google, 10:06we've got Google Toolkit, AI Fairness 360 from IBM, Open Scale and what have you. 10:15It's important that you invest the effort in understanding the capabilities of these tools, 10:19how they can be used by your applications to ensure you have a bias free application. 10:26The second one is creating a balanced AI Team. 10:31And what do I mean by balanced? 10:33Essentially, what I'm meaning here is it should be a varied set of team members. 10:42There should be different racially, 10:47from economic status, 10:48education levels, 10:50gender. 10:52We should also include innovators, the ones that are sponsoring the initiatives, 10:58the creators of the AI ,and the Consumers of the AI. 11:02Having a varied team allows you to ensure that you have bias free decisions 11:10from ground up, the selection of data, the selection of algorithms is done across the entire team. 11:17The third method that I want to talk about is data processing. 11:22The general notion that we usually have is, well, bias is all in the data. 11:28Once you have selected the proper data, which is bias free, you're good. 11:36But that's not the case. 11:38Data needs to be processed. 11:42This pre-processing. 11:49That you do with your data. 11:50There's inline processing. 11:53Or in-processing. 11:56And there's also post-processing of data. 12:02You have to be mindful to ensure that while you have selected bias, free data, bias is not creeping in in any of these stages of data processing. 12:17The last one that I want to talk about is monitoring. 12:20One must understand that biases evolve over time. 12:26Do we think of EVs the way we think them? 12:29Think about them now. 12:31Was it the same kind of thinking that we had 20 years back? 12:35Probably not. 12:36We're more favorable towards EVs today than we were before. 12:41So it's important to continuously look at trends and real world data 12:46to ensure your AI systems are not stagnant and are moving along, evolving along with real world data. 13:02Now I've also seen 13:04many companies employ third party assessment teams that will 13:15assess all of your enterprise applications for detecting bias. 13:20It's a great and optional way to ensure that your systems are built fairly. 13:28They are bias free and also endorsed by third party assessment.