paper-with-me

Papers

SkillTrace: Traversing a Query-Skill Graph for Composable LLM Agents

2026-08-03 · Yue Yao, Shengyuan Wang, Xin Chen, Minke Zhang, Jia He, Bingjun Luo, Tom Gedeon arxiv

Large language model agents increasingly solve complex tasks by composing reusable skills from a library. To address this, the key challenge is not merely to retrieve individually relevant skills, but to identify a complete and executable skill composition. In this paper, we argue that this problem can be solved in a graph with three levels: compositional relations among skill queries, similarity between queries and candidates in the skill library, and the dependencies among the selected candidates. We introduce SkillTrace, which organizes the user query into a semantic hierarchy, matches skill queries and candidates, and propagates over the skill dependencies. Experiments on SkillsBench and ALFWorld demonstrate that SkillTrace achieves state-of-the-art performance, reaching a success rate of 53.17% on SkillsBench and 91.43% on ALFWorld. SkillTrace also delivers consistent improvements across different backbone language models, demonstrating the generality and robustness of graph-based skill retrieval.

📄 PDF Abstract BibTeX arXiv:2608.02356

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MCP: Learning Composable Hierarchical Control with Multiplicative Compositional Policies

2019-05-23 · NeurIPS 2019 12 · Xue Bin Peng, Michael Chang, Grace Zhang, Pieter Abbeel 외

Humans are able to perform a myriad of sophisticated tasks by drawing upon skills acquired through prior experience. For autonomous agents to have this capability, they must be able to extract reusable skills from past e…

continuous-controlContinuous Control

RH20T-P: A Primitive-Level Robotic Dataset Towards Composable Generalization Agents

2024-03-28 · Zeren Chen, Zhelun Shi, Xiaoya Lu, Lehan He 외

Achieving generalizability in solving out-of-distribution tasks is one of the ultimate goals of learning robotic manipulation. Recent progress of Vision-Language Models (VLMs) has shown that VLM-based task planners can a…

Motion Planning

SkillGraph: Self-Evolving Multi-Agent Collaboration with Multimodal Graph Topology

2026-04-19 · Zheng Nie, Ruolin Shen, Xinlei Yu, Bo Yin 외 arxiv

Scaling vision-language models into Visual Multiagent Systems (VMAS) is hindered by two coupled issues. First, communication topologies are fixed before inference, leaving them blind to visual content and query context; …

Experts are all you need: A Composable Framework for Large Language Model Inference

2025-11-28 · Shrihari Sridharan, Sourjya Roy, Anand Raghunathan, Kaushik Roy arxiv

Large Language Models (LLMs) have achieved state-of-the-art accuracies in a variety of natural language processing (NLP) tasks. However, this success comes at the cost of increased model sizes which leads to additional c…

Skill2Query: Exploiting Skill Structure to Generate Pseudo-Queries for Agent Skill Retrieval

2026-08-17 · Lihui Ding, Zihan Guo, Bingwei Lu, Chenyu Zhou 외 arxiv

Pseudo-query generation can alleviate the supervision bottleneck for agent skill retrieval, but existing document-level approaches typically leave the rich internal relations among capabilities, parameters, and usage exa…