method
active
method:k-shot-prompting

k-shot prompting

Prompting technique where k example pairs are provided as anchors.

Neighborhood — ranked by edge-count

Methods (1)

method

Related by similarity (8)

cosine ≥ 0.65 · no typed edge

Entities in the same semantic neighborhood but without a typed relation to this one — candidates for new edges or unrecognized duplicates.

  • Providing k labeled examples in the prompt to steer model behavior.
  • Baseline method: sweeps over shot count and resamples prompts; calibrates threshold for P(TRUE)-P(FALSE); performed surprisingly weakly
  • Shot count needed to reach 50% accuracy; reflects when anchoring strength crosses critical value.
  • Few-shot learningconcept0.720
    Test-time adaptation from a small number of examples without parameter updates.
  • Six prompt conditions (emptiness, prior relaxation, non-duality, mindfulness, boundless care, contemplative) tested against baseline
  • Personality Promptingframework0.714
    Established baseline for OCEAN steering via personality-descriptive system prompts; compared against injection methods throughout
  • shot midpoint k50concept0.714
    Number of in-context exemplars to reach 50% accuracy in E2.
  • Method of eliciting specific personas from an LLM through prompt design.