paper-with-me

Papers

On the Multi-turn Instruction Following for Conversational Web Agents

2024-02-23 · Yang Deng, Xuan Zhang, Wenxuan Zhang, Yifei Yuan, See-Kiong Ng, Tat-Seng Chua

Web agents powered by Large Language Models (LLMs) have demonstrated remarkable abilities in planning and executing multi-step interactions within complex web-based environments, fulfilling a wide range of web navigation tasks. Despite these advancements, the potential for LLM-powered agents to effectively engage with sequential user instructions in real-world scenarios has not been fully explored. In this work, we introduce a new task of Conversational Web Navigation, which necessitates sophisticated interactions that span multiple turns with both the users and the environment, supported by a specially developed dataset named Multi-Turn Mind2Web (MT-Mind2Web). To tackle the limited context length of LLMs and the context-dependency issue of the conversational tasks, we further propose a novel framework, named self-reflective memory-augmented planning (Self-MAP), which employs memory utilization and self-reflection techniques. Extensive experiments are conducted to benchmark the MT-Mind2Web dataset, and validate the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:2402.15057

Code (1)

magicgh/self-map 공식 구현 pytorch

Tasks

Conversational Web NavigationInstruction Following

Similar Papers 제목 키워드 기반

GraphIF: Enhancing Multi-Turn Instruction Following for Large Language Models with Relation Graph Prompt

2025-11-13 · Zhenhe Li, Can Lin, Ling Zheng, Wen-Da Wei 외 arxiv

Multi-turn instruction following is essential for building intelligent conversational systems that can consistently adhere to instructions across dialogue turns. However, existing approaches to enhancing multi-turn instr…

Instruction FollowingRelation ExtractionResponse Generation

DIALEVAL: Automated Type-Theoretic Evaluation of LLM Instruction Following

2026-02-10 · Nardine Basta, Dali Kaafar arxiv

Evaluating instruction following in Large Language Models requires decomposing instructions into verifiable requirements and assessing satisfaction--tasks currently dependent on manual annotation and uniform criteria tha…

Instruction Following

One Battle After Another: Probing LLMs' Limits on Multi-Turn Instruction Following with a Benchmark Evolving Framework

2025-11-05 · Qi Jia, Ye Shen, Xiujie Song, Kaiwei Zhang 외 arxiv

Evaluating LLMs' instruction-following ability in multi-topic dialogues is essential yet challenging. Existing benchmarks are limited to a fixed number of turns, susceptible to saturation and failing to account for users…

Instruction Following

KIWI: A Dataset of Knowledge-Intensive Writing Instructions for Answering Research Questions

2024-03-06 · Fangyuan Xu, Kyle Lo, Luca Soldaini, Bailey Kuehl 외

Large language models (LLMs) adapted to follow user instructions are now widely deployed as conversational agents. In this work, we examine one increasingly common instruction-following task: providing writing assistance…

Instruction Following

ChartDialogs: Plotting from Natural Language Instructions

2020-07-01 · ACL 2020 6 · Yutong Shao, Ndapa Nakashole

This paper presents the problem of conversational plotting agents that carry out plotting actions from natural language instructions. To facilitate the development of such agents, we introduce ChartDialogs, a new multi-t…