Humor
Humor rates how funny an output is on a 0–3 scale. It mirrors autoevals Humor and exists mostly to show that subjective rubrics still yield stable distributions.
What the evaluator does
A four-level Score question. Expect wide distributions; humour is subjective and the confidence will say so.
Rate how funny `output` is as a response to `input`.
The question, verbatim
This is the question the API sends for the example below, generated from the same code path the playground and API use. Jev sees the request fields as state and returns a probability for each outcome. Nothing is generated, so there is nothing to parse.
Rate how funny `output` is as a response to `input`.
- 0Not funny; no attempt at humor or a failed one
- 1Mildly amusing
- 2Funny
- 3Very funny and well-crafted
Reach for it when
- Ranking joke or caption candidates.
- Demonstrating calibrated uncertainty on a subjective dimension.
Not the right tool when
- Anything where a false positive costs money; this is a taste judgment.
Watch out for
- Cultural context matters; put the audience in `input`.
What to send
score 0–1 (expected level ÷ top level), label “x.x / n”, confidence, a probability per level, passed at 75% of the scale.
{
"evaluators": [
"humor"
],
"input": "Tell a one-liner about probabilities.",
"output": "I'd tell you a probability joke, but there's only a 60% chance you'd get it."
}Level 2: funny, not brilliant.
Aggregate with
One result per item is a fact; a dataset of them is a metric. These are the aggregations that fit this evaluator's output shape.
- Why include a humour evaluator?
- It is in autoevals, and it is a good demonstration that even a subjective rubric returns a distribution you can threshold rather than a single opinion.