In-context learning
Performing a task by providing examples in the prompt, without updating model weights.
Performing a task by providing examples in the prompt, without updating model weights. GPT-3 demonstrated this; it was not a feature of GPT-1.
Learning a task from examples provided in the prompt, without updating the model's weights. The model uses attention to recognize patterns in the examples and applies them to new inputs. This is the central mechanism of GPT-3.
The ability of a language model to learn from examples in its input context (the prompt) without updating its weights. CoT is a form of in-context learning where the model learns a reasoning pattern from the provided examples and applies it to new problems. This is distinct from fine-tuning, which modifies model weights.
The ability of a language model to learn from examples in its input context (the prompt) without weight updates. Related but distinct from the learning in this paper, which uses explicit training procedures (SFT, RM, RL) over many examples.