Overview
The three objects behind every human judgement on your AI's output
What is Annotation?
Annotation captures human judgement on AI output and stores every judgement as a score you can filter, export, and turn into a dataset. The judged thing can be a trace, a span, a session, a call execution, a prototype run, or a dataset row.
Labels, queues, and scores
Three objects carry the whole model:
- A label is the question you ask: a reusable definition of what you’re judging, with a fixed answer type.
Response quality, for instance, is categorical with three options:Good,Needs work,Wrong - A queue organises who answers it and on what: a managed campaign that assigns items, the individual pieces of output being judged, to annotators and tracks their progress. Attach
Response qualityto aSupport quality reviewqueue and every annotator working it answers that same question - A score is the answer itself, one record per judgement. An annotator answering
Response qualityon an item inSupport quality reviewproduces one score:Good
You can produce a score two ways: work an item through a queue, or annotate it inline, on the spot, with no queue involved.
Start here
Create a queue
Stand up an active queue and start collecting judgement
Annotate items
Work through a queue as an annotator
Annotate without a queue
Score a single item on the spot, no queue involved
Concepts
Questions & Discussion