Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ In the era of LLMs, KD of LLMs plays the following crucial roles:
#### Instruction Following
| Title | Venue | Date | Code | Data|
|:--------|:--------:|:--------:|:--------:|:--------:|
| [**Precision Shaking and DORPO: Conceptual Foundations of LLM Knowledge Distillation Methods**](https://github.com/OpZest/Papers/blob/main/White_papers/Precision_Shaking_and_DORPO.md) | GitHub | 2024-06 |
| [**Synthetic Data (Almost) from Scratch: Generalized Instruction Tuning for Language Models**](https://arxiv.org/abs/2402.13064) | arXiv | 2024-02 |
| [**Revisiting Knowledge Distillation for Autoregressive Language Models**](https://arxiv.org/pdf/2402.11890.pdf) | arXiv | 2024-02 |
| [**Selective Reflection-Tuning: Student-Selected Data Recycling for LLM Instruction-Tuning**](https://arxiv.org/abs/2402.10110) | arXiv | 2024-02 | [Github](https://github.com/tianyi-lab/Reflection_Tuning) | [Data](https://github.com/tianyi-lab/Reflection_Tuning)|
Expand Down