เปรียบเทียบวิธี
ดูวิธีที่เลือกเทียบกันแบบเคียงข้าง แถวที่ต่างกันจะถูกเน้นไว้
| Prompt Engineering× | LoRA และ PEFT× | |
|---|---|---|
| สาขาวิชา≠ | การทำเหมืองข้อความ | การเรียนรู้เชิงลึก |
| ตระกูล≠ | Process / pipeline | Machine learning |
| ปีกำเนิด≠ | 2020 (few-shot prompting); 2022 (chain-of-thought) | 2022 |
| ผู้ริเริ่ม≠ | Tom Brown et al. (GPT-3 / few-shot framing, 2020); chain-of-thought extended by Jason Wei et al. (2022) | Hu, E. J. et al.; Lester, B. et al. |
| ประเภท≠ | NLP pipeline — structured instruction design for large language models | Parameter-efficient fine-tuning of large pretrained models |
| แหล่งต้นตำรับ≠ | Brown, T. et al. (2020). Language Models are Few-Shot Learners. Advances in Neural Information Processing Systems (NeurIPS), 33, 1877-1901. link ↗ | Hu, E. J. et al. (2022). LoRA: Low-Rank Adaptation of Large Language Models. ICLR. link ↗ |
| ชื่อเรียกอื่น≠ | instruction design, LLM prompting, Yönerge Mühendisliği (Prompt Engineering) | LoRA ve PEFT — Parametre Verimli İnce Ayar, Low-Rank Adaptation, parameter-efficient fine-tuning, prefix tuning |
| ที่เกี่ยวข้อง≠ | 7 | 5 |
| สรุป≠ | 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. | LoRA (Low-Rank Adaptation), introduced by Hu et al. in 2022, and the broader family of parameter-efficient fine-tuning (PEFT) methods adapt large pretrained language models to new tasks by training only a small number of extra parameters instead of every weight in the model. This makes fine-tuning possible with far less GPU memory and compute while leaving the original model largely untouched. |
| ScholarGateชุดข้อมูล ↗ |
|
|