paper-with-me

Papers

The Art of Tool Interface Design

2025-03-26 · Yunnan Wu, Paul Chen, Deshank Baranwal, Jinlong Zhou, Jian Yuan

We present an agentic framework, Thinker, which achieves state of art performance in challenging reasoning tasks for realistic customer service scenarios that involve complex business logic and human interactions via long horizons. On the $\tau$-bench retail dataset, Thinker achieves 82.6\% success rate with GPT-4o (version 2024-06-01) (baseline: 68.3\%), and 81.9\% success rate with Llama-3.1 405B (baseline: 49.6\%), without any fine-tuning. Thinker effectively closes the gap in reasoning capabilities between the base models by introducing proper structure. The key features of the Thinker framework are: (1) State-Machine Augmented Generation (SMAG), which represents business logic as state machines and the LLM uses state machines as tools. (2) Delegation of tasks from the main reasoning loop to LLM-powered tools. (3) Adaptive context management. Our prompting-only solution achieves signficant gains, while still maintaining a standard agentic architecture with a ReAct style reasoning loop. The key is to innovate on the tool interface design, as exemplified by SMAG and the LLM-powered tools.

📄 PDF Abstract BibTeX arXiv:2503.21036

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
BASE 설명 없음

Similar Papers 제목 키워드 기반

Design Theater: Evaluating the Gap Between User-Facing Design Reasoning and Implementation in Generative UI Tools

2026-07-24 · Kashif Imteyaz, Kaif Imteyaz, Nakul Rajpal, Kaif Shaikh 외 arxiv

Generative UI tools promise to democratize UI design by turning natural language descriptions into complete interfaces. Alongside the interface, these tools generate user-facing design rationales that explain their layou…

Collage is the New Writing: Exploring the Fragmentation of Text and User Interfaces in AI Tools

2024-05-27 · Daniel Buschek

This essay proposes and explores the concept of Collage for the design of AI writing tools, transferred from avant-garde literature with four facets: 1) fragmenting text in writing interfaces, 2) juxtaposing voices (cont…

Decision Making

CANVAS: A Benchmark for Vision-Language Models on Tool-Based User Interface Design

2025-11-25 · Daeheon Jeong, Seoyeon Byun, Kihoon Son, Dae Hyun Kim 외 arxiv

User interface (UI) design is an iterative process in which designers progressively refine their work with design software such as Figma or Sketch. Recent advances in vision language models (VLMs) with tool invocation su…

IndoWordNet::Similarity- Computing Semantic Similarity and Relatedness using IndoWordNet

2016-01-01 · GWC 2016 1 · Sudha Bhingardive, Hanumant Redkar, Prateek Sappadla, Dhirendra Singh 외

Semantic similarity and relatedness measures play an important role in natural language processing applications. In this paper, we present the IndoWordNet::Similarity tool and interface, designed for computing the semant…

Semantic SimilaritySemantic Textual Similarity

Unified Distributed Environment

2022-05-14 · Woong Gyu La, Sunil Muralidhara, Lingjie Kong, Pratik Nichat

We propose Unified Distributed Environment (UDE), an environment virtualization toolkit for reinforcement learning research. UDE is designed to integrate environments built on any simulation platform such as Gazebo, Unit…

OpenAI Gymreinforcement-learningReinforcement Learning (RL)Unity