Skip to main content

External resources

What's changed in this release

This page has been updated for the upcoming Responsible AI Playbook release. It now serves as a curated reading list across surveys, benchmarks, testing/red-teaming, guardrails, fairness, alignment, finetuning tooling, interpretability, agentic safety, and practitioner blogs. Summary of changes:

  • Added an Agentic Safety section (Progent, prompt-injection design patterns).
  • Added a Finetuning tooling section (TRL, PEFT, Alignment Handbook, Axolotl, Unsloth, Llama Cookbook).
  • Added a Fairness section covering the incompatibility results, the Barocas, Hardt, and Narayanan textbook, and the Fairlearn and AI Fairness 360 toolkits.
  • Refreshed Alignment, Interpretability, and Testing/Red-teaming entries with recent (2024–2025) work.
  • Added new practitioner blogs and OpenAI's agentic-AI governance paper.

This page collects influential papers, benchmarks, methods, repositories, and guides for deeper Responsible AI and AI safety work.

Surveys

Benchmarks

Testing and red-teaming

Guardrails

Fairness

Alignment

Finetuning tooling

  • TRL - reference implementation for post-training, providing SFTTrainer, DPOTrainer, RewardTrainer and others, each documented with a runnable snippet
  • PEFT - parameter-efficient adapters (LoRA, QLoRA, DoRA and others) integrated with Transformers and TRL
  • Alignment Handbook - end-to-end YAML recipes covering continued pre-training, SFT, DPO, ORPO, reward modelling, and rejection sampling
  • Axolotl - configuration-driven finetuning across preprocessing, training, evaluation, and inference, with multi-GPU and multi-node support
  • Unsloth - optimised LoRA and QLoRA training for a single GPU, with ready-to-run notebooks per model family
  • Llama Cookbook - worked finetuning examples and a finetuning FAQ, oriented around Llama models

Interpretability

Agentic safety

Repositories

  • Awesome-LM-SSP - reading list for safety, security, and privacy in large models
  • Awesome-LLM-Judges - research on using LLM judges for automated evaluation
  • Awesome Agent Evals - curated resources for building and evaluating AI agents, including papers, tools, and benchmarks

Blogs and guides

Was this page helpful?