手法を比較
選択した手法を並べて確認できます。異なる行はハイライト表示されます。
| LoRAとPEFT× | XGBoost× | |
|---|---|---|
| 分野≠ | 深層学習 | 機械学習 |
| 系統 | Machine learning | Machine learning |
| 提唱年≠ | 2022 | 2016 |
| 提唱者≠ | Hu, E. J. et al.; Lester, B. et al. | Chen, T. & Guestrin, C. |
| 種類≠ | Parameter-efficient fine-tuning of large pretrained models | Ensemble (gradient-boosted decision trees) |
| 原典≠ | Hu, E. J. et al. (2022). LoRA: Low-Rank Adaptation of Large Language Models. ICLR. link ↗ | Chen, T. & Guestrin, C. (2016). XGBoost: A Scalable Tree Boosting System. Proceedings of the 22nd ACM SIGKDD, 785–794. DOI ↗ |
| 別名≠ | LoRA ve PEFT — Parametre Verimli İnce Ayar, Low-Rank Adaptation, parameter-efficient fine-tuning, prefix tuning | XGBoost, extreme gradient boosting, scalable tree boosting |
| 関連 | 5 | 5 |
| 概要≠ | 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. | 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. |
| ScholarGateデータセット ↗ |
|
|