Third-party cyber evaluations involving OpenAI models
openai.com·14h ago
TL;DR
In-context learning (ICL)—where language models learn from input-output examples in their prompt—assumes correct demonstrations improve accuracy. Researchers discovered this assumption fails: some correct examples actually hurt performance.
✦ Why It Matters
Select in-context demonstrations based on relevance and distribution fit, not just correctness, to avoid degrading model accuracy.
Key Takeaways
How It Works
The study introduces task-preserving perturbations, which modify only the input of an exemplar while maintaining its correctness. This approach allows researchers to analyze how changes in input affect the model's inference process, revealing that even correct examples can mislead the model.
Related