Compara mètodes
Revisa els mètodes seleccionats l'un al costat de l'altre; les files que difereixen es ressalten.
| Ajustament fi de GPT× | XGBoost× | |
|---|---|---|
| Camp≠ | Aprenentatge profund | Aprenentatge automàtic |
| Família | Machine learning | Machine learning |
| Any d'origen≠ | 2019 | 2016 |
| Autor original≠ | Radford, A. et al. (OpenAI) | Chen, T. & Guestrin, C. |
| Tipus≠ | Fine-tuning of pretrained autoregressive language models | Ensemble (gradient-boosted decision trees) |
| Font seminal≠ | Radford, A., Wu, J., Child, R., Luan, D., Amodei, D. & Sutskever, I. (2019). Language Models are Unsupervised Multitask Learners. OpenAI Technical Report. link ↗ | Chen, T. & Guestrin, C. (2016). XGBoost: A Scalable Tree Boosting System. Proceedings of the 22nd ACM SIGKDD, 785–794. DOI ↗ |
| Àlies≠ | GPT İnce Ayar ve Talimat Uyarlaması, GPT fine-tuning, instruction tuning, LLM fine-tuning | XGBoost, extreme gradient boosting, scalable tree boosting |
| Relacionats | 5 | 5 |
| Resum≠ | GPT fine-tuning adapts pretrained autoregressive language models such as GPT-2/3/4 or LLaMA — introduced in OpenAI's 2019 work by Radford and colleagues — to domain-specific data or to instruction following via reinforcement learning from human feedback (RLHF) or DPO. It is used for instruction following, domain adaptation, and generative tasks. | XGBoost (Extreme Gradient Boosting) is a scalable tree-boosting algorithm introduced by Tianqi Chen and Carlos Guestrin in 2016. It builds a strong predictor by adding decision trees one at a time, each correcting the errors left by the trees before it, and is a powerful prediction method widely used in competitions. |
| ScholarGateConjunt de dades ↗ |
|
|