paper-with-me

Papers

EASYTOOL: Enhancing LLM-based Agents with Concise Tool Instruction

2024-01-11 · Siyu Yuan, Kaitao Song, Jiangjie Chen, Xu Tan, Yongliang Shen, Ren Kan, Dongsheng Li, Deqing Yang

To address intricate real-world tasks, there has been a rising interest in tool utilization in applications of large language models (LLMs). To develop LLM-based agents, it usually requires LLMs to understand many tool functions from different tool documentation. But these documentations could be diverse, redundant or incomplete, which immensely affects the capability of LLMs in using tools. To solve this, we introduce EASYTOOL, a framework transforming diverse and lengthy tool documentation into a unified and concise tool instruction for easier tool usage. EasyTool purifies essential information from extensive tool documentation of different sources, and elaborates a unified interface (i.e., tool instruction) to offer standardized tool descriptions and functionalities for LLM-based agents. Extensive experiments on multiple different tasks demonstrate that EasyTool can significantly reduce token consumption and improve the performance of tool utilization in real-world scenarios. Our code will be available at \url{https://github.com/microsoft/JARVIS/} in the future.

📄 PDF Abstract BibTeX arXiv:2401.06201

Code (1)

microsoft/JARVIS 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Think in English, Answer in Korean: Efficient Adaptation of Multilingual Tool-Using Agents

2026-06-30 · Utsav Garg, Sungjin Hong, Jason Jung, Justin Lee 외 arxiv

We present LuckyStar 111B, a 111B-parameter hybrid reasoning model developed through a collaboration between Cohere and LG CNS for Korean-English enterprise agents under practical memory and serving constraints. The mode…

Reinforcement LearningMathematical Reasoning

Analyzing LLM Instruction Optimization for Tabular Fact Verification

2026-02-20 · Xiaotang Du, Giwon Hong, Wai-Chung Kwan, Rohit Saxena 외 arxiv

Instruction optimization provides a lightweight, model-agnostic approach to enhancing the reasoning performance of large language models (LLMs). This paper presents the first systematic comparison of instruction optimiza…

Fact VerificationFact Checking

WIPI: A New Web Threat for LLM-Driven Web Agents

2024-02-26 · Fangzhou Wu, Shutong Wu, Yulong Cao, Chaowei Xiao

With the fast development of large language models (LLMs), LLM-driven Web Agents (Web Agents for short) have obtained tons of attention due to their superior capability where LLMs serve as the core part of making decisio…

IPIGuard: A Novel Tool Dependency Graph-Based Defense Against Indirect Prompt Injection in LLM Agents

2025-08-21 · Hengyu An, Jinghuai Zhang, Tianyu Du, Chunyi Zhou 외 arxiv

Large language model (LLM) agents are widely deployed in real-world applications, where they leverage tools to retrieve and manipulate external data for complex tasks. However, when interacting with untrusted data source…

FloorPlan-VLN: A New Paradigm for Floor Plan Guided Vision-Language Navigation

2026-03-18 · Kehan Chen, Yan Huang, Dong An, Jiawei He 외 arxiv

Existing Vision-Language Navigation (VLN) task requires agents to follow verbose instructions, ignoring some potentially useful global spatial priors, limiting their capability to reason about spatial structures. Althoug…

Vision-Language Navigation