CLAINov 16, 2023

Interpreting User Requests in the Context of Natural Language Standing Instructions

Microsoft
arXiv:2311.09796v232 citationsh-index: 60
AI Analysis

This addresses the issue of repetitive user input in LLM-based interfaces, though it is incremental as it builds on existing dialogue modeling with new data and retrieval methods.

The paper tackles the problem of users having to repeat preferences in natural language interfaces by introducing standing instructions as persistent context, and it presents a dataset (NLSI) with experiments showing a maximum of 44.7% exact match on API prediction.

Users of natural language interfaces, generally powered by Large Language Models (LLMs),often must repeat their preferences each time they make a similar request. We describe an approach to LLM-based dialogue modeling in which persistent user constraints and preferences -- collectively termed standing instructions -- as additional context for such interfaces. For example, when a user states "I'm hungry", a previously expressed preference for Persian food can be automatically added to the LLM prompt, influencing the search for relevant restaurants. We develop NLSI, a language-to-program dataset consisting of over 2.4K dialogues spanning 17 domains, where each dialogue is paired with a user profile (a set of users specific standing instructions) and corresponding structured representations (API calls). A key challenge in NLSI is to identify which subset of the standing instructions is applicable to a given dialogue. NLSI contains diverse phenomena, from simple preferences to interdependent instructions such as triggering a hotel search whenever the user is booking tickets to an event. We conduct experiments on NLSI using prompting with large language models and various retrieval approaches, achieving a maximum of 44.7% exact match on API prediction. Our results demonstrate the challenges in identifying the relevant standing instructions and their interpretation into API calls.

Code Implementations1 repo
Foundations

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

Your Notes