AIDB Daily Papers
LLMの複雑な手続き的知識を効率的に圧縮する新手法「SKIM」
※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。
ポイント
- LLMのワークフローにおける手続き的知識を圧縮する新しいフレームワーク「SKIM」を提案した。
- 既存の手法では対応が難しかった手続き的知識の圧縮を、論理的依存性を保ちつつ効率的に行う点で重要である。
- SKIMは手続き的知識を30~60%に圧縮し、タスク性能を維持しながら推論効率を向上させることを実験で示した。
Abstract
Large language models (LLMs) are widely used to tackle complex tasks with autonomous workflows. Recently, reusable natural language skills have emerged as a popular paradigm to inject procedural knowledge into LLM applications. Since popular skills are often invoked repeatedly, placing their full text in every context significantly increases prefill cost and latency. While text compression techniques have the potential to solve this problem, most existing methods are designed to compress factual knowledge in documents instead of procedural knowledge, making them insufficient for skill compression. In this paper, we argue that an effective skill compression method should: 1) preserve logical dependencies among workflows and tool protocols, 2) enable lightweight, offline compression for frequently updated community skills, and 3) be adaptable to varying complexities across skills. To address this, we present SKIM (SKIll coMpression), an adaptive multi-resolution soft token compression framework for procedural skills. Depending on the complexity of each skill, SKIM creates different numbers of soft tokens that not only improve the efficiency of LLM inference, but also preserve the effectiveness of skill usage. Experiments indicate that SKIM compresses skills to 30 to 60 percent of their original token length while preserving task performance better than existing compression methods.We have released our code at https://github.com/bebr2/SKIM .
Paper AI Chat
この論文のPDF全文を対象にAIに質問できます。
質問の例: