paper-with-me

Papers

SkillGraph: Graph Foundation Priors for LLM Agent Tool Sequence Recommendation

2026-04-07 · Hao Liu, Dongyu Li arxiv

LLM agents must select tools from large API libraries and order them correctly. Existing methods use semantic similarity for both retrieval and ordering, but ordering depends on inter-tool data dependencies that are absent from tool descriptions. As a result, semantic-only methods can produce negative Kendall-$τ$ in structured workflow domains. We introduce SkillGraph, a directed weighted execution-transition graph mined from 49,831 successful LLM agent trajectories, which encodes workflow-precedence regularities as a reusable graph foundation prior. Building on this graph foundation prior, we propose a two-stage decoupled framework: GS-Hybrid retrieval for candidate selection and a learned pairwise reranker for ordering. On ToolBench (9,965 test instances; ~16,000 tools), the method reaches Set-F1 = 0.271 and Kendall-$τ$ = 0.096; on API-Bank, Kendall-$τ$ improves from -0.433 to +0.613. Under identical Stage-1 inputs, the learned reranker also outperforms LLaMA-3.1-8B Stage-2 rerankers.

📄 PDF Abstract BibTeX arXiv:2604.19793

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Similarity

Similar Papers 제목 키워드 기반

SkillGraph: Skill-Augmented Reinforcement Learning for Agents via Evolving Skill Graphs

2026-05-12 · Xiaoyuan Li, Moxin Li, Keqin Bao, Yubo Ma 외 arxiv

Skill libraries enable large language model agents to reuse experience from past interactions, but most existing libraries store skills as isolated entries and retrieve them only by semantic similarity. This leads to two…

Reinforcement LearningSemantic SimilarityDecision Making

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; …

CrafterDojo: A Suite of Foundation Models for Building Open-Ended Embodied Agents in Crafter

2025-08-19 · Junyeong Park, Hyeonseo Cho, Sungjin Ahn arxiv

Developing general-purpose embodied agents is a core challenge in AI. Minecraft provides rich complexity and internet-scale data, but its slow speed and engineering overhead make it unsuitable for rapid prototyping. Craf…

Instruction Following

AlloSpatial: Agentic Harness Framework for Spatial Reasoning in Foundation Models

2026-06-08 · Shouwei Ruan, Bin Wang, Zhenyu Wu, Qihui Zhu 외 arxiv

Multimodal Foundation Models (MFMs) have made substantial progress, yet remain fragile in spatial reasoning over the physical world. A key bottleneck lies in their inability to transform local egocentric observations int…

Reinforcement LearningSpatial Reasoning

Robust 4D Driving Scene Reconstruction from Imperfect Visual Priors

2026-07-07 · Xiaoyun Dong, Qian Xu, Yun Wang, Yang Lu 외 arxiv

Reconstructing 4D driving scenes in the wild (e.g., internet and AI-generated videos) is critical for diverse autonomous driving simulation. While recent Gaussian Scene Graph (GSG) methods achieve impressive visual quali…