AIJul 28, 2024

Logic Distillation: Learning from Code Function by Function for Decision-making Tasks

arXiv:2407.19405v29.68 citationsh-index: 27
Originality Incremental advance
AI Analysis

This addresses the challenge of deploying efficient AI models on devices for complex reasoning tasks, though it appears incremental as it builds on knowledge distillation with a novel focus on logic.

The paper tackles the problem of enabling smaller language models (S-LLMs) to perform logical reasoning for planning and decision-making tasks by proposing Logic Distillation, which uses larger models to create a function base and fine-tunes S-LLMs to learn and invoke these functions, resulting in S-LLMs achieving results comparable to or surpassing larger models.

Large language models (LLMs) have garnered increasing attention owing to their powerful logical reasoning capabilities. Generally, larger LLMs (L-LLMs) that require paid interfaces exhibit significantly superior performance compared to smaller LLMs (S-LLMs) that can be deployed on a variety of devices. Knowledge distillation (KD) aims to empower S-LLMs with the capabilities of L-LLMs, while S-LLMs merely mimic the outputs of L-LLMs, failing to get the powerful logical reasoning capabilities. Consequently, S-LLMs are helpless when it comes to planning and decision-making tasks that require logical reasoning capabilities. To tackle the identified challenges, we propose a novel framework called Logic Distillation (LD). Initially, LD employs L-LLMs to instantiate complex instructions into discrete functions and illustrates their usage to establish a function base. Subsequently, based on the function base, LD fine-tunes S-LLMs to learn the logic employed by L-LLMs in planning and decision-making. During testing, LD utilizes a retriever to identify the top-$K$ relevant functions based on instructions and current states, which will be selected and invoked by S-LLMs. Ultimately, S-LLMs yield planning and decision-making outcomes, function by function. Relevant experiments demonstrate that with the assistance of LD, S-LLMs can achieve outstanding results in planning and decision-making tasks, comparable to, or even surpassing, those of L-LLMs.

Foundations

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

Your Notes