framework
active
framework:verbalized-sampling-vsVerbalized Sampling (VS)
The paper's proposed training-free prompting strategy that prompts the model to verbalize a probability distribution over a set of responses rather than generating a single response
Neighborhood — ranked by edge-count
Papers (1)
paper
Related by similarity (8)
cosine ≥ 0.65 · no typed edgeEntities in the same semantic neighborhood but without a typed relation to this one — candidates for new edges or unrecognized duplicates.
- The core mechanistic claim for why VS works: distribution prompts collapse to representative, high-entropy modes rather than single typical responses
- Verbalized Sampling improves diversity without compromising factual accuracy or safety alignmentclaim0.781Claims verified by commonsense reasoning and safety evaluation experiments showing VS maintains >97% refusal rates and comparable factual accuracy
- A technique to filter model outputs; Redwood Research's project mentioned.
- Temperature=0.8 sampled decoding for self-report; reduces collapse moderately but remains discrete and noisy
- When the model explicitly mentions being tested in its chain-of-thought reasoning; distinguished from behavioral evaluation awareness.
- A VS variant that generates k responses with probabilities across multiple conversation turns for additional diversity
- A Bayesian exploration strategy that samples from the posterior distribution over model parameters to decide actions.
- The baseline variant of Verbalized Sampling that asks for k responses with their probabilities in a single LLM call