method
active
method:many-shot-promptingMany-Shot Prompting
Technique using 0-20 in-context examples exhibiting a target trait to elicit behavioral shifts, used to validate persona vector monitoring
Neighborhood — ranked by edge-count
Papers (1)
paper
Methods (1)
method
- few-shot promptingrelated_toProviding k labeled examples in the prompt to steer model behavior.
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.
- Baseline method: sweeps over shot count and resamples prompts; calibrates threshold for P(TRUE)-P(FALSE); performed surprisingly weakly
- Prompting technique where k example pairs are provided as anchors.
- Phenomenon where providing many untruthful or undesirable examples in context steers LM behaviour, related to reflective traits.
- Test-time adaptation from a small number of examples without parameter updates.
- Use k examples as anchors with no parameter update.
- Ablation result from Experiment 3 on chain-of-thought prompting effects.
- A prompting baseline that elicits N responses across N sequential conversation turns
- Technique by which LLMs generate intermediate reasoning steps before final output; used by ChatGPT o3.