Publications
Evaluation and Alignment: The Seminal Papers
Manning Publications
A practical guide to designing and implementing AI evaluation systems, grounded in seminal research papers.
Get Early Access — 50% OffAbout the Book
Evaluation and Alignment is an engineering guide to the research behind modern evaluation and alignment. Each chapter starts from a seminal paper, reconstructs the problem it addressed, and carries the method into an implementation or system design.
The book covers application evaluation, model evaluation, and post-training. It shows what each method measures, the assumptions it makes, and where it fails.
What You’ll Learn
- Evaluation fundamentals — Choose metrics that match the behavior and failure modes you need to measure.
- Alignment techniques — Trace RLHF and constitutional AI from their original formulations to current practice.
- Reading research — Separate a paper’s durable contribution from its experimental setting and implementation details.
- Evaluation pipelines — Connect datasets, evaluators, regression tests, and release decisions in one system.
Table of Contents
- The Landscape of LLM Evaluation and Alignment: An Evolving Field
- The Dawn of Automatic Evaluation: BLEU and ROUGE
- Bridging the Semantic Gap with Learned Metrics: BERTScore and COMET
- LLM-as-a-Judge: The New Paradigm for Evaluation
- Detecting and Quantifying Hallucinations
- Evaluating Retrieval-Augmented Generation (RAG): The RAGAS Framework
- Reinforcement Learning from Human Preferences: The RLHF Foundation
- Constitutional AI: Alignment Through Principles
- Advanced Alignment and Safety: Red Teaming and Beyond
- Deliberative Alignment: Reasoning for Safety at Inference Time
- The Evolving Landscape of LLM Evaluation and Alignment
Table of contents is preliminary and subject to change during Early Access.
Why This Book?
The core methods are scattered across papers on metrics, model judges, hallucination, RAG, preference learning, constitutional AI, and red teaming. This book puts them in the order an engineer encounters the problems and explains how they fit into a production evaluation system.