Socrates is supposed to have said he was the wisest man in Athens only because he alone knew that he knew nothing. Pebble knows rather more than nothing, and the part we trained is the second half. Pebble 1 30B answers factual questions when it is confident and says it does not know when it is not. It is a fine-tune of Meta’s open Muse-Glimmer-30B, a 30-billion-parameter reasoning model, and the weights are open under the same Apache 2.0 license.
We measure it on AA-Omniscience, Artificial Analysis’s benchmark whose scoring rule is: a wrong answer costs (-1) as much as a right one earns (+1), and declining to answer costs nothing (0). The base model, Glimmer, scores -33. Pebble 1 30B scores +10 on the open subset of AA-Omniscience, and its hallucination rate falls from the base model’s 82% to just 6%.
On AbstentionBench, Meta's benchmark for knowing when not to answer, Pebble 1 abstains with 91% precision and still answers 96% of answerable questions, scoring above every other reasoning model in the published table.
We used supervised fine-tuning and preference optimization to teach Pebble 1 30B to answer when it knows and to decline when it does not, without shortening its reasoning. The benchmark’s public questions were held out for evaluation only.