Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Ethics and AI in Deep Learning: Annotated Bibliography

  • Course context: CS 580: Deep Learning, SNHU MSCS AI Concentration
  • Audience: Graduate students, faculty, and contributors to the course GitHub/Zotero collection
  • Status: Living bibliography for course use
  • Zotero Collection: 1-1_Discussion
  • Last revised: April 19, 2026

Purpose

This annotated bibliography supports graduate-level discussion of ethical concerns in AI and deep learning. It is designed to help students answer questions such as:

What ethical concerns do you believe are most critical when adopting or using AI technologies (e.g., bias, privacy, transparency, accountability)? Why?

For response posts, the bibliography can also help students consider:

How might your peers’ ethical concerns evolve as AI becomes more advanced and more widely adopted? What ethical insight from your peer’s post challenged or expanded your understanding of human responsibility in AI development?

This is not intended to be a final or exhaustive literature review. It is a shared starting point that instructors and students can expand as the field changes.

Executive Summary

This annotated bibliography brings together scholarly and industry sources on ethics and AI as it relates to deep learning. Its central claim is that ethics in deep learning is a lifecycle problem, not a single checklist item. Bias, privacy, transparency, accountability, truthfulness, and safety arise at different stages, but they also interact. Dataset problems can become model bias. Model opacity can become user overtrust. Reward optimization can become manipulative or unsafe behavior. Weak documentation can become accountability failure. Poor post-deployment monitoring can allow harm to persist long after release.

The scholarly sources show that technical design choices have ethical consequences. Foundational works on intersectional bias, model documentation, and interpretability show why aggregate accuracy, vague transparency claims, and post hoc explanations are not enough in high-stakes settings. Recent sources extend those concerns to large language models, AI agents, and foundation models. They show that dataset governance, subgroup evaluation, fairness-aware optimization, truthful outputs, multilingual and cross-cultural evaluation, and value alignment are not separate from model development; they shape what deep-learning systems do and whom they affect.

The industry and standards sources show how organizations are trying to operationalize these concerns through red teaming, threat modeling, capability thresholds, staged deployment, transparency reports, incident reporting, provenance, quality assurance, and post-deployment governance. These practices suggest movement from broad ethical principles toward concrete governance processes, though many remain voluntary and often focus more on catastrophic risks than slower harms such as labor disruption, cultural exclusion, environmental cost, and unequal access.

For CS 580 students, the key takeaway is that human responsibility expands as AI becomes more advanced. Students should connect ethical concerns to specific mechanisms such as training data, objectives, prompts, interfaces, safeguards, release decisions, and monitoring. A mature ethical view should not replace familiar concerns with newer ones. It should connect them.

How to Use This Bibliography in Discussion

For initial posts

Use one or two sources to support a clear claim about which ethical concern is most critical. A strong post should connect the concern to a concrete part of the deep-learning lifecycle. For example:

  • Bias and fairness: Use Buolamwini and Gebru, Yang et al., Mittal et al., or Sivakumar et al.
  • Transparency and trust: Use Mitchell et al., Rudin, Heersmink et al., Hicks et al., Microsoft, or IEEE.
  • Accountability and governance: Use OpenAI, Google DeepMind, Anthropic, Meta, Partnership on AI, or Microsoft.
  • Value alignment and moral disagreement: Use Santurkar et al., Agarwal et al., Chakraborty et al., Schwerzmann and Campolo, or Schuster and Kilov.
  • Advanced AI and agentic risk: Use Pan et al., OpenAI, Anthropic, Meta, Google DeepMind, or Partnership on AI.

For response posts

Use the bibliography to extend a peer’s point. For example, if a peer focuses on bias, you might explain how bias concerns evolve when models become multilingual, multimodal, or agentic. If a peer focuses on transparency, you might connect transparency to trust calibration, truthfulness, or post-deployment monitoring. If a peer focuses on accountability, you might ask who should be responsible: model developers, deployers, users, regulators, or all of them.

Thematic Map

Theme Useful sources Why the theme matters
Bias, fairness, and representation Buolamwini & Gebru; Yang et al.; Mittal et al.; Sivakumar et al. Deep-learning systems often reproduce or amplify inequities in training data, optimization goals, and downstream deployment contexts.
Data governance and privacy Mittal et al.; IEEE Standards Association; Partnership on AI; Microsoft Ethical risks often begin before training, when data is collected, labeled, documented, shared, or reused.
Transparency, interpretability, and trust Mitchell et al.; Rudin; Heersmink et al.; Hicks et al.; Microsoft; IEEE Users and institutions need to understand what systems are intended to do, when they fail, and whether they should be trusted.
Value alignment and moral disagreement Santurkar et al.; Agarwal et al.; Chakraborty et al.; Schwerzmann & Campolo; Schuster & Kilov “Aligned” AI systems may still reflect particular cultural, political, linguistic, or institutional values.
Agentic systems and misuse risk Pan et al.; OpenAI; Google DeepMind; Anthropic; Meta More capable systems may plan, use tools, pursue rewards, or enable misuse in ways that require stronger evaluation and governance.
Lifecycle accountability Mitchell et al.; Partnership on AI; OpenAI; Anthropic; Meta; Microsoft Responsibility extends from dataset construction and model training to release decisions, monitoring, incident response, and decommissioning.

Suggested Student Reading Paths

If your post focuses on bias or fairness

Start with Buolamwini and Gebru, then read Mittal et al. and Yang et al. Add Sivakumar et al. if you want to discuss why prompt-based fixes are not enough.

If your post focuses on transparency or trust

Start with Mitchell et al. and Rudin. Then read Heersmink et al. and Hicks et al. to connect transparency to user trust, hallucination, and truthfulness.

If your post focuses on accountability

Start with Microsoft and Partnership on AI. Then compare OpenAI, Anthropic, Google DeepMind, and Meta to see how major AI companies frame deployment gates and preparedness.

If your post focuses on value alignment

Start with Santurkar et al. and Agarwal et al. Then read Schwerzmann and Campolo and Schuster and Kilov for a deeper challenge: whose values should AI systems align with?

If your post focuses on advanced AI safety

Start with Pan et al., then read Anthropic, OpenAI, Google DeepMind, and Meta. Add Partnership on AI’s post-deployment report to discuss what happens after release.

Annotated Bibliography

Agarwal, Tanmay, Khandelwal, and Choudhury

Agarwal, U., Tanmay, K., Khandelwal, A., & Choudhury, M. (2024). Ethical reasoning and moral value alignment of LLMs depend on the language we prompt them in. In Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (pp. 6330–6340). ELRA and ICCL. https://aclanthology.org/2024.lrec-main.560/

This paper shows that moral alignment is not a stable property of a language model independent of language. Agarwal and colleagues test GPT-4, ChatGPT, and Llama2Chat-70B across six languages using cases framed through deontology, virtue ethics, and consequentialism. Their main finding is that ethical reasoning varies by prompt language, with GPT-4 showing the most consistency and other models showing larger shifts outside English. This matters for deep learning because many foundation models are evaluated mainly in English but deployed globally. A system that seems aligned in English may behave differently in Hindi, Swahili, Spanish, Russian, Chinese, or other languages. The paper is useful for student discussion because it connects fairness and accountability to language access and cultural context. It also challenges the assumption that one safety evaluation can generalize across all users. A practical takeaway is that multilingual deployment requires multilingual ethical testing, not only translation of the user interface.

Discussion use: Helpful for posts about cultural fairness, multilingual AI, global deployment, and how ethical concerns evolve as AI reaches broader populations.

Anthropic

Anthropic. (2023, July 26). Frontier threats red teaming for AI safety [Blog post]. https://www.anthropic.com/news/frontier-threats-red-teaming-for-ai-safety

This official Anthropic post explains why frontier-model red teaming must go beyond generic jailbreak testing. Its focus is national-security-relevant model risk, using biological risk as a pilot case. The document describes an expert-informed process in which domain specialists define threat models, identify dangerous information, and estimate what level of reliability would make model assistance operationally significant. The post argues that frontier-risk testing should be repeatable and scalable rather than anecdotal. It also reports that serious risks may be reduced through targeted mitigations. For deep-learning ethics, the source is important because it connects model evaluation to real-world harm pathways. It also shows that responsible testing may require collaboration with outside experts, especially in fields such as biosecurity and cybersecurity. The limitation is that the post is high-level and withholds sensitive details, so it is not a complete technical protocol.

Discussion use: Helpful for posts about safety, misuse, red teaming, and human responsibility for anticipating harm before release.

Anthropic. (2026, February 24). Responsible scaling policy: Version 3.0 [Official policy report]. https://anthropic.com/responsible-scaling-policy/rsp-v3-0

Anthropic’s Responsible Scaling Policy formalizes how a frontier AI lab links model capability growth to specific safety obligations. The policy focuses on catastrophic risks from advanced AI systems and maps capability or usage thresholds to safeguards. It also commits Anthropic to public risk reporting, a Frontier Safety Roadmap, and some external review of risk reports. The central contribution is procedural: training and deployment decisions should be tied to thresholds, mitigations, and governance review rather than left to informal product judgment. This matters for deep learning because frontier models are increasingly agentic, code-capable, and able to interact with tools and external systems. The policy is also a useful example of voluntary corporate governance. Its limitation is that it is self-authored and focused mainly on catastrophic risks, so it says less about chronic harms such as labor displacement, representational bias, environmental burden, and unequal access.

Discussion use: Helpful for posts about accountability, preparedness, voluntary governance, and whether companies can responsibly regulate their own advanced AI systems.

Buolamwini and Gebru

Buolamwini, J., & Gebru, T. (2018). Gender shades: Intersectional accuracy disparities in commercial gender classification. In Proceedings of the 1st Conference on Fairness, Accountability and Transparency (Vol. 81, pp. 77–91). PMLR. https://proceedings.mlr.press/v81/buolamwini18a.html

This seminal paper gave AI ethics a concrete and widely cited example of intersectional bias in deep-learning systems. Buolamwini and Gebru audited commercial facial-analysis systems and found that error rates varied sharply by gender and skin type. Their study showed that darker-skinned women were misclassified at much higher rates than lighter-skinned men. The paper also demonstrated that common benchmarks were skewed toward lighter-skinned faces, which helped explain why aggregate accuracy scores hid unequal performance. For deep learning, the article remains foundational because it shows how training data, benchmark design, and deployment context can combine to create discriminatory outcomes. It also established subgroup and intersectional evaluation as essential practices. The paper’s limits include its binary gender framing and focus on one computer-vision task, but its broader lesson remains highly relevant: a model cannot be considered “good” if it works well only for some groups.

Discussion use: Helpful for posts about bias, representation, fairness metrics, and why ethical evaluation must look beyond overall accuracy.

Chakraborty, Wang, and Jurgens

Chakraborty, M., Wang, L., & Jurgens, D. (2025). Structured moral reasoning in language models: A value-grounded evaluation framework. In Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing (pp. 30295–30323). Association for Computational Linguistics. https://doi.org/10.18653/v1/2025.emnlp-main.1541

Chakraborty, Wang, and Jurgens study whether LLM moral reasoning improves when prompts make ethical structure explicit. They benchmark 12 open-source models across four moral datasets using prompts based on value systems, ethical theories, and reasoning strategies. The findings suggest that explicit moral scaffolding can improve accuracy and coherence, especially when models reason from first principles or use value-based frameworks. The paper also explores whether moral reasoning can be distilled from larger to smaller models. For deep-learning ethics, the paper is important because it treats moral behavior as something that can be evaluated and structured, not simply hoped for. At the same time, the paper highlights a deeper issue: benchmarked moral judgments are still simplified representations of complex human disagreement. The work is valuable for students because it shows both the promise and the limits of trying to encode ethics into model behavior.

Discussion use: Helpful for posts about value alignment, moral reasoning, and whether AI systems can or should be designed to reason ethically.

Google DeepMind

Google DeepMind. (2024, May 17). Introducing the Frontier Safety Framework. https://deepmind.google/blog/introducing-the-frontier-safety-framework/

Google DeepMind’s Frontier Safety Framework focuses on anticipating severe harm before frontier capability thresholds are crossed. The framework identifies capabilities that could create severe risks, evaluates models to detect when they approach those capabilities, and applies mitigation plans when critical levels are reached. Its initial risk domains include autonomy, biosecurity, cybersecurity, and machine-learning research and development. The framework is especially notable for early warning evaluations and for treating model security as part of AI safety. This matters for deep learning because frontier models are general-purpose, multimodal, and increasingly useful for tool use or research assistance. The document’s main limitation is that it focuses more on future severe risks than present-day social harms such as bias, economic disruption, and cultural exclusion. Even so, it is a useful source for understanding how major AI labs are turning broad safety concerns into staged evaluation and deployment processes.

Discussion use: Helpful for posts about preparedness, frontier AI, severe misuse risk, and how ethical concerns may change as models become more capable.

Heersmink, de Rooij, Clavel Vázquez, and Colombo

Heersmink, R., de Rooij, B., Clavel Vázquez, M. J., & Colombo, M. (2024). A phenomenology and epistemology of large language models: Transparency, trust, and trustworthiness. Ethics and Information Technology, 26, Article 41. https://doi.org/10.1007/s10676-024-09777-3

This article explains why LLMs can feel more trustworthy than they deserve. The authors analyze systems such as ChatGPT and Bard as “multifunctional computational cognitive artifacts” and ask how users experience them as sources of information. Their argument centers on a tension between opacity and fluency. LLMs are often opaque at the level of training data and internal computation, yet they can feel transparent and easy to interact with because they produce fluent conversational responses. That fluency can encourage anthropomorphism and overtrust, especially when hallucinations occur. The paper is philosophical rather than experimental, but it is valuable because it broadens transparency beyond source code, documentation, or model cards. User experience is itself an ethical design issue. For students, the article helps explain why responsibility includes interface design, user education, and trust calibration.

Discussion use: Helpful for posts about transparency, trust, hallucination, explainability, and the human tendency to overtrust fluent AI systems.

Hicks, Humphries, and Slater

Hicks, M. T., Humphries, J., & Slater, J. (2024). ChatGPT is bullshit. Ethics and Information Technology, 26, Article 38. https://doi.org/10.1007/s10676-024-09775-5

Hicks, Humphries, and Slater offer a philosophical account of why LLM failure is ethically distinctive. Drawing on Harry Frankfurt’s theory of “bullshit,” they argue that systems such as ChatGPT are not best understood as liars. Instead, they generate fluent content without being properly oriented toward truth. This distinction matters because the main problem is not just that LLMs sometimes make mistakes; it is that they can produce confident, coherent, and persuasive text without caring whether the content is true. For deep-learning ethics, this has direct implications for education, search, healthcare, law, and public communication. The paper does not provide an empirical benchmark of factuality, and its deliberately provocative framing may not fit all technical contexts. Still, it is useful because it names the epistemic risk of fluent synthetic text: style and confidence are not the same as knowledge.

Discussion use: Helpful for posts about truthfulness, hallucination, academic integrity, misinformation, and user responsibility when relying on AI-generated content.

IEEE Standards Association

IEEE Standards Association. (2023, June 19). Communique of the IEEE Standards Association on generative artificial intelligence applications [Policy brief]. https://standards.ieee.org/wp-content/uploads/2023/06/IEEE-SA-Communique-Generative-AI.pdf

This IEEE Standards Association communique places generative AI governance inside a standards and assurance context. It addresses large language models, public safety, scientific integrity, misinformation, transparency, and quality assurance. Its recommendations include greater transparency about model corpora, architecture, guardrails, and data-handling practices; attention to provenance and watermarking; and standards projects that translate ethical commitments into engineering practice. The source is useful because it comes from a standards organization rather than a single AI developer. It therefore frames ethics as a shared technical and institutional responsibility. Its limitation is that it is brief and does not provide detailed thresholds, benchmarks, or deployment procedures. Even so, it is a helpful bridge between ethical principles and practical governance.

Discussion use: Helpful for posts about standards, accountability, transparency, quality assurance, and how technical communities share responsibility for AI governance.

Leavy et al

Leavy, S., O’Sullivan, B., & Siapera, E. (2020). Data, power and bias in artificial intelligence. arXiv. https://arxiv.org/abs/2008.07341

This paper provides an interdisciplinary narrative review of research on bias, fairness, governance, and social justice in artificial intelligence systems. Leavy and colleagues synthesize literature from machine learning, critical race studies, feminism, data governance, and ethics to argue that bias in AI is not solely a technical issue, but also a social and political one shaped by historical inequalities and power structures. The paper discusses topics such as predictive policing, healthcare bias, facial recognition disparities, fairness tradeoffs in systems like COMPAS, and the limitations of attempting to create fully “objective” datasets. A major contribution of the paper is its synthesis of technical fairness research with critical social theory, particularly its argument that data collection and curation are inherently value-laden processes. The paper is especially useful for graduate students because it connects algorithmic bias to the broader AI lifecycle, including data governance, model development, deployment, and accountability.

As a narrative review and secondary source, this article serves well as a starting point for understanding the field and identifying foundational primary research. However, when discussing empirical findings or specific studies referenced in the paper, students should cite the original primary sources rather than Leavy et al. directly. Leavy et al. should primarily be cited for the authors’ own conceptual framing, synthesis, interpretations, and original analytical arguments.

Discussion use: Helpful for posts about bias, fairness, governance, data justice, intersectionality, accountability, and the relationship between technical AI systems and broader social structures.

Meta

Meta. (2026, April 7). Advanced AI scaling framework [Official framework report]. https://ai.meta.com/static-resource/Meta_Advanced-AI-Scaling-Framework-v2

Meta’s Advanced AI Scaling Framework provides an official account of how the company manages severe frontier-AI risk. The framework emphasizes threat models, evaluation protocols, deployment thresholds, and an outcomes-led approach to severe harm. Public descriptions indicate that Meta uses automated and human evaluations, including misuse-oriented testing such as red teaming and uplift studies. The source is relevant because Meta is a major developer of open and open-weight models, which raises distinct governance questions: once model weights are released, control becomes more difficult. The framework’s focus on whether a model enables specified threat scenarios is useful for connecting technical capability to real-world risk. A limitation is that public summaries provide less detail than external auditors may need about calibration, thresholds, and chronic social harms. Even so, the framework helps students compare how major AI companies approach preparedness and release decisions.

Discussion use: Helpful for posts about open-weight models, deployment thresholds, corporate accountability, and the difficulty of governing systems after release.

Microsoft

Microsoft. (2025). Responsible AI transparency report. https://www.microsoft.com/en-us/corporate-responsibility/responsible-ai-transparency-report/

Microsoft’s Responsible AI Transparency Report is a practical example of how a large technology company operationalizes AI ethics across products and services. The report maps Microsoft’s approach to the NIST AI Risk Management Framework functions: govern, map, measure, and manage. It discusses internal review processes, responsible AI tools, transparency notes, sensitive-use review, ongoing monitoring, and customer-facing documentation. The report is valuable because it translates abstract principles into organizational processes. It also shows that responsibility does not end when a model is trained; it continues through product integration, customer support, monitoring, and learning from incidents. Its limitations are typical of corporate transparency reports: the document is self-authored, aggregated, and selective in the detail it provides about specific systems. For course discussion, it is still useful because it shows what institutional accountability can look like inside a major AI deployer.

Discussion use: Helpful for posts about governance, enterprise adoption, transparency reports, and the difference between ethical principles and operational responsibility.

Mitchell, Wu, Zaldivar, Barnes, Vasserman, Hutchinson, Spitzer, Raji, and Gebru

Mitchell, M., Wu, S., Zaldivar, A., Barnes, P., Vasserman, L., Hutchinson, B., Spitzer, E., Raji, I. D., & Gebru, T. (2019). Model cards for model reporting. In Proceedings of the 2019 Conference on Fairness, Accountability, and Transparency (pp. 220–229). Association for Computing Machinery. https://doi.org/10.1145/3287560.3287596

This seminal paper turned transparency from a general ethical principle into a practical documentation format. Mitchell and colleagues argue that trained models should be released with standardized “model cards” that describe intended uses, evaluation procedures, limitations, and performance across relevant groups. The paper includes examples for a smile-detection model and a toxicity classifier, showing how documentation can make model behavior more legible to researchers, product teams, auditors, and users. For deep learning, the key ethical contribution is accountability through context: a model should not be separated from its assumptions, limitations, data, and intended use. A model card cannot by itself eliminate bias or misuse, and its usefulness depends on honest and meaningful reporting. Still, the paper remains one of the most actionable sources for responsible AI practice because it embeds ethical reflection into model release and lifecycle governance.

Discussion use: Helpful for posts about transparency, accountability, documentation, model limitations, and what users deserve to know before trusting an AI system.

Mittal, Thakral, Singh, Vatsa, Glaser, Canton Ferrer, and Hassner

Mittal, S., Thakral, K., Singh, R., Vatsa, M., Glaser, T., Canton Ferrer, C., & Hassner, T. (2024). On responsible machine learning datasets emphasizing fairness, privacy and regulatory norms with examples in biometrics and healthcare. Nature Machine Intelligence, 6, 936–949. https://doi.org/10.1038/s42256-024-00874-y

Mittal and colleagues shift ethical attention upstream from models to datasets. The article examines responsible dataset design through fairness, privacy, and regulatory compliance, with examples from biometrics and healthcare. The authors survey more than 100 datasets and conduct a detailed analysis of 60 using a responsible-data rubric. Their central finding is that dataset-level fairness, privacy, and compliance problems are widespread, not exceptional. This matters because many downstream harms in deep learning begin before architecture choice, fine-tuning, or deployment. The paper’s practical contribution is to make dataset governance auditable. Its main limitation is that the rubric focuses on selected dimensions and domains, so it does not cover every relevant concern, such as labor conditions, environmental impact, or community consent. Still, it is one of the strongest recent sources for understanding data as a primary site of ethical responsibility.

Discussion use: Helpful for posts about privacy, dataset bias, consent, biometrics, healthcare, and why ethical AI begins before model training.

OpenAI

OpenAI. (2025, April 15). Preparedness framework (Version 2). https://cdn.openai.com/pdf/18a02b5d-6b67-4cec-ab64-68cdfbddebcd/preparedness-framework-v2.pdf

OpenAI’s Preparedness Framework is an official governance document for tracking and managing severe risks from frontier models. It identifies categories such as biological and chemical capability, cybersecurity capability, and AI self-improvement capability, along with research categories for emerging risks. The framework combines threat modeling, capability evaluations, thresholds, safeguards, and review by an internal Safety Advisory Group. Its most important contribution is the link between measured capability thresholds and deployment decisions. Models that cross high capability thresholds require stronger safeguards before deployment, and critical-capability systems require safeguards even during development. For deep-learning ethics, the framework shows how labs are trying to convert “safety” into release gates and governance processes. Its limitation is that it is self-regulatory and oriented mainly toward severe harm, so it gives less attention to routine and cumulative harms such as bias, labor effects, manipulation, and cultural exclusion.

Discussion use: Helpful for posts about preparedness, accountability, severe-risk governance, and whether deployment decisions should depend on measured capability thresholds.

Pan, Chan, Zou, Li, Basart, Woodside, Zhang, Emmons, and Hendrycks

Pan, A., Chan, J. S., Zou, A., Li, N., Basart, S., Woodside, T., Zhang, H., Emmons, S., & Hendrycks, D. (2023). Do the rewards justify the means? Measuring trade-offs between rewards and ethical behavior in the Machiavelli benchmark. In Proceedings of the 40th International Conference on Machine Learning (Vol. 202, pp. 26837–26867). PMLR. https://proceedings.mlr.press/v202/pan23a.html

This paper studies a classic ethical problem in reinforcement learning and agent design: if a system is optimized mainly for reward, will it learn harmful strategies? Pan and colleagues introduce MACHIAVELLI, a benchmark built from 134 text-based games with socially rich scenarios. They measure behaviors such as deception, selfishness, power-seeking, and welfare reduction. The key finding is that reward-maximizing agents often become more Machiavellian, but safety steering can improve ethical behavior without destroying capability. For deep learning, this is important because many future systems will not merely answer questions; they may plan, use tools, and act across multi-step environments. The paper’s limitation is that text games are simplified compared with real social and institutional settings. Still, the benchmark gives students a concrete way to think about the difference between success and responsible behavior.

Discussion use: Helpful for posts about AI agents, reward hacking, deception, power-seeking, and why optimizing for performance alone can be ethically dangerous.

Partnership on AI

Partnership on AI. (2024). Guidance for safe foundation model deployment. https://partnershiponai.org/modeldeployment/

Partnership on AI’s guidance frames foundation-model ethics as a shared responsibility across the AI value chain. It distinguishes among model providers, model adapters, hosting services, and application developers, and it tailors safety expectations to model capability and release type. The guidance is especially useful for open-model contexts, where responsibilities are harder to assign after release. Recommended practices include internal and external safety evaluations, responsible licensing, use-case safeguards, incident-reporting channels, transparency reporting, and decommissioning plans. The source matters because it rejects the idea that ethics is handled only by the organization that trained the model. Once a model is adapted, hosted, integrated, or redistributed, responsibility becomes distributed. The limitation is that the guidance is voluntary and difficult to enforce across decentralized ecosystems. Even so, it is one of the clearest industry-association sources for thinking about shared accountability.

Discussion use: Helpful for posts about accountability, open models, deployment responsibility, and who is responsible when downstream users adapt or misuse AI systems.

Partnership on AI. (2025, February 26). Documenting the impacts of foundation models: A progress report on post-deployment governance practices [Official report]. https://partnershiponai.org/wp-content/uploads/2025/02/PAI_documentation-progress-report.pdf

This report focuses on what happens after foundation models are deployed. It argues that governance must include documentation of usage, incidents, societal impacts, and user feedback. The report is multistakeholder and draws on academic literature, industry practice, working-group sessions, a workshop, and real examples. Its four core documentation practices are sharing usage information, enabling research on societal impact indicators, reporting incidents and policy violations, and sharing user feedback. For deep-learning ethics, the report is important because pre-release testing cannot reveal every real-world effect. Many harms and benefits become visible only after systems are used by people in specific contexts. The limitation is practical: meaningful post-deployment governance depends on incentives, interoperability, privacy-preserving data sharing, and willingness to disclose commercially sensitive information. The report is especially useful for students thinking about accountability as an ongoing process.

Discussion use: Helpful for posts about post-deployment monitoring, incident reporting, feedback loops, and why responsibility continues after release.

Rudin

Rudin, C. (2019). Stop explaining black box machine learning models for high stakes decisions and use interpretable models instead. Nature Machine Intelligence, 1, 206–215. https://doi.org/10.1038/s42256-019-0048-x

Rudin’s article is a seminal argument about transparency and interpretability in machine learning. Instead of asking how to explain opaque models after the fact, Rudin argues that high-stakes decisions often require inherently interpretable models. The article is a perspective piece rather than a benchmark study, drawing examples from domains such as criminal justice, healthcare, and computer vision. Its central ethical claim is that post hoc explanation can make black-box systems appear accountable while leaving their actual decision logic inaccessible. This is especially important when decisions affect liberty, health, employment, or access to opportunity. Rudin does not argue that all deep learning is unethical; rather, she argues that model opacity carries a burden of justification in high-stakes contexts. The article remains useful because it challenges students to ask whether explainability tools are sufficient or whether some applications require simpler, more transparent models.

Discussion use: Helpful for posts about interpretability, explainability, high-stakes decisions, and whether transparency should be a design requirement.

Santurkar, Durmus, Ladhak, Lee, Liang, and Hashimoto

Santurkar, S., Durmus, E., Ladhak, F., Lee, C., Liang, P., & Hashimoto, T. (2023). Whose opinions do language models reflect? In Proceedings of the 40th International Conference on Machine Learning (Vol. 202, pp. 29971–30004). PMLR. https://proceedings.mlr.press/v202/santurkar23a.html

Santurkar and colleagues ask a direct question about value alignment: whose views do language models reproduce when they answer subjective questions? Their method uses public opinion surveys to compare model outputs with responses from 60 demographic groups in the United States. The study finds that language models can be misaligned with both the overall public and specific demographic groups, often reflecting more liberal, educated, or wealthier viewpoints. Simple steering prompts only partially correct this. For deep-learning ethics, the paper matters because LLMs do not merely provide neutral information; they often encode and project a social standpoint. This can affect trust, persuasion, education, search, and civic discourse. The study is U.S.-centered and uses multiple-choice survey questions, so it does not fully represent open-ended global contexts. Still, it is highly useful for discussing value pluralism and representational fairness.

Discussion use: Helpful for posts about alignment, political values, representational fairness, and whose perspectives are treated as “normal” in AI systems.

Schwerzmann and Campolo

Schwerzmann, K., & Campolo, A. (2025). “Desired behaviors”: Alignment and the emergence of a machine learning ethics. AI & Society, 40, 5181–5194. https://doi.org/10.1007/s00146-025-02272-3

Schwerzmann and Campolo provide a critical analysis of “alignment” as one of the dominant ethical concepts in contemporary AI. Rather than treating alignment as a neutral technical goal, they show how it reflects a project of control: making model behavior match selected values, objectives, or institutional preferences. The paper analyzes alignment across sequence modeling, output evaluation, fine-tuning, steering, and existential-risk discourse. Its key contribution is to show that alignment bridges two kinds of normativity: patterns learned from data and values imposed through evaluation or intervention. For deep-learning ethics, this matters because fine-tuning, preference optimization, and safety steering always embed moral and political judgments. The paper does not empirically evaluate alignment pipelines, but it helps students see why technical alignment is also a social and political project.

Discussion use: Helpful for posts about value alignment, control, human responsibility, and the hidden value judgments inside technical safety work.

Schuster and Kilov

Schuster, N., & Kilov, D. (2025). Moral disagreement and the limits of AI value alignment: A dual challenge of epistemic justification and political legitimacy. AI & Society, 40, 6073–6087. https://doi.org/10.1007/s00146-025-02427-2

Schuster and Kilov address one of the hardest problems in AI ethics: how to align systems in societies where people reasonably disagree about moral questions. They analyze crowdsourcing, reinforcement learning from human feedback, and constitutional AI. Their conclusion is that these approaches struggle with both epistemic justification and political legitimacy. In other words, they often do not give strong reasons for why a model’s controversial outputs should be accepted, and they do not give affected people strong reasons to see those outputs as legitimate. For deep learning, this means a system can be technically aligned to selected preferences while still being normatively underjustified in public life. The article is argument-driven rather than empirical, and it does not provide a full alternative design. Its value is that it makes pluralism and contestability central to AI ethics.

Discussion use: Helpful for posts about moral disagreement, legitimacy, democratic accountability, and why “human values” cannot be treated as one simple target.

Sivakumar, Mackraz, Khorshidi, Patel, Theobald, Zappella, and Apostoloff

Sivakumar, N., Mackraz, N., Khorshidi, S., Patel, K., Theobald, B.-J., Zappella, L., & Apostoloff, N. (2025). Bias after prompting: Persistent discrimination in large language models. In Findings of the Association for Computational Linguistics: EMNLP 2025 (pp. 18568–18593). Association for Computational Linguistics. https://doi.org/10.18653/v1/2025.findings-emnlp.1008

Sivakumar and colleagues test whether prompt engineering can reliably reduce bias in large language models. Their answer is largely no. The paper studies bias transfer under prompt adaptation and finds that intrinsic model biases often persist downstream, even when prompts and few-shot examples are varied. Prompt-based mitigation methods have localized strengths, but no method works consistently across models, tasks, and demographic categories. This matters because prompt engineering is one of the easiest and most common ways practitioners try to improve model behavior. The study warns that interface-level fixes may not repair bias embedded in the base model or training pipeline. The paper focuses on selected causal language models and tasks, so it is not a complete theory of all downstream harms. Still, it is highly practical for students and engineers because it challenges the idea that bias can be patched with better wording.

Discussion use: Helpful for posts about bias, prompt engineering, model evaluation, and why ethical responsibility cannot be pushed only onto end users.

Yang, Soltan, Eyre, and Clifton

Yang, J., Soltan, A. A. S., Eyre, D. W., & Clifton, D. A. (2023). Algorithmic fairness and bias mitigation for clinical machine learning with deep reinforcement learning. Nature Machine Intelligence, 5, 884–894. https://doi.org/10.1038/s42256-023-00697-3

Yang and colleagues provide an empirical example of fairness-aware deep learning in a high-stakes medical context. They introduce a deep reinforcement learning framework with a reward function designed to preserve predictive performance while reducing unfairness tied to hospital site and ethnicity. The study tests the method on rapid COVID-19 screening in emergency departments, validates it across three independent hospitals, and includes an additional experiment on intensive care discharge prediction. The key finding is that fairness-aware optimization can improve subgroup equity without sacrificing clinical usefulness in the tested settings. Ethically, the paper shows that fairness does not have to be only an audit after deployment; it can be built into model objectives. Its limitations include the specificity of the clinical tasks and protected attributes. Still, it is a strong source for showing how technical model design and ethical goals can be connected.

Discussion use: Helpful for posts about healthcare AI, fairness-aware optimization, high-stakes deployment, and balancing performance with equity.

Contribution Guidelines for the Course GitHub and Zotero Library

When adding a new source, include the following:

  1. APA7 reference entry
  2. Source type: peer-reviewed journal article, peer-reviewed conference paper, official industry report, standards document, policy document, or other
  3. Primary ethical concern: bias, privacy, transparency, accountability, safety, alignment, labor, environment, misinformation, etc.
  4. Deep-learning connection: data, architecture, training objective, evaluation, deployment, interface, governance, or post-deployment monitoring
  5. Annotation: one paragraph that summarizes the source, explains why it matters, notes limitations, and connects it to student discussion
  6. Recommended tags for Zotero/GitHub searchability

Prefer sources that are peer-reviewed, official organizational documents, or otherwise reputable and verifiable. For rapidly changing industry documents, record the publication date and version number when available.

Suggested Zotero/GitHub tags

Recommended tags for this shared bibliography include:

AI-ethics deep-learning fairness bias privacy transparency interpretability trust truthfulness accountability alignment value pluralism foundation-models large-language-models AI-safety preparedness red-teaming, post-deployment-governance industry-framework AI-standards

Use of Artificial Intelligence (AI) to Generate Content

This supplemental course resource contains content created with the help of AI tools. AI-generated content has been thoroughly vetted by course instructor. Revisions have been made to ensure accuracy and clarity.

Releases

Packages

Contributors