method
active
method:few-shot-promptingfew-shot prompting
Providing k labeled examples in the prompt to steer model behavior.
Neighborhood — ranked by edge-count
Frameworks (1)
framework
- Constitutional AIimplementsAlignment approach by Anthropic that explicitly trains self-observation; predicts highest baseline and lowest prompt lift.
Concepts (1)
concept
- in-context learning (ICL)implementsTest-time adaptation from prompt or retrieved context with no parameter updates.
Methods (3)
method
- Calibrated Few-Shot Promptingrelated_toBaseline method: sweeps over shot count and resamples prompts; calibrates threshold for P(TRUE)-P(FALSE); performed surprisingly weakly
- Using language model log probabilities of answer choices (A)/(B) to produce preference labels.
- Critique-Revision PipelineimplementsSupervised stage method: model generates response, then critiques it according to a principle, then revises it; repeated multiple times.
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.
- Test-time adaptation from a small number of examples without parameter updates.
- Prompting technique where k example pairs are provided as anchors.
- Unexpected finding that behavioral baseline underperforms representational probing approaches
- Use k examples as anchors with no parameter update.
- Shot count needed to reach 50% accuracy; reflects when anchoring strength crosses critical value.
- Constructing steering vectors from the difference of mean activations on positive and negative examples, for comparison.
- Demonstrated transformers on mathematical understanding and logic; cited to motivate transformer versatility.
- Control omitting any induction and presenting only the final experiential query