paper-with-me

홈 › Papers

Learn How to Cook a New Recipe in a New House: Using Map Familiarization, Curriculum Learning, and Bandit Feedback to Learn Families of Text-Based Adventure Games

2019-08-13 · Xusen Yin, Jonathan May

We consider the task of learning to play families of text-based computer adventure games, i.e., fully textual environments with a common theme (e.g. cooking) and goal (e.g. prepare a meal from a recipe) but with different specifics; new instances of such games are relatively straightforward for humans to master after a brief exposure to the genre but have been curiously difficult for computer agents to learn. We find that the deep Q-learning strategies that have been successfully leveraged for superhuman performance in single-instance action video games can be applied to learn families of text video games when adopting simple strategies that correlate with human-like learning behavior. Specifically, we build agents that learn to tackle simple scenarios before more complex ones using curriculum learning, that familiarize themselves in an unfamiliar environment by navigating before acting, and that explore uncertain environments more thoroughly using contextual multi-armed bandit decision policies. We demonstrate improved task completion rates over reasonable baselines when evaluating on never-before-seen games of that theme.

📄 PDF Abstract BibTeX arXiv:1908.04777

Code (1)

yinxusen/deepword 공식 구현 tf

Tasks

Common Sense ReasoningQ-Learning

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

RecipeGPT: Generative Pre-training Based Cooking Recipe Generation and Evaluation System

2020-03-05 · Helena H. Lee, Ke Shu, Palakorn Achananuparp, Philips Kokoh Prasetyo 외

Interests in the automatic generation of cooking recipes have been growing steadily over the past few years thanks to a large amount of online cooking recipes. We present RecipeGPT, a novel online recipe generation and e…

Language ModelingLanguage ModellingRecipe GenerationText Generation

Multi-modal Cooking Workflow Construction for Food Recipes

2020-08-20 · Liangming Pan, Jingjing Chen, Jianlong Wu, Shaoteng Liu 외

Understanding food recipe requires anticipating the implicit causal effects of cooking actions, such that the recipe can be converted into a graph describing the temporal workflow of the recipe. This is a non-trivial tas…

Common Sense ReasoningDecoder

OSCAR: Object Status and Contextual Awareness for Recipes to Support Non-Visual Cooking

2025-03-07 · Franklin Mingzhe Li, Kaitlyn Ng, Bin Zhu, Patrick Carrington

Following recipes while cooking is an important but difficult task for visually impaired individuals. We developed OSCAR (Object Status Context Awareness for Recipes), a novel approach that provides recipe progress track…

Object

Learning Program Representations for Food Images and Cooking Recipes

2022-03-30 · CVPR 2022 1 · Dim P. Papadopoulos, Enrique Mora, Nadiia Chepurko, Kuan Wei Huang 외

In this paper, we are interested in modeling a how-to instructional procedure, such as a cooking recipe, with a meaningful and rich high-level representation. Specifically, we propose to represent cooking recipes and foo…

Cross-Modal RetrievalRetrieval

Cookpad Parsed Corpus: Linguistic Annotations of Japanese Recipes

2020-12-01 · COLING (LAW) 2020 12 · Jun Harashima, Makoto Hiramatsu

It has become increasingly common for people to share cooking recipes on the Internet. Along with the increase in the number of shared recipes, there have been corresponding increases in recipe-related studies and datase…

Dependency ParsingMorphological Analysisnamed-entity-recognitionNamed Entity Recognition+1