paper-with-me

홈 › Papers

EAGER: Asking and Answering Questions for Automatic Reward Shaping in Language-guided RL

2022-06-20 · Thomas Carta, Pierre-Yves Oudeyer, Olivier Sigaud, Sylvain Lamprier

Reinforcement learning (RL) in long horizon and sparse reward tasks is notoriously difficult and requires a lot of training steps. A standard solution to speed up the process is to leverage additional reward signals, shaping it to better guide the learning process. In the context of language-conditioned RL, the abstraction and generalisation properties of the language input provide opportunities for more efficient ways of shaping the reward. In this paper, we leverage this idea and propose an automated reward shaping method where the agent extracts auxiliary objectives from the general language goal. These auxiliary objectives use a question generation (QG) and question answering (QA) system: they consist of questions leading the agent to try to reconstruct partial information about the global goal using its own trajectory. When it succeeds, it receives an intrinsic reward proportional to its confidence in its answer. This incentivizes the agent to generate trajectories which unambiguously explain various aspects of the general language goal. Our experimental study shows that this approach, which does not require engineer intervention to design the auxiliary objectives, improves sample efficiency by effectively directing exploration.

📄 PDF Abstract BibTeX arXiv:2206.09674

Code (1)

flowersteam/eager 공식 구현 pytorch

Tasks

Question AnsweringQuestion GenerationQuestion-GenerationReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Just Ask! Evaluating Machine Translation by Asking and Answering Questions

2021-11-01 · WMT (EMNLP) 2021 11 · Mateusz Krubiński, Erfan Ghadery, Marie-Francine Moens, Pavel Pecina

In this paper, we show that automatically-generated questions and answers can be used to evaluate the quality of Machine Translation (MT) systems. Building on recent work on the evaluation of abstractive text summarizati…

Abstractive Text SummarizationMachine TranslationText SummarizationTranslation

Less is More: Data-Efficient Complex Question Answering over Knowledge Bases

2020-10-29 · Yuncheng Hua, Yuan-Fang Li, Guilin Qi, Wei Wu 외

Question answering is an effective method for obtaining information from knowledge bases (KB). In this paper, we propose the Neural-Symbolic Complex Question Answering (NS-CQA) model, a data-efficient reinforcement learn…

DecoderMulti-hop Question AnsweringQuestion Answering

Learning by Asking Questions

2017-12-04 · CVPR 2018 6 · Ishan Misra, Ross Girshick, Rob Fergus, Martial Hebert 외

We introduce an interactive learning framework for the development and testing of intelligent visual systems, called learning-by-asking (LBA). We explore LBA in context of the Visual Question Answering (VQA) task. LBA di…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

What Do Questions Exactly Ask? MFAE: Duplicate Question Identification with Multi-Fusion Asking Emphasis

2020-05-07 · SIAM International Conference on Data Mining (SDM20) 2020 5 · Rong Zhang, Qifei Zhou, Bo Wu, Weiping Li 외

Duplicate Question Identification (DQI) improves the processing efficiency and accuracy of large-scale community question answering and automatic QA system. The purpose of DQI task is to identify whether the paired quest…

Community Question AnsweringNatural Language InferenceParaphrase IdentificationQuestion Answering+1

A dataset and baselines for sequential open-domain question answering

2018-10-01 · EMNLP 2018 10 · Ahmed Elgohary, Chen Zhao, Jordan Boyd-Graber

Previous work on question-answering systems mainly focuses on answering individual questions, assuming they are independent and devoid of context. Instead, we investigate sequential question answering, asking multiple re…

Information RetrievalOpen-Domain Question AnsweringQuestion AnsweringReading Comprehension