paper-with-me

홈 › Papers

Accessible Instruction-Following Agent

2023-05-08 · Kairui Zhou

Humans can collaborate and complete tasks based on visual signals and instruction from the environment. Training such a robot is difficult especially due to the understanding of the instruction and the complicated environment. Previous instruction-following agents are biased to English-centric corpus, making it unrealizable to be applied to users that use multiple languages or even low-resource languages. Nevertheless, the instruction-following agents are pre-trained in a mode that assumes the user can observe the environment, which limits its accessibility. In this work, we're trying to generalize the success of instruction-following agents to non-English languages with little corpus resources, and improve its intractability and accessibility. We introduce UVLN (Universal Vision-Language Navigation), a novel machine-translation instructional augmented framework for cross-lingual vision-language navigation, with a novel composition of state-of-the-art large language model (GPT3) with the image caption model (BLIP). We first collect a multilanguage vision-language navigation dataset via machine translation. Then we extend the standard VLN training objectives to a multilingual setting via a cross-lingual language encoder. The alignment between different languages is captured through a shared vision and action context via a cross-modal transformer, which encodes the inputs of language instruction, visual observation, and action decision sequences. To improve the intractability, we connect our agent with the large language model that informs the situation and current state to the user and also explains the action decisions. Experiments over Room Across Room Dataset prove the effectiveness of our approach. And the qualitative results show the promising intractability and accessibility of our instruction-following agent.

📄 PDF Abstract BibTeX arXiv:2305.06358

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction FollowingLanguage ModelingLanguage ModellingLarge Language ModelMachine TranslationTranslationVision-Language Navigation

Similar Papers 제목 키워드 기반

Visual Grounding for Object-Level Generalization in Reinforcement Learning

2024-08-04 · Haobin Jiang, Zongqing Lu

Generalization is a pivotal challenge for agents following natural language instructions. To approach this goal, we leverage a vision-language model (VLM) for visual grounding and transfer its vision-language knowledge i…

Language ModellingObjectreinforcement-learningReinforcement Learning+3

Continual Learning for Instruction Following from Realtime Feedback

2022-12-19 · NeurIPS 2023 11 · Alane Suhr, Yoav Artzi

We propose and deploy an approach to continually train an instruction-following agent from feedback provided by users during collaborative interactions. During interaction, human users instruct an agent using natural lan…

Continual LearningInstruction Following

DANLI: Deliberative Agent for Following Natural Language Instructions

2022-10-22 · Yichi Zhang, Jianing Yang, Jiayi Pan, Shane Storks 외

Recent years have seen an increasing amount of work on embodied AI agents that can perform tasks by following human language instructions. However, most of these agents are reactive, meaning that they simply learn and im…

Instruction FollowingVision-Language Navigation

Do LLMs "know" internally when they follow instructions?

2024-10-18 · Juyeon Heo, Christina Heinze-Deml, Oussama Elachqar, Kwan Ho Ryan Chan 외

Instruction-following is crucial for building AI agents with large language models (LLMs), as these models must adhere strictly to user-provided constraints and guidelines. However, LLMs often fail to follow even simple …

Instruction FollowingPrompt Engineering

Learning Instruction-Following Policies through Open-Ended Instruction Relabeling with Large Language Models

2025-06-24 · Zhicheng Zhang, Ziyan Wang, Yali Du, Fei Fang

Developing effective instruction-following policies in reinforcement learning remains challenging due to the reliance on extensive human-labeled instruction datasets and the difficulty of learning from sparse rewards. In…

Instruction Followingreinforcement-learningReinforcement Learning