paper-with-me

홈 › Papers

When and What to Ask Through World States and Text Instructions: IGLU NLP Challenge Solution

2023-05-09 · Zhengxiang Shi, Jerome Ramos, To Eun Kim, Xi Wang, Hossein A. Rahmani, Aldo Lipani

In collaborative tasks, effective communication is crucial for achieving joint goals. One such task is collaborative building where builders must communicate with each other to construct desired structures in a simulated environment such as Minecraft. We aim to develop an intelligent builder agent to build structures based on user input through dialogue. However, in collaborative building, builders may encounter situations that are difficult to interpret based on the available information and instructions, leading to ambiguity. In the NeurIPS 2022 Competition NLP Task, we address two key research questions, with the goal of filling this gap: when should the agent ask for clarification, and what clarification questions should it ask? We move towards this target with two sub-tasks, a classification task and a ranking task. For the classification task, the goal is to determine whether the agent should ask for clarification based on the current world state and dialogue history. For the ranking task, the goal is to rank the relevant clarification questions from a pool of candidates. In this report, we briefly introduce our methods for the classification and ranking task. For the classification task, our model achieves an F1 score of 0.757, which placed the 3rd on the leaderboard. For the ranking task, our model achieves about 0.38 for Mean Reciprocal Rank by extending the traditional ranking model. Lastly, we discuss various neural approaches for the ranking task and future direction.

📄 PDF Abstract BibTeX arXiv:2305.05754

Code (1)

zhengxiangshi/learntoask 공식 구현 pytorch

Tasks

ClassificationMinecraft

Similar Papers 제목 키워드 기반

Transfer from Simulation to Real World through Learning Deep Inverse Dynamics Model

2016-10-11 · Paul Christiano, Zain Shah, Igor Mordatch, Jonas Schneider 외

Developing control policies in simulation is often more practical and safer than directly running experiments in the real world. This applies to policies obtained from planning and optimization, and even more so to polic…

FrictionReinforcement Learning

OA-WAM: Object-Addressable World Action Model for Robust Robot Manipulation

2026-05-07 · Yushan Liu, Peibo Sun, Shoujie Li, Yifan Xie 외 arxiv

World Action Models (WAMs) enhance Vision-Language-Action policies by jointly predicting scene evolution and robot actions, but existing methods usually represent the predicted world as holistic images, video tokens, or …

Robot Manipulation

Don't Do What Doesn't Matter: Intrinsic Motivation with Action Usefulness

2021-05-20 · Mathieu Seurin, Florian Strub, Philippe Preux, Olivier Pietquin

Sparse rewards are double-edged training signals in reinforcement learning: easy to design but hard to optimize. Intrinsic motivation guidances have thus been developed toward alleviating the resulting exploration proble…

Using Machine Teaching to Investigate Human Assumptions when Teaching Reinforcement Learners

2020-09-05 · Yun-Shiuan Chuang, Xuezhou Zhang, Yuzhe ma, Mark K. Ho 외

Successful teaching requires an assumption of how the learner learns - how the learner uses experiences from the world to update their internal states. We investigate what expectations people have about a learner when th…

Q-Learning

Interpreting Dynamical Systems as Bayesian Reasoners

2021-12-27 · Nathaniel Virgo, Martin Biehl, Simon McGregor

A central concept in active inference is that the internal states of a physical system parametrise probability measures over states of the external world. These can be seen as an agent's beliefs, expressed as a Bayesian …

Bayesian Inference