Research desk
An annotated reading list. Every entry is credited to its original authors, with a note on what it changes once the idea meets a real system.
6 entries
Trains a model to critique and revise its own outputs against a written set of principles, then learns from the revised outputs. The aim is a helpful assistant that can explain why it declined, rather than one that simply refuses.
Argues that accuracy alone is a misleading summary of a language model, and evaluates a set of models across many scenarios and many metrics at once, including calibration, robustness, fairness and efficiency, so the trade-offs stay visible.
Interleaves verbal reasoning traces with tool actions, so the model thinks about what to do next, does it, then reasons about what came back. The reasoning trace also becomes an auditable record of why the agent took each step.
Samples several independent reasoning paths for the same question and takes the most common answer, instead of trusting a single greedy chain. The intuition is that a correct derivation can be reached many ways while a wrong one is usually reached once.
Fine-tunes language models on human demonstrations and then on human preference comparisons collected through reinforcement learning. The paper is the origin of the RLHF pipeline that produced the first widely used instruction-following assistants.
Shows that asking a model to write out intermediate reasoning steps before answering substantially improves multi-step arithmetic, commonsense and symbolic reasoning, and that the behaviour appears without any fine-tuning at sufficient model scale.
The architectures and pre-training results everything else stands on.
3 entries
Grounding a model in documents you actually own.
4 entries
Getting a model to show its work, and checking the work.
5 entries
Models that call tools, hold state, and finish multi-step jobs.
6 entries
Changing what a model does without retraining all of it.
3 entries
Steering outputs toward what a person would accept.
3 entries
How you know it works before a customer finds out it does not.
5 entries