Pith. sign in

REVIEW 4 cited by

Sub-goal Distillation: A Method to Improve Small Language Agents

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2405.02749 v1 pith:X5FH5XIF submitted 2024-05-04 cs.LG

classification cs.LG
keywords distillationinteractivelanguagemethodmodulesub-goalstasksactions
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

While Large Language Models (LLMs) have demonstrated significant promise as agents in interactive tasks, their substantial computational requirements and restricted number of calls constrain their practical utility, especially in long-horizon interactive tasks such as decision-making or in scenarios involving continuous ongoing tasks. To address these constraints, we propose a method for transferring the performance of an LLM with billions of parameters to a much smaller language model (770M parameters). Our approach involves constructing a hierarchical agent comprising a planning module, which learns through Knowledge Distillation from an LLM to generate sub-goals, and an execution module, which learns to accomplish these sub-goals using elementary actions. In detail, we leverage an LLM to annotate an oracle path with a sequence of sub-goals towards completing a goal. Subsequently, we utilize this annotated data to fine-tune both the planning and execution modules. Importantly, neither module relies on real-time access to an LLM during inference, significantly reducing the overall cost associated with LLM interactions to a fixed cost. In ScienceWorld, a challenging and multi-task interactive text environment, our method surpasses standard imitation learning based solely on elementary actions by 16.7% (absolute). Our analysis highlights the efficiency of our approach compared to other LLM-based methods. Our code and annotated data for distillation can be found on GitHub.

Discussion (0). Sign in to comment.

Forward citations

Cited by 4 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. AgentBrew: Lifelong Knowledge Brewing from Strong Teachers to Weak LLM Agents

    cs.AI 2026-07 conditional novelty 6.0 of 10

    A training-free method where a strong teacher turns a weak agent's failures into environment-validated notes that significantly boost the weak agent's test-time performance.

  2. Improving Language Agents through BREW: Bootstrapping expeRientially-learned Environmental knoWledge

    cs.AI 2025-11 conditional novelty 5.0 of 10

    An LLM agent can improve by storing and Monte-Carlo-refining concept-level natural-language recipes mined from its own past trajectories.

  3. KnowMap: Efficient Knowledge-Driven Task Adaptation for LLMs

    cs.CL 2025-06 conditional novelty 5.0 of 10

    Fine-tuning a 0.56B-parameter embedding model to retrieve environment and experience knowledge improves gpt-4-turbo's ScienceWorld task score from 64.78 to 76.25.

  4. AgentDistill: Training-Free Agent Distillation with Generalizable MCP Boxes

    cs.AI 2025-06 reject novelty 5.0 of 10

    AgentDistill distills agent capabilities without any training by having a teacher generate reusable MCP tool boxes that small-model students invoke at inference time.

Pith tools