পদ্ধতির তুলনা করুন
নির্বাচিত পদ্ধতিগুলো পাশাপাশি পর্যালোচনা করুন; যে সারিগুলোয় পার্থক্য আছে সেগুলো চিহ্নিত করা হয়।
| প্রম্পট ইঞ্জিনিয়ারিং× | অল্প-নমুনা পাঠ্য শ্রেণিবিভাগ× | |
|---|---|---|
| ক্ষেত্র | টেক্সট খনন | টেক্সট খনন |
| পরিবার | 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ডেটাসেট ↗ |
|
|