paper-with-me

Papers

Task Decomposition-Guided Reranking for Adaptive Agent Skill Retrieval

2026-07-07 · Yanping Chen, Weijie Shi, Wen Yang, Jiajie Xu arxiv

Skill usage can significantly enhance the ability of modern agent systems to complete complex tasks. However, the growing scale of skill libraries makes accurate skill selection increasingly challenging. In real-world scenarios, ambiguous semantic matching often arises between a specific task requirement and multiple generic yet semantically similar candidate skills. Moreover, existing methods tend to overlook the dynamic influence of task difficulty and skill applicability when selecting the optimal target skill set. To address these issues, we propose SkillReranker, an inference-time reranking framework for adaptive skill selection. Specifically, we first perform semantic decomposition on both the task and skill sides, yielding informative subtask and execution-state descriptions as well as transition-state descriptions that characterize each skill's functionality. These descriptions are then used to construct a directed acyclic execution graph, where intermediate task states are modeled as nodes and candidate skills as edges, thereby establishing a structured task-skill correspondence. On this basis, SkillReranker determines whether each state node satisfies the split condition to identify subtask intervals. For each task interval, we employ a cross-encoder to perform comprehensive scoring over candidate skills and select the most suitable ones to form the final target skill set. Experiments on ALFWorld and ScienceWorld with three backbone LLMs show that SkillReranker effectively improves task performance, reduces environment interaction steps, and lowers token consumption compared with existing skill selection baselines.

📄 PDF Abstract BibTeX arXiv:2607.06283

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Unified Interactive Multimodal Moment Retrieval via Cascaded Embedding-Reranking and Temporal-Aware Score Fusion

2025-12-15 · Toan Le Ngo Thanh, Phat Ha Huu, Tan Nguyen Dang Duy, Thong Nguyen Le Minh 외 arxiv

The exponential growth of video content has created an urgent need for efficient multimodal moment retrieval systems. However, existing approaches face three critical challenges: (1) fixed-weight fusion strategies fail a…

Moment Retrieval

Dissecting Agentic RAG: A Component Ablation for Multi-Hop QA with a Local 7B Model

2026-06-19 · Sheroz Shaikh arxiv

Agentic retrieval-augmented generation (RAG) systems combine iterative reasoning loops, query decomposition, and adaptive retrieval to tackle multi-hop question answering. However, the contribution of each component rema…

Multi-hop Question Answering

What If We Allocate Test-Time Compute Adaptively?

2026-02-01 · Ahsan Bilal, Ahmed Mohsin, Muhammad Umer, Ali Subhan 외 arxiv

Test-time compute scaling allocates inference computation uniformly, uses fixed sampling strategies, and applies verification only for reranking. In contrast, we propose a verifier-guided adaptive framework treating reas…

Density-Adaptive Kernel based Efficient Reranking Approaches for Person Reidentification

2018-05-20 · Ruo-Pei Guo, Chun-Guang Li, Yonghua Li, Jia-Ru Lin 외

Person reidentification (ReID) refers to the task of verifying the identity of a pedestrian observed from nonoverlapping views in a surveillance camera network. It has recently been validated that reranking can achieve r…

Person Re-IdentificationReranking

Harnesses for Inference-Time Alignment over Execution Trajectories

2026-05-15 · Boyuan Wang, Bochao Li, Minghan Wang, Yuxin Tao 외 arxiv

Harness engineering has emerged as an important inference-time technique for large language model (LLM) agents, aiming to improve long-term performance through task decomposition and guided execution. However, more elabo…