EMNLP 2024finding7 citations

Auto-Intent: Automated Intent Discovery and Self-Exploration for Large Language Model Web Agents

Jaekyeom Kim, Dong-Ki Kim, Lajanugen Logeswaran, Sungryull Sohn, Honglak Lee

Abstract

In this paper, we introduce Auto-Intent, a method to adapt a pre-trained large language model (LLM) as an agent for a target domain without direct fine-tuning, where we empirically focus on web navigation tasks. Our approach first discovers the underlying intents from target domain demonstrations unsupervisedly, in a highly compact form (up to three words). With the extracted intents, we train our intent predictor to predict the next intent given the agent’s past observations and actions. In particular, we propose a self-exploration approach where top-k probable intent predictions are provided as a hint to the pre-trained LLM agent, which leads to enhanced decision-making capabilities. Auto-Intent substantially improves the performance of GPT-3.5, 4 and Llama-3.1-70B, 405B agents on the large-scale real-website navigation benchmarks from Mind2Web and online navigation tasks from WebArena with its cross-benchmark generalization from Mind2Web.

BibTeX
@inproceedings{kim-etal-2024-auto,
    title = "Auto-Intent: Automated Intent Discovery and Self-Exploration for Large Language Model Web Agents",
    author = "Kim, Jaekyeom  and
      Kim, Dong-Ki  and
      Logeswaran, Lajanugen  and
      Sohn, Sungryull  and
      Lee, Honglak",
    editor = "Al-Onaizan, Yaser  and
      Bansal, Mohit  and
      Chen, Yun-Nung",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.findings-emnlp.964/",
    doi = "10.18653/v1/2024.findings-emnlp.964",
    pages = "16531--16541"
}
Auto-Intent: Automated Intent Discovery and Self-Exploration for Large Language Model Web Agents · EMNLP 2024