Unit 3: Introduction to Responsible AI - Subjective Questions
CSG202 — Generative Ai Fundamentals • Practice Questions with Detailed Answers
20 questions
Explain why Google has put AI principles in place. Discuss the motivations behind establishing a formal set of AI principles.
Google established its AI principles to guide the ethical development and deployment of artificial intelligence technologies. The key motivations include:
- Building trust: AI is a transformative technology that affects billions of users. Clear principles help build public and customer trust.
- Guiding decision-making: Principles act as a framework to evaluate whether to pursue certain AI projects.
- Avoiding harm: They ensure AI is socially beneficial and does not create or reinforce unfair bias.
- Accountability: They establish accountability for AI systems and their outcomes.
- Reputation and responsibility: As a leader in AI, Google recognized its responsibility to set standards for the broader industry.
Google's AI principles state that AI should:
- Be socially beneficial.
- Avoid creating or reinforcing unfair bias.
- Be built and tested for safety.
- Be accountable to people.
- Incorporate privacy design principles.
- Uphold high standards of scientific excellence.
- Be made available for uses that accord with these principles.
Google also lists applications it will not pursue, such as technologies that cause overall harm, weapons, or surveillance violating international norms.
Define Responsible AI and describe the need for a responsible AI practice within an organization.
Responsible AI refers to the practice of designing, developing, and deploying AI systems in a way that is ethical, transparent, fair, accountable, and aligned with human values and societal norms.
Need for a responsible AI practice within an organization:
- Ethical alignment: Ensures AI systems align with organizational values and ethical standards.
- Risk mitigation: Reduces legal, reputational, and financial risks arising from biased or harmful AI outcomes.
- Regulatory compliance: Helps meet emerging AI regulations and data protection laws.
- Building trust: Enhances customer, employee, and stakeholder trust in AI-driven products.
- Consistency: Provides a uniform framework for decision-making across teams and projects.
- Fairness: Prevents discrimination and ensures equitable treatment of all users.
- Sustainability: Supports long-term, sustainable adoption of AI technologies.
Without a responsible AI practice, organizations risk deploying systems that could harm users, damage reputation, or violate laws.
Describe how decisions made at each stage of an AI project impact responsible AI outcomes.
Responsible AI is not a single checkpoint but a continuous consideration throughout the project lifecycle. Decisions at every stage have consequences:
- Problem definition / Planning: Choosing what problem to solve and defining success metrics can introduce bias or overlook affected groups.
- Data collection: Decisions about data sources, sampling, and consent affect representativeness and privacy. Biased data leads to biased models.
- Data preparation: Cleaning, labeling, and feature selection choices can amplify or reduce unfair bias.
- Model development / Training: Algorithm choice, hyperparameters, and objective functions influence fairness, accuracy, and safety.
- Evaluation / Testing: Choosing evaluation metrics and test groups determines whether harmful behaviors are detected.
- Deployment: Decisions about where, how, and to whom the model is exposed affect real-world impact.
- Monitoring / Maintenance: Ongoing monitoring decisions determine whether drift, bias, or harm is caught over time.
Key insight: Because impacts compound across stages, responsible AI must be embedded end-to-end rather than added at the end.
Explain the statement: "Organizations can design AI to fit their own business needs and values." Provide examples.
This statement means that while general ethical principles guide AI, each organization can and should tailor its responsible AI approach to reflect its unique mission, industry, culture, and values.
Explanation:
- There is no one-size-fits-all approach to responsible AI.
- Organizations operate in different domains (healthcare, finance, retail) with different risks and priorities.
- Companies define their own AI principles, governance structures, and review processes based on their values.
Examples:
- A healthcare company may prioritize patient safety and privacy above all.
- A financial institution may emphasize fairness and transparency to avoid discriminatory lending.
- A social media platform may focus on content moderation and preventing misinformation.
By aligning AI design with business needs and values, organizations ensure AI supports their strategic goals while remaining ethical and trustworthy.
List and explain Google's seven AI principles in detail.
Google's seven AI principles define the objectives for AI applications:
- Be socially beneficial: AI should provide broad benefits that outweigh foreseeable risks and downsides, considering social and economic factors.
- Avoid creating or reinforcing unfair bias: AI should avoid unjust impacts on people, especially related to sensitive characteristics like race, gender, and religion.
- Be built and tested for safety: AI should be designed to be cautious and undergo strong safety and security practices to prevent unintended harm.
- Be accountable to people: AI systems should provide opportunities for feedback, explanations, and appeal, and remain subject to human direction and control.
- Incorporate privacy design principles: AI should respect privacy, provide notice and consent, and use appropriate safeguards for data.
- Uphold high standards of scientific excellence: AI should be grounded in rigorous, multidisciplinary scientific inquiry and share knowledge responsibly.
- Be made available for uses that accord with these principles: Google evaluates the likely uses and works to limit potentially harmful or abusive applications.
These principles collectively ensure that AI development remains ethical, safe, and aligned with human welfare.
Distinguish between AI applications Google will pursue and applications Google will not pursue.
Google's AI principles include both aspirational goals and explicit boundaries.
Applications Google WILL pursue (must satisfy the seven principles):
- Socially beneficial projects
- Applications that avoid unfair bias
- Safe and secure systems
- Systems accountable to people
- Privacy-respecting designs
Applications Google WILL NOT pursue:
- Technologies that cause or are likely to cause overall harm — where risks substantially outweigh benefits.
- Weapons or technologies whose principal purpose is to cause or facilitate injury to people.
- Surveillance technologies that violate internationally accepted norms.
- Technologies whose purpose contravenes widely accepted principles of international law and human rights.
Key difference: The 'will pursue' list defines positive objectives, while the 'will not pursue' list defines hard ethical red lines that no business benefit can override.
Explain what is meant by unfair bias in AI systems and describe how it can be introduced.
Unfair bias in AI refers to systematic and unjust discrimination in AI outputs that disadvantages certain individuals or groups, often based on sensitive attributes such as race, gender, age, or ethnicity.
How unfair bias can be introduced:
- Biased training data: If historical data reflects societal prejudices, the model learns and reproduces them.
- Unrepresentative data: Underrepresentation of certain groups leads to poor performance for them.
- Labeling bias: Human annotators may inject their own prejudices during data labeling.
- Feature selection: Using proxies for sensitive attributes (e.g., zip code as a proxy for race) causes indirect bias.
- Algorithmic design: Objective functions optimizing only for accuracy may ignore fairness.
- Feedback loops: Deployed models can reinforce existing biases over time.
Mitigation involves diverse datasets, fairness metrics, bias testing, and inclusive design practices. Google's second principle explicitly commits to avoiding creating or reinforcing unfair bias.
Describe the role of transparency and explainability in responsible AI.
Transparency and explainability are core pillars of responsible AI that enable trust and accountability.
Transparency refers to openness about how an AI system works, what data it uses, and its limitations.
Explainability refers to the ability to understand and articulate why an AI system produced a particular output or decision.
Role in responsible AI:
- Building trust: Users are more likely to trust systems they can understand.
- Accountability: Enables identification of who is responsible for outcomes.
- Debugging and improvement: Helps developers detect errors and bias.
- Regulatory compliance: Many regulations require explanations for automated decisions.
- User empowerment: Allows affected individuals to contest or appeal decisions.
- Fairness verification: Makes it possible to audit for discrimination.
Without transparency and explainability, AI becomes a 'black box', making it difficult to ensure ethical and fair behavior.
Compare responsible AI with traditional software development in terms of ethical considerations.
Responsible AI vs. Traditional Software Development:
| Aspect | Traditional Software | Responsible AI |
|---|---|---|
| Decision logic | Explicitly coded by humans | Learned from data, may be opaque |
| Bias risk | Limited to explicit logic | High, from biased data/algorithms |
| Predictability | Deterministic and predictable | Probabilistic, may behave unexpectedly |
| Ethical focus | Mostly on security and correctness | Fairness, transparency, accountability, privacy |
| Testing | Functional and unit testing | Additional fairness, bias, and safety testing |
| Impact on society | Direct and traceable | Can scale and amplify harms rapidly |
Key differences:
- Responsible AI requires continuous ethical evaluation throughout the lifecycle.
- AI systems can learn and evolve, requiring ongoing monitoring.
- The potential for large-scale societal impact is greater with AI.
While traditional software follows fixed rules, AI demands broader ethical governance due to its data-driven, adaptive nature.
Explain the importance of human oversight and accountability in AI systems.
Human oversight and accountability ensure that AI systems remain under meaningful human control and that responsibility for outcomes is clearly established.
Importance:
- Preventing autonomous harm: Humans can intervene when AI behaves unexpectedly or dangerously.
- Ethical judgment: Humans provide moral reasoning that AI lacks.
- Accountability: Clear ownership ensures someone is responsible for AI decisions and their consequences.
- Appeal and redress: Affected individuals can seek explanation and challenge decisions.
- Trust: Users trust systems that keep humans 'in the loop'.
- Legal compliance: Many jurisdictions require human involvement in high-stakes decisions.
Google's fourth principle states that AI should be accountable to people, offering opportunities for feedback, explanation, and appeal, and remaining subject to appropriate human direction and control. This reflects the principle of keeping humans central to AI decision-making.
Describe how privacy is addressed in Google's AI principles and why it matters.
Google's fifth AI principle commits to incorporating privacy design principles into AI systems.
How privacy is addressed:
- Notice and consent: Providing transparency and giving users control over their data.
- Privacy safeguards: Encouraging architectures with privacy protections built in.
- Appropriate transparency and control: Ensuring users understand how their data is used.
- Data minimization: Collecting only what is necessary.
Why privacy matters:
- User trust: People must trust that their personal data is protected.
- Legal compliance: Regulations like GDPR mandate strong privacy protections.
- Preventing misuse: Protects against unauthorized surveillance or data exploitation.
- Ethical responsibility: Respecting individual autonomy and dignity.
- Sensitive data protection: AI often processes personal, financial, or health data.
Privacy is fundamental because AI systems typically rely on large amounts of data, much of which may be personal or sensitive.
Explain how an organization can operationalize responsible AI practices. Describe key components of an effective responsible AI framework.
Operationalizing responsible AI means translating ethical principles into concrete practices, processes, and governance structures across an organization.
Key components of an effective responsible AI framework:
- Governance and leadership: Establish an AI ethics board or committee with clear accountability.
- Principles and policies: Define organization-specific AI principles aligned with values.
- Review processes: Implement ethical review at key project stages.
- Tools and techniques: Use bias detection, explainability, and fairness measurement tools.
- Training and culture: Educate employees on responsible AI and foster an ethical culture.
- Documentation: Maintain model cards, datasheets, and impact assessments.
- Monitoring: Continuously monitor deployed systems for drift and harm.
- Stakeholder engagement: Include diverse voices and affected communities.
- Incident response: Establish procedures to address failures or harms.
Outcome: These components ensure responsible AI moves from abstract principles to daily practice, embedded across the organization's people, processes, and technology.
Discuss the potential consequences of not adopting responsible AI practices in an organization.
Failing to adopt responsible AI practices can lead to serious negative consequences:
- Reputational damage: Public backlash from biased or harmful AI can severely harm brand image.
- Legal and regulatory penalties: Non-compliance with data protection and AI laws can result in fines and lawsuits.
- Financial losses: Costs from failed projects, litigation, and lost customers.
- Discrimination and harm: Biased systems can unfairly disadvantage individuals or groups.
- Loss of trust: Customers, employees, and partners lose confidence in the organization.
- Safety risks: Unsafe AI can cause physical or psychological harm.
- Privacy violations: Mishandling data can expose sensitive information.
- Ethical failures: Damage to societal values and human rights.
- Missed opportunities: Loss of competitive advantage as responsible AI becomes an industry standard.
Conclusion: Responsible AI is not merely a compliance issue but a strategic necessity for sustainable and ethical business operations.
Explain the concept of AI safety and how it is built and tested in responsible AI systems.
AI safety refers to designing AI systems that behave reliably, avoid unintended harm, and remain secure against misuse.
Google's third principle commits to AI being built and tested for safety.
How AI safety is built and tested:
- Safety by design: Incorporating cautious behavior and safeguards from the start.
- Rigorous testing: Testing systems in constrained environments before deployment.
- Security practices: Protecting against adversarial attacks and misuse.
- Risk assessment: Identifying and mitigating potential harms in advance.
- Continuous monitoring: Watching for unsafe behavior after deployment.
- Fail-safe mechanisms: Designing systems to fail gracefully.
- Best practices from AI safety research: Applying state-of-the-art safety techniques.
Importance: Because AI can operate at scale and in high-stakes settings (e.g., healthcare, autonomous vehicles), safety is essential to prevent large-scale harm and build public trust.
Illustrate with an example how bias can enter at the data collection stage and propose mitigation strategies.
Example of bias at the data collection stage:
Consider a company building a facial recognition system. If the training data is collected predominantly from one demographic group (e.g., light-skinned individuals), the model will perform poorly on underrepresented groups (e.g., darker-skinned individuals), leading to higher error rates and unfair treatment.
Why this happens:
- Sampling bias: Data does not represent the full diversity of the population.
- Historical bias: Existing datasets reflect past inequalities.
- Access bias: Certain groups' data is easier to collect.
Mitigation strategies:
- Diverse and representative data: Ensure balanced representation across all relevant groups.
- Data audits: Regularly analyze datasets for demographic gaps.
- Inclusive sourcing: Actively collect data from underrepresented populations.
- Documentation: Use datasheets to record data provenance and limitations.
- Fairness metrics: Measure model performance across subgroups.
- Stakeholder involvement: Include affected communities in data decisions.
This example demonstrates that decisions at the data collection stage directly influence responsible AI outcomes.
Describe the relationship between an organization's values and its AI governance structure.
An organization's values form the foundation upon which its AI governance structure is built.
Relationship:
- Values guide principles: Core organizational values (e.g., fairness, transparency, customer focus) shape the specific AI principles the organization adopts.
- Principles inform policies: These principles are translated into concrete governance policies and procedures.
- Governance enforces values: The governance structure (committees, review boards, processes) ensures AI development stays true to organizational values.
- Culture reinforces both: A values-driven culture ensures employees internalize responsible AI.
Example:
- A company that values customer trust will build governance emphasizing privacy and transparency.
- A company valuing innovation with responsibility will balance speed with ethical review.
Key insight: Because organizations have different values, they design AI governance to fit their own business needs and values, resulting in customized but principled approaches to responsible AI.
Explain why responsible AI is described as a shared responsibility across an organization rather than the job of a single team.
Responsible AI is a shared responsibility because ethical AI outcomes depend on decisions made by many different roles throughout the project lifecycle.
Reasons it is a shared responsibility:
- Cross-functional decisions: Product managers, data scientists, engineers, designers, and legal teams all make impactful choices.
- End-to-end impact: Bias or harm can be introduced at any stage — planning, data, modeling, deployment, or monitoring.
- Diverse perspectives: Different roles catch different risks; inclusivity improves outcomes.
- Organizational culture: Responsible AI must be embedded in company-wide culture, not siloed.
- Accountability at all levels: Leadership sets direction while individual contributors execute responsibly.
Consequences of siloing:
- If responsibility falls to one team, risks can be missed elsewhere.
- A dedicated ethics team cannot review every decision made across the organization.
Conclusion: Just as decisions at all stages impact responsible AI, all people involved share responsibility for ethical outcomes.
Discuss how responsible AI practices help an organization achieve a competitive advantage.
Adopting responsible AI can be a strategic differentiator that provides competitive advantage.
How responsible AI creates competitive advantage:
- Enhanced trust: Customers prefer brands they can trust with their data and decisions.
- Brand reputation: Being known as an ethical, responsible company attracts customers and talent.
- Regulatory readiness: Early adoption positions the organization ahead of emerging regulations.
- Risk reduction: Avoiding costly failures, lawsuits, and PR crises.
- Better products: Fairness and inclusivity broaden the customer base and improve quality.
- Investor confidence: ESG-conscious investors favor responsible companies.
- Employee attraction: Ethical practices attract and retain talent who value purpose.
- Innovation enablement: A clear responsible framework enables faster, safer scaling of AI.
Conclusion: Rather than being a constraint, responsible AI is an enabler of sustainable growth, differentiation, and long-term success in the marketplace.
Define accountability in the context of AI and explain the mechanisms organizations use to ensure it.
Accountability in AI means that individuals and organizations are held responsible for the design, behavior, and outcomes of AI systems, and that there are mechanisms to explain, review, and correct decisions.
Mechanisms to ensure accountability:
- Clear ownership: Assigning responsibility for AI systems to specific roles or teams.
- Governance boards: Ethics committees that review and approve AI projects.
- Documentation: Maintaining records such as model cards and impact assessments.
- Auditability: Enabling internal and external audits of AI systems.
- Explainability: Providing understandable reasons for AI decisions.
- Feedback and appeal channels: Allowing affected users to contest decisions.
- Human oversight: Keeping humans in the loop for critical decisions.
- Monitoring and reporting: Tracking performance and reporting issues.
Google's fourth principle emphasizes that AI should be accountable to people. Accountability ensures that when AI systems cause harm or make errors, there are clear paths for redress and improvement.
Analyze a scenario: A retail company wants to deploy an AI-based hiring tool. Using responsible AI principles, discuss the considerations they must address at each project stage.
Scenario: A retail company deploying an AI-based hiring tool must apply responsible AI throughout the lifecycle.
Stage-by-stage considerations:
-
Problem Definition:
- Clarify the goal and ensure the tool augments, not replaces, fair human judgment.
- Consider whether AI is appropriate for high-stakes hiring decisions.
-
Data Collection:
- Avoid using historical hiring data that may reflect past discrimination (e.g., gender or racial bias).
- Ensure diverse, representative candidate data.
-
Data Preparation:
- Remove or carefully handle sensitive attributes and their proxies.
- Audit labels for bias.
-
Model Development:
- Choose fairness-aware algorithms and objective functions.
- Avoid features that discriminate unfairly.
-
Evaluation / Testing:
- Test performance across demographic subgroups using fairness metrics.
- Check for disparate impact.
-
Deployment:
- Keep humans in the loop for final decisions.
- Provide transparency to candidates.
-
Monitoring:
- Continuously monitor for bias and drift.
- Provide appeal mechanisms for rejected candidates.
Conclusion: This scenario shows that decisions at every stage impact responsible AI, and applying principles like fairness, transparency, privacy, and accountability is essential to avoid discriminatory hiring outcomes.
Explain why Google has put AI principles in place. Discuss the motivations behind establishing a formal set of AI principles.
Google established its AI principles to guide the ethical development and deployment of artificial intelligence technologies. The key motivations include:
- Building trust: AI is a transformative technology that affects billions of users. Clear principles help build public and customer trust.
- Guiding decision-making: Principles act as a framework to evaluate whether to pursue certain AI projects.
- Avoiding harm: They ensure AI is socially beneficial and does not create or reinforce unfair bias.
- Accountability: They establish accountability for AI systems and their outcomes.
- Reputation and responsibility: As a leader in AI, Google recognized its responsibility to set standards for the broader industry.
Google's AI principles state that AI should:
- Be socially beneficial.
- Avoid creating or reinforcing unfair bias.
- Be built and tested for safety.
- Be accountable to people.
- Incorporate privacy design principles.
- Uphold high standards of scientific excellence.
- Be made available for uses that accord with these principles.
Google also lists applications it will not pursue, such as technologies that cause overall harm, weapons, or surveillance violating international norms.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill. The rest comes out of a student's own pocket: the domain, the storage, and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason. to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it. What it pays for →