1. A software engineering manager reads that GitHub Copilot's suggestions can sometimes reflect biases present in the training data. Under GitHub's Responsible AI framework, which principle is MOST directly concerned with identifying and mitigating such biases?
- A. Reliability and Safety
- B. Privacy and Security
- C. Fairness✓ Correct
- D. Inclusiveness
Explanation
Fairness is the Responsible AI principle most directly concerned with ensuring AI systems do not perpetuate or amplify biases related to race, gender, disability, or other attributes. Bias in training data that affects outputs is a fairness concern. Option A is incorrect: Reliability and Safety addresses whether the system behaves as expected and avoids causing harm, not specifically bias in outputs. Option B is incorrect: Privacy and Security pertains to protecting personal data and preventing unauthorized access. Option D is incorrect: Inclusiveness is about ensuring AI is designed to benefit all people and not exclude groups, which is related but is a broader design principle rather than the specific mitigation of training-data bias.