CLAIJun 27, 2024

LLM-based Frameworks for API Argument Filling in Task-Oriented Conversational Systems

arXiv:2407.12016v128 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in conversational AI for developers, but it is incremental as it builds on existing LLM capabilities.

The paper tackles the problem of API argument filling in task-oriented conversational systems by applying Large Language Models (LLMs) and designing grounding techniques, resulting in noticeable performance improvements.

Task-orientated conversational agents interact with users and assist them via leveraging external APIs. A typical task-oriented conversational system can be broken down into three phases: external API selection, argument filling, and response generation. The focus of our work is the task of argument filling, which is in charge of accurately providing arguments required by the selected API. Upon comprehending the dialogue history and the pre-defined API schema, the argument filling task is expected to provide the external API with the necessary information to generate a desirable agent action. In this paper, we study the application of Large Language Models (LLMs) for the problem of API argument filling task. Our initial investigation reveals that LLMs require an additional grounding process to successfully perform argument filling, inspiring us to design training and prompting frameworks to ground their responses. Our experimental results demonstrate that when paired with proposed techniques, the argument filling performance of LLMs noticeably improves, paving a new way toward building an automated argument filling framework.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes