CLNov 15, 2023

Distilling Rule-based Knowledge into Large Language Models

arXiv:2311.08883v328 citationsh-index: 29
Originality Incremental advance
AI Analysis

This addresses the challenge of enhancing LLM learning efficiency for tasks with complicated rules, though it appears incremental as it builds on existing in-context abilities.

The paper tackles the problem of LLMs inefficiently learning complex rules from limited examples by proposing a new paradigm where rule-based knowledge is distilled into LLMs, resulting in improved efficiency and generalization compared to example-based learning.

Large language models (LLMs) have shown incredible performance in completing various real-world tasks. The current paradigm of knowledge learning for LLMs is mainly based on learning from examples, in which LLMs learn the internal rule implicitly from a certain number of supervised examples. However, this learning paradigm may not well learn those complicated rules, especially when the training examples are limited. We are inspired that humans can learn the new tasks or knowledge in another way by learning from rules. That is, humans can learn new tasks or grasp new knowledge quickly and generalize well given only a detailed rule and a few optional examples. Therefore, in this paper, we aim to explore the feasibility of this new learning paradigm, which targets on encoding rule-based knowledge into LLMs. We further propose rule distillation, which first uses the strong in-context abilities of LLMs to extract the knowledge from the textual rules, and then explicitly encode the knowledge into the parameters of LLMs by learning from the above in-context signals produced inside the model. Our experiments show that making LLMs learn from rules by our method is much more efficient than example-based learning in both the sample size and generalization ability. Warning: This paper may contain examples with offensive content.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes