手法を比較
選択した手法を並べて確認できます。異なる行はハイライト表示されます。
| プロンプトエンジニアリング× | Few-Shot Text Classification× | |
|---|---|---|
| 分野 | テキストマイニング | テキストマイニング |
| 系統 | Process / pipeline | Process / pipeline |
| 提唱年≠ | 2020 (few-shot prompting); 2022 (chain-of-thought) | — |
| 提唱者≠ | Tom Brown et al. (GPT-3 / few-shot framing, 2020); chain-of-thought extended by Jason Wei et al. (2022) | — |
| 種類≠ | NLP pipeline — structured instruction design for large language models | NLP text-classification task (low-resource) |
| 原典≠ | Brown, T. et al. (2020). Language Models are Few-Shot Learners. Advances in Neural Information Processing Systems (NeurIPS), 33, 1877-1901. link ↗ | Gao, T., Fisch, A. & Chen, D. (2021). Making Pre-trained Language Models Better Few-shot Learners. ACL. DOI ↗ |
| 別名≠ | instruction design, LLM prompting, Yönerge Mühendisliği (Prompt Engineering) | few-shot learning for text, Az Atışlı Metin Sınıflandırma (Few-Shot) |
| 関連≠ | 7 | 4 |
| 概要≠ | Prompt engineering is the practice of crafting structured natural-language instructions — prompts — to elicit targeted outputs from large language models (LLMs). Formalised by Brown et al. (2020) in the context of GPT-3 and extended by Wei et al. (2022) with chain-of-thought prompting, it encompasses four main strategies: zero-shot, few-shot, chain-of-thought, and tree-of-thought. Rather than re-training a model, the analyst shapes the model's behaviour entirely through the design of the input text. | Few-shot text classification assigns documents to classes using only a handful of labelled examples per class. Building on advances by Gao et al. (2021) and the prompt-free SetFit approach of Tunstall et al. (2022), it leans on prototypical networks, MAML, or fine-tuning of a large pretrained model to learn from scarce labels. |
| ScholarGateデータセット ↗ |
|
|