├── .gitignore ├── LICENSE ├── README.md └── assets ├── method_overview.png ├── overview.png └── paper_typology_v4.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoya-li/Instruction-Tuning-Survey/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoya-li/Instruction-Tuning-Survey/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoya-li/Instruction-Tuning-Survey/HEAD/README.md -------------------------------------------------------------------------------- /assets/method_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoya-li/Instruction-Tuning-Survey/HEAD/assets/method_overview.png -------------------------------------------------------------------------------- /assets/overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoya-li/Instruction-Tuning-Survey/HEAD/assets/overview.png -------------------------------------------------------------------------------- /assets/paper_typology_v4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiaoya-li/Instruction-Tuning-Survey/HEAD/assets/paper_typology_v4.png --------------------------------------------------------------------------------