| { |
| "paper_id": "2022", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T03:45:53.101388Z" |
| }, |
| "title": "A Systematic Survey of Text Worlds as Embodied Natural Language Environments", |
| "authors": [ |
| { |
| "first": "Peter", |
| "middle": [ |
| "A" |
| ], |
| "last": "Jansen", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Arizona", |
| "location": { |
| "settlement": "Tucson", |
| "region": "AZ" |
| } |
| }, |
| "email": "pajansen@arizona.edu" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Text Worlds are virtual environments for embodied agents that, unlike 2D or 3D environments, are rendered exclusively using textual descriptions. These environments offer an alternative to higher-fidelity 3D environments due to their low barrier to entry, providing the ability to study semantics, compositional inference, and other high-level tasks with rich action spaces while controlling for perceptual input. This systematic survey outlines recent developments in tooling, environments, and agent modeling for Text Worlds, while examining recent trends in knowledge graphs, common sense reasoning, transfer learning of Text World performance to higher-fidelity environments, as well as near-term development targets that, once achieved, make Text Worlds an attractive general research paradigm for natural language processing.", |
| "pdf_parse": { |
| "paper_id": "2022", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Text Worlds are virtual environments for embodied agents that, unlike 2D or 3D environments, are rendered exclusively using textual descriptions. These environments offer an alternative to higher-fidelity 3D environments due to their low barrier to entry, providing the ability to study semantics, compositional inference, and other high-level tasks with rich action spaces while controlling for perceptual input. This systematic survey outlines recent developments in tooling, environments, and agent modeling for Text Worlds, while examining recent trends in knowledge graphs, common sense reasoning, transfer learning of Text World performance to higher-fidelity environments, as well as near-term development targets that, once achieved, make Text Worlds an attractive general research paradigm for natural language processing.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Embodied agents offer an experimental paradigm to study the development and use of semantic representations for a variety of real-world tasks, from household tasks (Shridhar et al., 2020a) to navigation (Guss et al., 2019) to chemical synthesis (Tamari et al., 2021) . While robotic agents are a primary vehicle for studying embodiment (e.g. Cangelosi and Schlesinger, 2015), robotic models are costly to construct, and experiments can be slow or difficult to scale. Virtual agents and embodied virtual environments help mitigate many of these issues, allowing large-scale simulations to be run in parallel orders of magnitude faster than real world environments (e.g. Deitke et al., 2020) , while controlled virtual environments can be constructed for exploring specific tasks -though this benefit in speed comes at the cost of having to model virtual 3D environments, which can be substantial.", |
| "cite_spans": [ |
| { |
| "start": 164, |
| "end": 188, |
| "text": "(Shridhar et al., 2020a)", |
| "ref_id": "BIBREF70" |
| }, |
| { |
| "start": 203, |
| "end": 222, |
| "text": "(Guss et al., 2019)", |
| "ref_id": "BIBREF37" |
| }, |
| { |
| "start": 245, |
| "end": 266, |
| "text": "(Tamari et al., 2021)", |
| "ref_id": "BIBREF74" |
| }, |
| { |
| "start": 669, |
| "end": 689, |
| "text": "Deitke et al., 2020)", |
| "ref_id": "BIBREF25" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Text Worlds -embodied environments rendered linguistically through textual descriptions instead of graphically through pixels (see Table 1 ) -have Zork North of House You are facing the north side of a white house. There is no door here, and all the windows are barred. >go north Forest This is a dimly lit forest, with large trees all around. One particularly large tree with some low branches stands here. >climb large tree", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 131, |
| "end": 138, |
| "text": "Table 1", |
| "ref_id": "TABREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "You are about 10 feet above the ground nestled among some large branches. On the branch is a small birds nest. In the bird's nest is a large egg encrusted with precious jewels, apparently scavenged somewhere by a childless songbird. >take egg", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Up a Tree", |
| "sec_num": null |
| }, |
| { |
| "text": "Taken. >climb down tree (Lebling et al., 1979) , frequently used as a benchmark for agent performance. User-entered actions are italicized.", |
| "cite_spans": [ |
| { |
| "start": 24, |
| "end": 46, |
| "text": "(Lebling et al., 1979)", |
| "ref_id": "BIBREF56" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Up a Tree", |
| "sec_num": null |
| }, |
| { |
| "text": "emerged as a recent methodological focus that allow studying many embodied research questions while reducing some of the development costs associated with modeling complex and photorealistic 3D environments (e.g. . More than simply reducing development costs, Text Worlds also offer paradigms to study developmental knowledge representation, embodied task learning, and transfer learning at a higher level than perceptuallygrounded studies, enabling different research questions that explore these topics in isolation of the open problems of perceptual input, object segmentation, and object classification regularly studied in the vision community (e.g. He et al., 2016c; Szegedy et al., 2017; Zhai et al., 2021) .", |
| "cite_spans": [ |
| { |
| "start": 655, |
| "end": 672, |
| "text": "He et al., 2016c;", |
| "ref_id": "BIBREF43" |
| }, |
| { |
| "start": 673, |
| "end": 694, |
| "text": "Szegedy et al., 2017;", |
| "ref_id": "BIBREF73" |
| }, |
| { |
| "start": 695, |
| "end": 713, |
| "text": "Zhai et al., 2021)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Forest >go north", |
| "sec_num": null |
| }, |
| { |
| "text": "Text Worlds are rapidly gaining momentum as a research methodology in the natural language processing community. In spite of this interest, many modeling, evaluation, tooling, and other barriers exist to applying these methodologies, with significant development efforts in the early stages of mitigating those barriers, at least in part.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Motivation for this survey", |
| "sec_num": "1.1" |
| }, |
| { |
| "text": "In this review, citation graphs of recent articles were iteratively crawled, identifying 108 articles relevant to Text Worlds and other embodied environments that include text as part of the simulation or task. Frequent motivations for choosing Text Worlds are highlighted in Section 2. Tooling and modeling paradigms (in the form of simulators, intermediate languages, and libraries) are surveyed in Section 3, with text environments and common benchmarks implemented with this tooling described in Section 4. Contemporary focuses in agent modeling, including coupling knowledge graphs, question answering, and common-sense reasoning with reinforcement learning, are identified in Section 5. Recent contributions to focus areas in world generation and hybrid text-3D environments are summarized in Section 6, while a distillation of near-term directions for reducing barriers to using Text Worlds more broadly as a research paradigm are presented in Section 7.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Motivation for this survey", |
| "sec_num": "1.1" |
| }, |
| { |
| "text": "For many tasks, Text Worlds can offer advantages over other embodied environment modelling paradigms -typically in reduced development costs, the ability to model large action spaces, and the ability to study embodied reasoning at a higher level than raw perceptual information.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Why use Text Worlds?", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Embodied Reasoning: Embodied agents have been proposed as a solution to the symbol grounding problem (Harnad, 1990) , or the problem of how concepts acquire real-world meaning. Humans likely resolve symbol grounding at least partially by assigning semantics to concepts through perceptually-grounded mental simulations (Barsalou et al., 1999) . Using embodied agents that take in perceptual data and perform actions in real or virtual environments offers an avenue for studying semantics and symbol grounding empirically (Cangelosi et al., 2010; Bisk et al., 2020; Tamari et al., 2020a,b) . Text Worlds abstract some of the challenges in perceptual modeling, allowing agents to focus on higher-level semantics, while hybrid worlds that simultaneously render both text and 3D views (e.g. Shridhar et al., 2020b) help control what kind of knowledge is acquired, and better operationalize the study of symbol grounding.", |
| "cite_spans": [ |
| { |
| "start": 101, |
| "end": 115, |
| "text": "(Harnad, 1990)", |
| "ref_id": "BIBREF38" |
| }, |
| { |
| "start": 319, |
| "end": 342, |
| "text": "(Barsalou et al., 1999)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 521, |
| "end": 545, |
| "text": "(Cangelosi et al., 2010;", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 546, |
| "end": 564, |
| "text": "Bisk et al., 2020;", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 565, |
| "end": 588, |
| "text": "Tamari et al., 2020a,b)", |
| "ref_id": null |
| }, |
| { |
| "start": 787, |
| "end": 810, |
| "text": "Shridhar et al., 2020b)", |
| "ref_id": "BIBREF71" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Why use Text Worlds?", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Constructing embodied virtual environments typically has steep development costs, but Text Worlds are typically easier to construct for many tasks. Creating new objects does not require the expensive process of creating new 3D models, or performing visualpercept-to-object-name segmentation or classification (since the scene is rendered linguistically). Similarly, a rich action semantics is possible, and comparatively easy to implement -while 3D environments typically have one or a small number of action commands (e.g. Kolve et al., 2017; Shridhar et al., 2020a) , Text Worlds typically implement dozens of action verbs, and thousands of valid Verb-NounPhrase action combinations .", |
| "cite_spans": [ |
| { |
| "start": 524, |
| "end": 543, |
| "text": "Kolve et al., 2017;", |
| "ref_id": null |
| }, |
| { |
| "start": 544, |
| "end": 567, |
| "text": "Shridhar et al., 2020a)", |
| "ref_id": "BIBREF70" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Ease of Development:", |
| "sec_num": null |
| }, |
| { |
| "text": "Compositional Reasoning: Complex reasoning tasks typically require multi-step (or compositional) reasoning that integrates several pieces of knowledge in an action procedure that arrives at a solution. In the context of natural language, compositional reasoning is frequently studied through question answering tasks (e.g. Yang et al., 2018; Khot et al., 2020; Xie et al., 2020; Dalvi et al., 2021) or procedural knowledge prediction (e.g. Dalvi et al., 2019) . A contemporary challenge is that the number of valid compositional procedures is typically large compared to those that can be tractably annotated as gold, and as such automatically evaluating model performance becomes challenging . In an embodied environment, an agent's actions have (generally) deterministic consequences for a given environment state, as actions are grounded in an underlying action language (e.g. McDermott et al., 1998) or linear logic (e.g. Martens, 2015) . Embodied environments can offer a more formal semantics to study these reasoning tasks, where correctness of novel procedures could be evaluated directly.", |
| "cite_spans": [ |
| { |
| "start": 323, |
| "end": 341, |
| "text": "Yang et al., 2018;", |
| "ref_id": "BIBREF89" |
| }, |
| { |
| "start": 342, |
| "end": 360, |
| "text": "Khot et al., 2020;", |
| "ref_id": "BIBREF51" |
| }, |
| { |
| "start": 361, |
| "end": 378, |
| "text": "Xie et al., 2020;", |
| "ref_id": "BIBREF86" |
| }, |
| { |
| "start": 379, |
| "end": 398, |
| "text": "Dalvi et al., 2021)", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 440, |
| "end": 459, |
| "text": "Dalvi et al., 2019)", |
| "ref_id": "BIBREF23" |
| }, |
| { |
| "start": 880, |
| "end": 903, |
| "text": "McDermott et al., 1998)", |
| "ref_id": "BIBREF59" |
| }, |
| { |
| "start": 926, |
| "end": 940, |
| "text": "Martens, 2015)", |
| "ref_id": "BIBREF58" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Ease of Development:", |
| "sec_num": null |
| }, |
| { |
| "text": "Transfer Learning: Training a text-only agent for embodied tasks allows the agent to learn those tasks in a distilled form, at a high-level. This performance can then be transferred to more realistic 3D environments, where agents pretrained on text versions of the same environment learn to ground their high-level knowledge in low-level perceptual information, and complete tasks faster than when trained jointly (Shridhar et al., 2020b) . This offers the possibility of creating simplified text worlds to pretrain agents for challenging 3D tasks that are currently out of reach of embodied agents.", |
| "cite_spans": [ |
| { |
| "start": 414, |
| "end": 438, |
| "text": "(Shridhar et al., 2020b)", |
| "ref_id": "BIBREF71" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Ease of Development:", |
| "sec_num": null |
| }, |
| { |
| "text": "Text World simulators render an agent's world view directly into textual descriptions of their environment, rather than into 2D or 3D graphical renderings. Similarly, actions the agent wishes to take are provided to the simulator as text (e.g. \"read the letter\" in Zork), requiring agent models to both parse input text from the environment, and generate output text to to interact with that environment.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Text World Simulators", |
| "sec_num": "3" |
| }, |
| { |
| "text": "In terms of simulators, the Z-machine (Infocom, 1989) is a low-level virtual machine originally designed by Infocom for creating portable interactive fiction novels (such as Zork). It was paired with a high-level LISP-like domain-specific language (ZIL) that included libraries for text parsing, and other tools for writing interactive fiction novels. The Z-machine standard was reverse-engineered by others (e.g. Nelson, 2014) in an effort to build their own high-level interactive fiction domain-specific languages, and has since become a standard compilation target due to the proliferation of existing tooling and legacy environments. 1", |
| "cite_spans": [ |
| { |
| "start": 38, |
| "end": 53, |
| "text": "(Infocom, 1989)", |
| "ref_id": "BIBREF44" |
| }, |
| { |
| "start": 414, |
| "end": 427, |
| "text": "Nelson, 2014)", |
| "ref_id": "BIBREF67" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Text World Simulators", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Inform7 (Nelson, 2006 ) is a popular high-level language designed for interactive fiction novels that allows environment rules to be directly specified in a simplified natural language, substantially lowering the barrier to entry for creating text worlds. The text generation engine allows substantial variation in the way the environments are described, from dry formulaic text to more natural, varied, conversational descriptions. Inform7 is compiled to Inform6, an earlier object-oriented scripting language with C-like syntax, which itself is compiled to Z-machine code.", |
| "cite_spans": [ |
| { |
| "start": 8, |
| "end": 21, |
| "text": "(Nelson, 2006", |
| "ref_id": "BIBREF66" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Text World Simulators", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Ceptre (Martens, 2015 ) is a linear-logic simulation engine developed with the goal of specifying more generic tooling for operational logics than Inform 7. TextWorld (C\u00f4t\u00e9 et al., 2018) adapt Ceptre's linear logic state transitions for environment descriptions, and add tooling for generative environments, visualization, and RL agent coupling, all of which is compiled into Inform7 source code. Parallel to this, the Jericho environment allows inferring relevant vocabulary and template-based object interactions for Z-machine-based interactive fiction games, easing action selection for agents. Figure 1 : An example partial object tree from the interactive fiction game Zork (Lebling et al., 1979) .", |
| "cite_spans": [ |
| { |
| "start": 7, |
| "end": 21, |
| "text": "(Martens, 2015", |
| "ref_id": "BIBREF58" |
| }, |
| { |
| "start": 679, |
| "end": 701, |
| "text": "(Lebling et al., 1979)", |
| "ref_id": "BIBREF56" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 598, |
| "end": 606, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Text World Simulators", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Environments are typically modeled as an object tree that represents all the objects in an environment and their nested locations, as well as a set of action rules that implement changes to the objects in the environment based on an agent's actions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Environment Modelling", |
| "sec_num": "3.1.1" |
| }, |
| { |
| "text": "Objects: Because of the body of existing interactive fiction environments for Z-machine environments, and nearly all popular tooling (In-form7, TextWorlds, etc.) ultimately compiling to Z-machine code, object models typically use the Zmachine model (Nelson, 2014) . Z-machine objects have names (e.g. \"mailbox\"), descriptions (e.g. \"a small wooden mailbox\"), binary flags called attributes (e.g. \"is_container_open\"), and generic properties stored as key-value pairs. Objects are stored in the object tree, which represents the locations of all objects in the environment through parent-child relationships, as shown in Figure 1 .", |
| "cite_spans": [ |
| { |
| "start": 249, |
| "end": 263, |
| "text": "(Nelson, 2014)", |
| "ref_id": "BIBREF67" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 620, |
| "end": 628, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Environment Modelling", |
| "sec_num": "3.1.1" |
| }, |
| { |
| "text": "Action Rules: Action rules describe how objects change in response to a given world state, which is frequently a collection of preconditions followed by an action taken by an agent (e.g. \"eat the apple\"), but can also be due to environment states (e.g. a plant dying because it hasn't been watered for a time greater than some threshold). Ceptre (Martens, 2015) and TextWorld (C\u00f4t\u00e9 et al., 2018) use linear logic to represent possible valid state transitions.", |
| "cite_spans": [ |
| { |
| "start": 346, |
| "end": 361, |
| "text": "(Martens, 2015)", |
| "ref_id": "BIBREF58" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Environment Modelling", |
| "sec_num": "3.1.1" |
| }, |
| { |
| "text": "In linear logic, a set of preconditions in the state history of the world can be consumed by a rule to generate a set of postconditions, such as consuming a closed(C) precondition and posting a open(C) postcondition for a container-opening action for some container C. C\u00f4t\u00e9 et al. (2018) note the limitations in existing implementations of state transition systems for text worlds (such as single-step forward or backward chaining), and suggest future systems may wish to use mature action languages such as STRIPS (Fikes and Nilsson, 1971) or GDL (Genesereth et al., 2005; Thielscher, 2010 Thielscher, , 2017 as the basis of a world model, though each of these languages have tradeoffs in features (such as object typing) and general expressivity (such as being primarily agent-action centered, rather than implementing environment-driven actions and processes) that make certain kinds of complex modeling more challenging. As a proof-of-concept, ALFWorld (Shridhar et al., 2020b) uses the Planning Domain Definition Language (PDDL, McDermott et al., 1998) to define the semantics for the variety of pick-and-place tasks in its text world rendering of the ALFRED benchmark.", |
| "cite_spans": [ |
| { |
| "start": 515, |
| "end": 540, |
| "text": "(Fikes and Nilsson, 1971)", |
| "ref_id": "BIBREF29" |
| }, |
| { |
| "start": 548, |
| "end": 573, |
| "text": "(Genesereth et al., 2005;", |
| "ref_id": "BIBREF32" |
| }, |
| { |
| "start": 574, |
| "end": 590, |
| "text": "Thielscher, 2010", |
| "ref_id": "BIBREF81" |
| }, |
| { |
| "start": 591, |
| "end": 609, |
| "text": "Thielscher, , 2017", |
| "ref_id": "BIBREF82" |
| }, |
| { |
| "start": 957, |
| "end": 981, |
| "text": "(Shridhar et al., 2020b)", |
| "ref_id": "BIBREF71" |
| }, |
| { |
| "start": 1027, |
| "end": 1057, |
| "text": "(PDDL, McDermott et al., 1998)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Environment Modelling", |
| "sec_num": "3.1.1" |
| }, |
| { |
| "text": "While environments can be modelled as a collection of states and allowable state transitions (or rules), agents typically have incomplete or inaccurate information about the environment, and must make observations of the environment state through (potentially noisy or inadequate) sensors, and take actions based on those observations. Because of this, agents are typically modelled as partially-observable Markov decision processes (POMDP) (Kaelbling et al., 1998) .", |
| "cite_spans": [ |
| { |
| "start": 441, |
| "end": 465, |
| "text": "(Kaelbling et al., 1998)", |
| "ref_id": "BIBREF50" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Agent Modelling", |
| "sec_num": "3.1.2" |
| }, |
| { |
| "text": "A Markov decision process (MDP) contains the state history (S), valid state transitions (T ), available actions (A), and (for agent modeling) the expected immediate reward for taking each action (R). POMDPs extend this to account for partial observability by supplying a finite list of observations the agent can make (\u2126), and an observation function (O) that returns what the agent actually observes from an observation, given the current world state. For example, the observation function might return unknown if the agent tries to examine the contents of a locked container before unlocking it, because the contents cannot yet be observed. Similarly, when observing the temperature of a cup of tea, the observation function might return coarse measurements (e.g. hot, warm, cool) if the agent uses their hand for measurement, or fine-grained measurements (e.g. 70 \u2022 C) if the agent uses a thermometer. A final discount factor (\u03b3) influences whether the agent prefers immediate rewards, or eventual (distant) rewards. The POMDP defined by defined by (S, T, A, R, \u2126, O, \u03b3) then serves as a model for a learning framework, typically reinforcement learning (RL), to learn a policy that enables the agent to maximize the reward.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Agent Modelling", |
| "sec_num": "3.1.2" |
| }, |
| { |
| "text": "Environments are worlds implemented in simulators, that agents explore to perform tasks. Environments can be simple or complex, evaluate task-specific or domain-general competencies, be static or generative, and have small or large action spaces compared to higher-fidelity simulators (see the Appendix for a comparison of action space sizes across environments and simulators).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Text World Environments", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Single environment benchmarks typically consist of small environments designed to test specific agent competencies, or larger interactive fiction environments that test broad agent competencies to navigate a large world and interact with the environment toward achieving some distant goal. Toy environments frequently evaluate an agent's ability to perform compositional reasoning tasks of increasing lengths, such as in the Kitchen Cleanup and related benchmarks (Murugesan et al., 2020b) . Other toy worlds explore searching environments to locate specific objects , or combining source materials to form new materials (Jiang et al., 2020) . While collections of interactive fiction environments are used as benchmarks (see Section 4.3), individual environments frequently form single benchmarks. Zork (Lebling et al., 1979) and its subquests are medium-difficulty environments frequently used in this capacity, while Anchorhead (Gentry, 1998 ) is a challenging environment where state-of-the-art performance remains below 1%.", |
| "cite_spans": [ |
| { |
| "start": 464, |
| "end": 489, |
| "text": "(Murugesan et al., 2020b)", |
| "ref_id": "BIBREF64" |
| }, |
| { |
| "start": 621, |
| "end": 641, |
| "text": "(Jiang et al., 2020)", |
| "ref_id": null |
| }, |
| { |
| "start": 804, |
| "end": 826, |
| "text": "(Lebling et al., 1979)", |
| "ref_id": "BIBREF56" |
| }, |
| { |
| "start": 931, |
| "end": 944, |
| "text": "(Gentry, 1998", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Single Environment Benchmarks", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "Domain-specific environments allow agents to learn highly specific competencies relevant to a single domain, like science or medicine, while typically involving more modeling depth than toy environments. Tamari et al. (2021) create a TextWorld environment for wet lab chemistry protocols, that describe detailed step-by-step instructions for replicating chemistry experiments. These text-based simulations can then be represented as process execution graphs (PEG), which can then be run on real lab equipment. A similar environment exists for the materials science domain (Tamari et al., 2019) .", |
| "cite_spans": [ |
| { |
| "start": 572, |
| "end": 593, |
| "text": "(Tamari et al., 2019)", |
| "ref_id": "BIBREF76" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Domain-specific Environments", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "To test the generality of agents, large collections of interactive fiction games (rather than single environments) are frequently used as benchmarks. While the Text-Based Adventure AI Shared Task initially evaluated on a single benchmark environment, later instances switched to evaluating on 20 varied environments to gauge generalization (Atkinson et al., 2019) . Fulda et al. (2017a) created a list of 50 interactive fiction games to serve as a benchmark for agents to learn common-sense reasoning. C\u00f4t\u00e9 et al. 2018further curate this list, replacing 20 games without scores to those more useful for RL agents. The Jericho benchmark includes 32 interactive fiction games that support Jericho's in-built methods for score and world-change detection, out of a total of 56 games known to support these features.", |
| "cite_spans": [ |
| { |
| "start": 340, |
| "end": 363, |
| "text": "(Atkinson et al., 2019)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 366, |
| "end": 386, |
| "text": "Fulda et al. (2017a)", |
| "ref_id": "BIBREF30" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Environment Collections as Benchmarks", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "A difficulty with statically-initialized environments is that because their structure is identical each time the simulation is run, rather than learning general skills, agents quickly overfit to a particular task and environment, and rarely generalize to unseen environments (Chaudhury et al., 2020) . Procedurally generated environments help address this need by generating variations of environments centered around specific goal conditions.", |
| "cite_spans": [ |
| { |
| "start": 275, |
| "end": 299, |
| "text": "(Chaudhury et al., 2020)", |
| "ref_id": "BIBREF18" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Generative Environments", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "The TextWorld simulator (C\u00f4t\u00e9 et al., 2018) allows specifying high-level parameters such as the number of rooms, objects, and winning conditions, then uses a random walk to procedurally generate environment maps in the Inform7 language meeting those specifications, using either forward or backward chaining during generation to verify tasks can be successfully completed in the random environment. As an example, the First TextWorld Problems shared task 2 used TextWorld to generate 5k variations of a cooking environment, divided into train, development, and test sets. Similarly, Murugesan et al. (2020a) introduce TextWorld Com-monSense (TWC), a simple generative environment for household cleaning tasks, modelled as a pick-and-place task where agents must pick up common objects from the floor, and place them in their common household locations (such as placing shoes in a shoe cabinet). Other related environments include Coin Collector , a generative environment for a navigation task, and Yin et al.'s (2019b) procedurally generated environment for cooking tasks.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Generative Environments", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "Adhikari et al. (2020) generate a large set of recipe-based cooking games, where an agent must precisely follow a cooking recipe that requires collecting tools (e.g. a knife) and ingredients (e.g. carrots), and processing those ingredients correctly (e.g. dice carrots, cook carrots) in the correct order. Jain et al. (2020) propose a similar synthetic benchmark for multi-step compositional reasoning called SaladWorld. In the context of question answering, procedurally generate a simple environment that requires an agent to search and investigate attributes of objects, such as verifying their existence, locations, or specific attributes (like edibility). On the balance, while tooling exists to generate simple procedural environments, when compared to classic interactive fiction games (such as Zork), the current state-of-the-art allows for generating only relatively simple environments with comparatively simple tasks and near-term goals than human-authored interactive fiction games.", |
| "cite_spans": [ |
| { |
| "start": 306, |
| "end": 324, |
| "text": "Jain et al. (2020)", |
| "ref_id": "BIBREF45" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Generative Environments", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "Recently a large number of agents have been proposed for Text World environments. This section briefly surveys common modeling methods, paradigms, and trends, with the performance of recent agents on common interactive fiction games (as categorized by the Jericho benchmark, Hausknecht et al., 2020) shown in Table 2 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 309, |
| "end": 316, |
| "text": "Table 2", |
| "ref_id": "TABREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Text World Agents", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Reinforcement Learning: While some agents rely on learning frameworks heavily coupled with heuristics (e.g., Kostka et al., 2017, Golovin) , owing to the sampling benefits afforded by operating in a virtual environment, the predominant modeling paradigm for most contemporary text world agents is reinforcement learning. Narasimhan et al. (2015) demonstrate that \"Deep-Q Networks\" (DQN) (Mnih et al., 2015) developed for Atari games can be augmented with LSTMs for representation learning in Text Worlds, which outperform simpler methods using n-gram bag-of-words representations. He et al. (2016a, DRRN) extend this to build the Deep Reinforcement Relevance Network (DRRN), an architecture that uses separate embeddings for the state space and actions, to improve both training time and performance. Madotto et al. (2020) show that the Go-Explore algorithm (Ecoffet et al., 2019) , which periodically returns to promising but underexplored areas of a world, can achieve higher scores than the DRRN with fewer steps. E n c h a n t e r ( H ) DRRN (He et al., 2016b) 0.55 0.09 0.07 0.20 0.05 0.00 BYU-Agent (Fulda et al., 2017a) 0.59 0.03 0.00 0.10 0.00 0.01 Golovin (Kostka et al., 2017) 0.20 0.04 0.10 0.15 0.00 0.01 AE-DQN (Zahavy et al., 2018) -0.05 ----NeuroAgent (Rajalingam and Samothrakis, 2019) 0.19 0.03 0.00 0.20 0.00 0.00 NAIL (Hausknecht et al., 2019) 0.38 0.03 0.26 -0.00 0.00 CNN-DQN (Yin and May, 2019a) -0.11 ----IK-OMP (Tessler et al., 2019) -1.00 ----TDQN 0.47 0.03 0.00 0.34 0.02 0.00 KG-A2C 0.58 0.10 0.01 0.06 0.03 0.01 SC (Jain et al., 2020) -0.10 --0.0 -CALM (N-gram) (Yao et al., 2020) 0.79 0.07 0.00 0.09 0.00 0.00 CALM (GPT-2) (Yao et al., 2020) 0.80 0.09 0.07 0.14 0.05 0.01 RC-DQN (Guo et al., 2020a) 0.81 0.11 0.40 0.20 0.05 0.02 MPRC-DQN (Guo et al., 2020a) 0.88 0.11 0.52 0.20 0.05 0.02 SHA-KG (Xu et al., 2020) 0.86 0.10 0.10 -0.05 0.02 MC!Q*BERT (Ammanabrolu et al., 2020b) 0.92 0.12 --0.00 -INV-DY (Yao et al., 2021) 0.81 0.12 0.06 0.11 0.05 - To support these modelling paradigms, Zelinka et al. (2019) introduce TextWorld KG, a dataset for learning the subtask of updating knowledge graphs based on text world descriptions in a cooking domain, and show their best ensemble model is able to achieve 70 F1 at this subtask. Similarly, Annamabrolu et al. (2021a) introduce JerichoWorld, a similar dataset for world modeling using knowledge graphs but on a broader set of interactive fiction games, and subsequently introduce World-Former (Ammanabrolu and Riedl, 2021b), a multitask transformer model that performs well at both knowledge-graph prediction and next-action prediction tasks. Question Answering: Agents can reframe Text World tasks as question answering tasks to gain relevant knowledge for action selection, with these agents providing current state-of-the-art performance across a variety of benchmarks. Guo et al. (2020b, MPRC-DQN) use multi-paragraph reading comprehension (MPRC) techniques to ask questions that populate action templates for agents, substantially reducing the number of training examples required for RL agents while achieving strong per-formance on the Jericho benchmark. Similarly, Ammanabrolu et al. (2020b, MC!Q*BERT) use contextually-relevant questions (such as \"Where am I?\", \"Why am I here?\") to populate their knowledge base to support task completion.", |
| "cite_spans": [ |
| { |
| "start": 109, |
| "end": 138, |
| "text": "Kostka et al., 2017, Golovin)", |
| "ref_id": null |
| }, |
| { |
| "start": 321, |
| "end": 345, |
| "text": "Narasimhan et al. (2015)", |
| "ref_id": "BIBREF65" |
| }, |
| { |
| "start": 387, |
| "end": 406, |
| "text": "(Mnih et al., 2015)", |
| "ref_id": "BIBREF62" |
| }, |
| { |
| "start": 581, |
| "end": 604, |
| "text": "He et al. (2016a, DRRN)", |
| "ref_id": null |
| }, |
| { |
| "start": 801, |
| "end": 822, |
| "text": "Madotto et al. (2020)", |
| "ref_id": "BIBREF57" |
| }, |
| { |
| "start": 858, |
| "end": 880, |
| "text": "(Ecoffet et al., 2019)", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 1046, |
| "end": 1064, |
| "text": "(He et al., 2016b)", |
| "ref_id": "BIBREF42" |
| }, |
| { |
| "start": 1105, |
| "end": 1126, |
| "text": "(Fulda et al., 2017a)", |
| "ref_id": "BIBREF30" |
| }, |
| { |
| "start": 1165, |
| "end": 1186, |
| "text": "(Kostka et al., 2017)", |
| "ref_id": "BIBREF54" |
| }, |
| { |
| "start": 1224, |
| "end": 1245, |
| "text": "(Zahavy et al., 2018)", |
| "ref_id": "BIBREF96" |
| }, |
| { |
| "start": 1337, |
| "end": 1362, |
| "text": "(Hausknecht et al., 2019)", |
| "ref_id": "BIBREF40" |
| }, |
| { |
| "start": 1397, |
| "end": 1417, |
| "text": "(Yin and May, 2019a)", |
| "ref_id": "BIBREF92" |
| }, |
| { |
| "start": 1435, |
| "end": 1457, |
| "text": "(Tessler et al., 2019)", |
| "ref_id": "BIBREF80" |
| }, |
| { |
| "start": 1543, |
| "end": 1562, |
| "text": "(Jain et al., 2020)", |
| "ref_id": "BIBREF45" |
| }, |
| { |
| "start": 1590, |
| "end": 1608, |
| "text": "(Yao et al., 2020)", |
| "ref_id": "BIBREF91" |
| }, |
| { |
| "start": 1652, |
| "end": 1670, |
| "text": "(Yao et al., 2020)", |
| "ref_id": "BIBREF91" |
| }, |
| { |
| "start": 1708, |
| "end": 1727, |
| "text": "(Guo et al., 2020a)", |
| "ref_id": "BIBREF35" |
| }, |
| { |
| "start": 1767, |
| "end": 1786, |
| "text": "(Guo et al., 2020a)", |
| "ref_id": "BIBREF35" |
| }, |
| { |
| "start": 1824, |
| "end": 1841, |
| "text": "(Xu et al., 2020)", |
| "ref_id": "BIBREF87" |
| }, |
| { |
| "start": 1878, |
| "end": 1905, |
| "text": "(Ammanabrolu et al., 2020b)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 1931, |
| "end": 1949, |
| "text": "(Yao et al., 2021)", |
| "ref_id": "BIBREF90" |
| }, |
| { |
| "start": 2015, |
| "end": 2036, |
| "text": "Zelinka et al. (2019)", |
| "ref_id": "BIBREF97" |
| }, |
| { |
| "start": 2849, |
| "end": 2877, |
| "text": "Guo et al. (2020b, MPRC-DQN)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Text World Agents", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Common-sense Reasoning: Agents arguably require a large background of common-sense or world knowledge to perform embodied reasoning in virtual environments. Fulda et al. (2017a) extract common-sense affordances from word vectors trained on Wikipedia using word2vec (Mikolov et al., 2013) , and use this to increase performance on interactive fiction games, as well as (more generally) on robotic learning tasks (Fulda et al., 2017b) . Murugesan et al. (2020b) combine the Concept-Net common-sense knowledge graph (Speer et al., 2017) with an RL agent that segments knowledge between general world knowledge, and specific beliefs about the current environment, demonstrating improved performance in a cooking environment. Similarly, Dambekodi et al. (2020) demonstrate that RL agents augmented with either COMET , a transformer trained on common-sense knowledge bases, or BERT , which is hypothesized to contain common-sense knowledge, outperform agents without this knowledge on the interactive fiction game 9:05. In the context of social reasoning, Ammanabrolu et al. (2021) create a fantasy-themed knowledge graph, ATOMIC-LIGHT, and show that an RL agent using this knowledge base performs well at the LIGHT social reasoning tasks.", |
| "cite_spans": [ |
| { |
| "start": 157, |
| "end": 177, |
| "text": "Fulda et al. (2017a)", |
| "ref_id": "BIBREF30" |
| }, |
| { |
| "start": 265, |
| "end": 287, |
| "text": "(Mikolov et al., 2013)", |
| "ref_id": "BIBREF61" |
| }, |
| { |
| "start": 411, |
| "end": 432, |
| "text": "(Fulda et al., 2017b)", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 435, |
| "end": 459, |
| "text": "Murugesan et al. (2020b)", |
| "ref_id": "BIBREF64" |
| }, |
| { |
| "start": 513, |
| "end": 533, |
| "text": "(Speer et al., 2017)", |
| "ref_id": "BIBREF72" |
| }, |
| { |
| "start": 732, |
| "end": 755, |
| "text": "Dambekodi et al. (2020)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Text World Agents", |
| "sec_num": "5" |
| }, |
| { |
| "text": "World Generation: Generating detailed environments with complex tasks is labourious, while randomly generating environments currently provides limited task complexity and environment cohesiveness. World generation aims to support the generation of complex, coherent environments, either through better tooling for human authors (e.g. Temprado-Battad et al., 2019), or automated generation systems that may or may not have a humanin-the-loop. Fan et al. (2020) explore creating cohesive game worlds in the LIGHT environment using a variety of embedding models including Starspace (Wu et al., 2018a) and BERT . Automatic evaluations show performance of between 36-47% in world building, defined as cohesively populating an environment with locations, objects, and characters. Similarly, hu-man evaluation shows that users prefer Starspacegenerated environments over those generated by a random baseline. In a more restricted domain, show that two models, one Markov chain model, the other a generative language model (GPT-2), are capable of generating quests in a cooking environment, while there is a tradeoff between human ratings of quest creativity and coherence. Ammanabrolu et al. (2020a) propose a largescale end-to-end solution to world generation that automatically constructs interactive fiction environments based on a story (such as Sherlock Holmes) provided as input. Their system first builds a knowledge graph of the story by framing KG construction as a question answering task, using their model (AskBERT) to populate this graph. The system then uses either a rule-based baseline or a generative model (GPT-2) to generate textual descriptions of the world from this knowledge graph. User studies show that humans generally prefer these neural-generated worlds to the rule-generated worlds (measured in terms of interest, coherence, and genre-resemblance), but that neural-generated performance still substantially lags behind that of human-generated worlds.", |
| "cite_spans": [ |
| { |
| "start": 442, |
| "end": 459, |
| "text": "Fan et al. (2020)", |
| "ref_id": "BIBREF28" |
| }, |
| { |
| "start": 579, |
| "end": 597, |
| "text": "(Wu et al., 2018a)", |
| "ref_id": "BIBREF84" |
| }, |
| { |
| "start": 1166, |
| "end": 1192, |
| "text": "Ammanabrolu et al. (2020a)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Contemporary Focus Areas", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Hybrid 3D-Text Environments: Hybrid simulators that can simultaneously render worlds both graphically (2D or 3D) as well as textually offer a mechanism to quickly learn high-level tasks without having to first solve grounding or perceptual learning challenges. The ALFWorld simulator (Shridhar et al., 2020b) combines the ALFRED 3D home environment (Shridhar et al., 2020a ) with a simultaneous TextWorld interface to that same environment, and introduce the BUTLER agent, which shows increased task generalization on the 3D environment when first trained on the text world. Prior to ALFWorld, Jansen (2020) showed that a language model (GPT-2) was able to successfully generate detailed step-by-step textual descriptions of ALFRED task trajectories for up to 58% of unseen cases using task descriptions alone, without visual input. Building on this, Micheli (2021) confirmed GPT-2 also performs well on the text world rendering of ALFWorld, and is able to successfully complete goals in 95% of unseen cases. Taken together, these results show the promise of quickly learning complex tasks at a high-level in a text-only environment, then transferring this performance to agents grounded in more complex environments.", |
| "cite_spans": [ |
| { |
| "start": 284, |
| "end": 308, |
| "text": "(Shridhar et al., 2020b)", |
| "ref_id": "BIBREF71" |
| }, |
| { |
| "start": 349, |
| "end": 372, |
| "text": "(Shridhar et al., 2020a", |
| "ref_id": "BIBREF70" |
| }, |
| { |
| "start": 594, |
| "end": 607, |
| "text": "Jansen (2020)", |
| "ref_id": "BIBREF46" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Contemporary Focus Areas", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Environment complexity is limited, and it's currently difficult to author complex worlds. Two competing needs are currently at odds: the desire for complex environments to learn complex skills, and the desire for environment variation to encourage robustness in models. Current tooling emphasizes creating varied procedural environments, but those environments have limited complexity, and require agents to complete straightforward tasks. Economically creating complex, interactive environments that simulate a significant fraction of real world interactions is still well beyond current simulators or libraries -but required for higher-fidelity interactive worlds that have multiple meaningful paths toward achieving task goals. Generating these environments semi-automatically (e.g. Ammanabrolu et al., 2020a) may offer a partial solution. Independent of tooling, libraries and other middleware offer near-term solutions to more complex environment modeling, much in the same way 3D game engines are regularly coupled with physics engine middleware to dramatically reduce the time required to implement forces, collisions, lighting, and other physics-based modeling. Currently, few analogs exist for text worlds. The addition of a chemistry engine that knows ice warmed above the freezing point will change to liquid water, or a generator engine that knows the sun is a source of sunlight during sunny days, or an observation engine that knows tools (like microscopes or thermometers) can change the observation model of a POMDP -may offer tractability in the form of modularization. Efforts using large-scale crowdsourcing to construct knowledge bases of commonsense knowledge (e.g., ATOMIC, Sap et al., 2019) may be required to support these efforts.", |
| "cite_spans": [ |
| { |
| "start": 786, |
| "end": 812, |
| "text": "Ammanabrolu et al., 2020a)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 1688, |
| "end": 1713, |
| "text": "ATOMIC, Sap et al., 2019)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Contemporary Limitations and Challenges", |
| "sec_num": "7" |
| }, |
| { |
| "text": "Current planning languages offer a partial solution for environment modelling. While simulators partially implement facilities for world modeling, some (e.g. Shridhar et al., 2020b) suggest using mature planning languages like STRIPS (Fikes and Nilsson, 1971) or PDDL (McDermott et al., 1998) for more full-featured modeling. This would not be without significant development effort -existing implementations of planning languages typically assume full-world observability (in conflict with POMDP modelling), and primarily agent-directed state-space changes, making complex world modeling with partial ob-servability, and complex environment processes (such as plants that require water and light to survive, or a sun that rises and sets causing different items to be observable in day versus night) outside the space of being easily implemented with off-the-shelf solutions. In the near-term, it is likely that a domain-specific language specific to complex text world modeling would be required to address these needs while simultaneously reducing the time investment and barrier-to-entry for end users.", |
| "cite_spans": [ |
| { |
| "start": 158, |
| "end": 181, |
| "text": "Shridhar et al., 2020b)", |
| "ref_id": "BIBREF71" |
| }, |
| { |
| "start": 234, |
| "end": 244, |
| "text": "(Fikes and", |
| "ref_id": "BIBREF29" |
| }, |
| { |
| "start": 245, |
| "end": 292, |
| "text": "Nilsson, 1971) or PDDL (McDermott et al., 1998)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Contemporary Limitations and Challenges", |
| "sec_num": "7" |
| }, |
| { |
| "text": "Analyses of environment complexity can inform agent design and evaluation. Text world articles frequently emphasize agent modeling contributions over environment, methodological, or analysis contributions -but these contributions are critical, especially in the early stages of this subfield. Agent performance in easy environments has increased incrementally, while medium-to-hard environments have seen comparatively modest improvements. Agent performance is typically reported as a distribution over a large number of environments, and the methodological groundwork required to understand when different models exceed others in time or performance over these environment distributions is critical to making forward progress. Transfer learning in the form of training on one set of environments and testing on others has become a standard feature of benchmarks (e.g. , but focused contributions that work to precisely characterize the limits of what can be learned from (for example) OmniQuest and transferred to Zork, and what capacities must be learned elsewhere, will help inform research programs in agent modeling and environment design.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Contemporary Limitations and Challenges", |
| "sec_num": "7" |
| }, |
| { |
| "text": "Transfer learning between text world and 3D environments. Tasks learned at a high-level in text worlds help speed learning when those same models are transferred to more complex 3D environments (Shridhar et al., 2020b) . This framing of transfer learning may resemble how humans can converse about plans for future actions in locations remote from those eventual actions (as when we apply knowledge learned in classrooms to the real world). As such, text-plus-3D environment rendering shows promise as a manner of controlling for different sources of complexity in multi-modal task learning (from high-level task-specific knowledge to low-level perceptual knowledge), and appears a promising research methodology for imparting complex task knowledge on agents that are able to navigate high-fidelity virtual environments.", |
| "cite_spans": [ |
| { |
| "start": 194, |
| "end": 218, |
| "text": "(Shridhar et al., 2020b)", |
| "ref_id": "BIBREF71" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Contemporary Limitations and Challenges", |
| "sec_num": "7" |
| }, |
| { |
| "text": "3D Environment Simulators -AI2-Thor (Kolve et al., 2017) -CHALET (Yan et al., 2018) -House3D (Wu et al., 2018b) -RoboThor (Deitke et al., 2020) D ALFRED (Shridhar et al., 2020a) D I ALFWorld (Shridhar et al., 2020b) Voxel-Based Simulators -Malmo (Johnson et al., 2016 ) -MineRL (Guss et al., 2019 Gridworld Simulators -Rogue-in-a-box (Asperti et al., 2017) D BABYAI (Chevalier-Boisvert et al., 2018) I Nethack LE (K\u00fcttler et al., 2020) I VisualHints (Carta et al., 2020) -Griddly (Bamford, 2021) Text-based Simulators I Z-Machine (Infocom, 1989) I Inform7 (Nelson, 2006) I Ceptre (Martens, 2015) I TextWorld (C\u00f4t\u00e9 et al., 2018) I LIGHT (Urbanek et al., 2019) I Jericho to \"slice an apple then cool it\" in the ALFRED environment (Shridhar et al., 2020a) . Other hybrid environments such as ALFWorld (Shridhar et al., 2020b ) simultaneously render an environment both in 3D as well as in text, allowing agents to learn high-level task knowledge through text interactions, then ground these in environment-specific perceptual input though transfer learning.", |
| "cite_spans": [ |
| { |
| "start": 36, |
| "end": 56, |
| "text": "(Kolve et al., 2017)", |
| "ref_id": null |
| }, |
| { |
| "start": 65, |
| "end": 83, |
| "text": "(Yan et al., 2018)", |
| "ref_id": "BIBREF88" |
| }, |
| { |
| "start": 93, |
| "end": 111, |
| "text": "(Wu et al., 2018b)", |
| "ref_id": "BIBREF85" |
| }, |
| { |
| "start": 122, |
| "end": 143, |
| "text": "(Deitke et al., 2020)", |
| "ref_id": "BIBREF25" |
| }, |
| { |
| "start": 153, |
| "end": 177, |
| "text": "(Shridhar et al., 2020a)", |
| "ref_id": "BIBREF70" |
| }, |
| { |
| "start": 191, |
| "end": 215, |
| "text": "(Shridhar et al., 2020b)", |
| "ref_id": "BIBREF71" |
| }, |
| { |
| "start": 246, |
| "end": 267, |
| "text": "(Johnson et al., 2016", |
| "ref_id": "BIBREF49" |
| }, |
| { |
| "start": 268, |
| "end": 296, |
| "text": ") -MineRL (Guss et al., 2019", |
| "ref_id": null |
| }, |
| { |
| "start": 334, |
| "end": 356, |
| "text": "(Asperti et al., 2017)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 366, |
| "end": 399, |
| "text": "(Chevalier-Boisvert et al., 2018)", |
| "ref_id": "BIBREF19" |
| }, |
| { |
| "start": 413, |
| "end": 435, |
| "text": "(K\u00fcttler et al., 2020)", |
| "ref_id": null |
| }, |
| { |
| "start": 450, |
| "end": 470, |
| "text": "(Carta et al., 2020)", |
| "ref_id": null |
| }, |
| { |
| "start": 480, |
| "end": 495, |
| "text": "(Bamford, 2021)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 530, |
| "end": 545, |
| "text": "(Infocom, 1989)", |
| "ref_id": "BIBREF44" |
| }, |
| { |
| "start": 556, |
| "end": 570, |
| "text": "(Nelson, 2006)", |
| "ref_id": "BIBREF66" |
| }, |
| { |
| "start": 580, |
| "end": 595, |
| "text": "(Martens, 2015)", |
| "ref_id": "BIBREF58" |
| }, |
| { |
| "start": 636, |
| "end": 658, |
| "text": "(Urbanek et al., 2019)", |
| "ref_id": "BIBREF83" |
| }, |
| { |
| "start": 728, |
| "end": 752, |
| "text": "(Shridhar et al., 2020a)", |
| "ref_id": "BIBREF70" |
| }, |
| { |
| "start": 798, |
| "end": 821, |
| "text": "(Shridhar et al., 2020b", |
| "ref_id": "BIBREF71" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Contemporary Limitations and Challenges", |
| "sec_num": "7" |
| }, |
| { |
| "text": "Voxel-based Simulators: Voxel-based simulators create worlds from (typically) large 3D blocks, lowering rendering fidelity while greatly reducing the time and skill required to add new objects. Similarly, creating new agent-object or object-object interactions can be easier because they can generally be implemented in a coarser manner -though some kinds of basic spatial actions (like rotating an object in increments smaller than 90 degrees) are generally not easily implemented. Malmo (Johnson et al., 2016) and MineRL (Guss et al., 2019) offer wrappers and training data to build agents in the popular Minecraft environment. While the agent's action space is limited in Minecraft (see Table 4 ), the crafting nature of the game (that allows collecting, creating, destroying, or combining objects using one or more voxels) affords exploring a variety of compositional reasoning tasks with a low barrier to entry, while still using a 3D environment. Text directives, like those in CraftAssist (Gray et al., 2019) , allow agents to learn to perform compositional crafting actions in this 3D environment from natural language dialog.", |
| "cite_spans": [ |
| { |
| "start": 489, |
| "end": 511, |
| "text": "(Johnson et al., 2016)", |
| "ref_id": "BIBREF49" |
| }, |
| { |
| "start": 516, |
| "end": 542, |
| "text": "MineRL (Guss et al., 2019)", |
| "ref_id": null |
| }, |
| { |
| "start": 996, |
| "end": 1015, |
| "text": "(Gray et al., 2019)", |
| "ref_id": "BIBREF34" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 690, |
| "end": 697, |
| "text": "Table 4", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Contemporary Limitations and Challenges", |
| "sec_num": "7" |
| }, |
| { |
| "text": "GridWorld Simulators: 2D gridworlds are comparatively easier to construct than 3D environments, and as such more options are available. GridWorlds share the commonality that they exist on a discretized 2D plane, typically containing a maximum of a few dozen cells on either dimension. Cells are discrete locations that (in the simplest case) contain up to a single agent or object, while more complex simulators allow cells to contain more than one object, including containers. Agents move on the plane through simplified spatial dynamics, at a minimum rotate left, rotate right, and move forward, allowing the entire world to be explored through a small action space.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Contemporary Limitations and Challenges", |
| "sec_num": "7" |
| }, |
| { |
| "text": "Where gridworlds tend to differ is in their rendering fidelity, and their non-movement action spaces. In terms of rendering, some (such as BABYAI, Chevalier-Boisvert et al., 2018) render a world graphically, using pixels, with simplified shapes for improving rendering throughput and reducing RL agent training time. Others such as NetHack (K\u00fcttler et al., 2020) are rendered purely as textual characters, owing to their original nature as early terminal-only games. Some simulators (e.g. Griddly, Bamford, 2021) support a range of rendering fidelities, from sprites (slowest) to shapes to text characters (fastest), depending on how critical rendering fidelity is for experimentation. As with 3D simulators, hybrid environments (like VisualHints, Carta et al., 2020) exist, where environments are simultaneously rendered as a Text World and accompanying GridWorld that provides an explicit spatial map.", |
| "cite_spans": [ |
| { |
| "start": 340, |
| "end": 362, |
| "text": "(K\u00fcttler et al., 2020)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Contemporary Limitations and Challenges", |
| "sec_num": "7" |
| }, |
| { |
| "text": "Action spaces vary considerably in GridWorld simulators (see Table 4 ), owing to the different scripting environments that each affords. Some environments have a small set of hardcoded environment rules (e.g. BABYAI), while others (e.g. NetHack) offer nearly 100 agent actions, rich crafting, and complex agent-object interactions. Text can occur in the form of task directives (e.g. \"put a ball next to the blue door\" in BABYAI), partial natural language descriptions of changes in the environmental state (e.g. \"You are being attacked by an orc\" in NetHack), or as full Text World descriptions in hybrid environments.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 61, |
| "end": 68, |
| "text": "Table 4", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Contemporary Limitations and Challenges", |
| "sec_num": "7" |
| }, |
| { |
| "text": "community in favour of the more popular Inform series tools.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "https://competitions.codalab.org/ competitions/21557", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "Simulators provide the infrastructure to implement the environments, objects, characters, and interactions of a virtual world, typically through a combination of a scripting engine to define the behavior of objects and agents, with a rendering engine that provides a view of the world for a given agent or user. Simulators for embodied agents exist on a fidelity spectrum, from photorealistic 3D environments to worlds described exclusively with language, where a trade-off typically exists between richer rendering and richer action spaces. This fidelity spectrum (paired with example simulators) is shown in Table 3 , and described briefly below. Note that many of these higher-fidelity simulators are largely out-of-scope when discussing Text Worlds, except as a means of contrast to text-only worlds, and in the limited context that these simulators make use of text. 3D Environment Simulators: 3D simulators provide the user with complex 3D environments, including near-photorealistic environments such as AI2-Thor (Kolve et al., 2017) , and include physics engines that model forces, liquids, illumination, containment, and other object interactions. Because of their rendering fidelity, they offer the possibility of inexpensively training robotic models in virtual environments that can then be transferred to the real world (e.g. RoboThor, Deitke et al., 2020) . Adding objects to 3D worlds can be expensive, as this requires 3D modelling expertise that teams may not have. Similarly, adding agent actions or object-object interactions through a scripting language can be expensive if those actions are outside what is easily implemented in the simulator (like creating gasses, or using a pencil or saw to modify", |
| "cite_spans": [ |
| { |
| "start": 1020, |
| "end": 1040, |
| "text": "(Kolve et al., 2017)", |
| "ref_id": null |
| }, |
| { |
| "start": 1349, |
| "end": 1369, |
| "text": "Deitke et al., 2020)", |
| "ref_id": "BIBREF25" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 610, |
| "end": 617, |
| "text": "Table 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "A Extended List of Simulators", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Learning dynamic belief graphs to generalize on text-based games", |
| "authors": [ |
| { |
| "first": "Ashutosh", |
| "middle": [], |
| "last": "Adhikari", |
| "suffix": "" |
| }, |
| { |
| "first": "Xingdi", |
| "middle": [], |
| "last": "Yuan", |
| "suffix": "" |
| }, |
| { |
| "first": "Marc-Alexandre", |
| "middle": [], |
| "last": "C\u00f4t\u00e9", |
| "suffix": "" |
| }, |
| { |
| "first": "Mikul\u00e1\u0161", |
| "middle": [], |
| "last": "Zelinka", |
| "suffix": "" |
| }, |
| { |
| "first": "Marc-Antoine", |
| "middle": [], |
| "last": "Rondeau", |
| "suffix": "" |
| }, |
| { |
| "first": "Romain", |
| "middle": [], |
| "last": "Laroche", |
| "suffix": "" |
| }, |
| { |
| "first": "Pascal", |
| "middle": [], |
| "last": "Poupart", |
| "suffix": "" |
| }, |
| { |
| "first": "Jian", |
| "middle": [], |
| "last": "Tang", |
| "suffix": "" |
| }, |
| { |
| "first": "Adam", |
| "middle": [], |
| "last": "Trischler", |
| "suffix": "" |
| }, |
| { |
| "first": "Will", |
| "middle": [], |
| "last": "Hamilton", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "Advances in Neural Information Processing Systems", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ashutosh Adhikari, Xingdi Yuan, Marc-Alexandre C\u00f4t\u00e9, Mikul\u00e1\u0161 Zelinka, Marc-Antoine Rondeau, Romain Laroche, Pascal Poupart, Jian Tang, Adam Trischler, and Will Hamilton. 2020. Learning dynamic belief graphs to generalize on text-based games. Advances in Neural Information Processing Systems, 33.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Toward automated quest generation in text-adventure games", |
| "authors": [ |
| { |
| "first": "Prithviraj", |
| "middle": [], |
| "last": "Ammanabrolu", |
| "suffix": "" |
| }, |
| { |
| "first": "William", |
| "middle": [], |
| "last": "Broniec", |
| "suffix": "" |
| }, |
| { |
| "first": "Alex", |
| "middle": [], |
| "last": "Mueller", |
| "suffix": "" |
| }, |
| { |
| "first": "Jeremy", |
| "middle": [], |
| "last": "Paul", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Riedl", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Proceedings of the 4th Workshop on Computational Creativity in Language Generation", |
| "volume": "", |
| "issue": "", |
| "pages": "1--12", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Prithviraj Ammanabrolu, William Broniec, Alex Mueller, Jeremy Paul, and Mark Riedl. 2019. To- ward automated quest generation in text-adventure games. In Proceedings of the 4th Workshop on Com- putational Creativity in Language Generation, pages 1-12.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Bringing stories alive: Generating interactive fiction worlds", |
| "authors": [ |
| { |
| "first": "Prithviraj", |
| "middle": [], |
| "last": "Ammanabrolu", |
| "suffix": "" |
| }, |
| { |
| "first": "Wesley", |
| "middle": [], |
| "last": "Cheung", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Tu", |
| "suffix": "" |
| }, |
| { |
| "first": "William", |
| "middle": [], |
| "last": "Broniec", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Riedl", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "Proceedings of the AAAI Conference on Artificial Intelligence and Interactive Digital Entertainment", |
| "volume": "16", |
| "issue": "", |
| "pages": "3--9", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Prithviraj Ammanabrolu, Wesley Cheung, Dan Tu, William Broniec, and Mark Riedl. 2020a. Bringing stories alive: Generating interactive fiction worlds. In Proceedings of the AAAI Conference on Artificial Intelligence and Interactive Digital Entertainment, volume 16, pages 3-9.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Graph constrained reinforcement learning for natural language action spaces", |
| "authors": [ |
| { |
| "first": "Prithviraj", |
| "middle": [], |
| "last": "Ammanabrolu", |
| "suffix": "" |
| }, |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Hausknecht", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:2001.08837" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Prithviraj Ammanabrolu and Matthew Hausknecht. 2020. Graph constrained reinforcement learning for natural language action spaces. arXiv preprint arXiv:2001.08837.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Playing text-adventure games with graph-based deep reinforcement learning", |
| "authors": [ |
| { |
| "first": "Prithviraj", |
| "middle": [], |
| "last": "Ammanabrolu", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Riedl", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies", |
| "volume": "1", |
| "issue": "", |
| "pages": "3557--3565", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/N19-1358" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Prithviraj Ammanabrolu and Mark Riedl. 2019. Play- ing text-adventure games with graph-based deep re- inforcement learning. In Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers), pages 3557-3565, Minneapolis, Minnesota. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Modeling worlds in text", |
| "authors": [ |
| { |
| "first": "Prithviraj", |
| "middle": [], |
| "last": "Ammanabrolu", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Riedl", |
| "suffix": "" |
| } |
| ], |
| "year": 2021, |
| "venue": "Thirty-fifth Conference on Neural Information Processing Systems Datasets and Benchmarks Track", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Prithviraj Ammanabrolu and Mark Riedl. 2021a. Mod- eling worlds in text. In Thirty-fifth Conference on Neural Information Processing Systems Datasets and Benchmarks Track (Round 1).", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Learning knowledge graph-based world models of textual environments", |
| "authors": [ |
| { |
| "first": "Prithviraj", |
| "middle": [], |
| "last": "Ammanabrolu", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Mark O Riedl", |
| "suffix": "" |
| } |
| ], |
| "year": 2021, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:2106.09608" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Prithviraj Ammanabrolu and Mark O Riedl. 2021b. Learning knowledge graph-based world mod- els of textual environments. arXiv preprint arXiv:2106.09608.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "How to avoid being eaten by a grue", |
| "authors": [ |
| { |
| "first": "Prithviraj", |
| "middle": [], |
| "last": "Ammanabrolu", |
| "suffix": "" |
| }, |
| { |
| "first": "Ethan", |
| "middle": [], |
| "last": "Tien", |
| "suffix": "" |
| }, |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Hausknecht", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [ |
| "O" |
| ], |
| "last": "Riedl", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "Structured exploration strategies for textual worlds", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:2006.07409" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Prithviraj Ammanabrolu, Ethan Tien, Matthew Hausknecht, and Mark O Riedl. 2020b. How to avoid being eaten by a grue: Structured explo- ration strategies for textual worlds. arXiv preprint arXiv:2006.07409.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "How to motivate your dragon: Teaching goaldriven agents to speak and act in fantasy worlds", |
| "authors": [ |
| { |
| "first": "Prithviraj", |
| "middle": [], |
| "last": "Ammanabrolu", |
| "suffix": "" |
| }, |
| { |
| "first": "Jack", |
| "middle": [], |
| "last": "Urbanek", |
| "suffix": "" |
| }, |
| { |
| "first": "Margaret", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Arthur", |
| "middle": [], |
| "last": "Szlam", |
| "suffix": "" |
| }, |
| { |
| "first": "Tim", |
| "middle": [], |
| "last": "Rockt\u00e4schel", |
| "suffix": "" |
| }, |
| { |
| "first": "Jason", |
| "middle": [ |
| "Weston" |
| ], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 2021, |
| "venue": "Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies", |
| "volume": "", |
| "issue": "", |
| "pages": "807--833", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/2021.naacl-main.64" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Prithviraj Ammanabrolu, Jack Urbanek, Margaret Li, Arthur Szlam, Tim Rockt\u00e4schel, and Jason Weston. 2021. How to motivate your dragon: Teaching goal- driven agents to speak and act in fantasy worlds. In Proceedings of the 2021 Conference of the North American Chapter of the Association for Computa- tional Linguistics: Human Language Technologies, pages 807-833, Online. Association for Computa- tional Linguistics.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Rogueinabox: an environment for roguelike learning", |
| "authors": [ |
| { |
| "first": "Andrea", |
| "middle": [], |
| "last": "Asperti", |
| "suffix": "" |
| }, |
| { |
| "first": "Carlo", |
| "middle": [ |
| "De" |
| ], |
| "last": "Pieri", |
| "suffix": "" |
| }, |
| { |
| "first": "Gianmaria", |
| "middle": [], |
| "last": "Pedrini", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "International Journal of Computers", |
| "volume": "2", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Andrea Asperti, Carlo De Pieri, and Gianmaria Pedrini. 2017. Rogueinabox: an environment for roguelike learning. International Journal of Computers, 2.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "The text-based adventure ai competition", |
| "authors": [ |
| { |
| "first": "Timothy", |
| "middle": [], |
| "last": "Atkinson", |
| "suffix": "" |
| }, |
| { |
| "first": "Hendrik", |
| "middle": [], |
| "last": "Baier", |
| "suffix": "" |
| }, |
| { |
| "first": "Tara", |
| "middle": [], |
| "last": "Copplestone", |
| "suffix": "" |
| }, |
| { |
| "first": "Sam", |
| "middle": [], |
| "last": "Devlin", |
| "suffix": "" |
| }, |
| { |
| "first": "Jerry", |
| "middle": [], |
| "last": "Swan", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "IEEE Transactions on Games", |
| "volume": "11", |
| "issue": "3", |
| "pages": "260--266", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Timothy Atkinson, Hendrik Baier, Tara Copplestone, Sam Devlin, and Jerry Swan. 2019. The text-based adventure ai competition. IEEE Transactions on Games, 11(3):260-266.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Griddly: A platform for ai research in games", |
| "authors": [ |
| { |
| "first": "Chris", |
| "middle": [], |
| "last": "Bamford", |
| "suffix": "" |
| } |
| ], |
| "year": 2021, |
| "venue": "Software Impacts", |
| "volume": "8", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chris Bamford. 2021. Griddly: A platform for ai re- search in games. Software Impacts, 8:100066.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Perceptual symbol systems", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Lawrence", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Barsalou", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Behavioral and brain sciences", |
| "volume": "22", |
| "issue": "4", |
| "pages": "577--660", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lawrence W Barsalou et al. 1999. Perceptual symbol systems. Behavioral and brain sciences, 22(4):577- 660.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Experience grounds language", |
| "authors": [ |
| { |
| "first": "Yonatan", |
| "middle": [], |
| "last": "Bisk", |
| "suffix": "" |
| }, |
| { |
| "first": "Ari", |
| "middle": [], |
| "last": "Holtzman", |
| "suffix": "" |
| }, |
| { |
| "first": "Jesse", |
| "middle": [], |
| "last": "Thomason", |
| "suffix": "" |
| }, |
| { |
| "first": "Jacob", |
| "middle": [], |
| "last": "Andreas", |
| "suffix": "" |
| }, |
| { |
| "first": "Yoshua", |
| "middle": [], |
| "last": "Bengio", |
| "suffix": "" |
| }, |
| { |
| "first": "Joyce", |
| "middle": [], |
| "last": "Chai", |
| "suffix": "" |
| }, |
| { |
| "first": "Mirella", |
| "middle": [], |
| "last": "Lapata", |
| "suffix": "" |
| }, |
| { |
| "first": "Angeliki", |
| "middle": [], |
| "last": "Lazaridou", |
| "suffix": "" |
| }, |
| { |
| "first": "Jonathan", |
| "middle": [], |
| "last": "May", |
| "suffix": "" |
| }, |
| { |
| "first": "Aleksandr", |
| "middle": [], |
| "last": "Nisnevich", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)", |
| "volume": "", |
| "issue": "", |
| "pages": "8718--8735", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yonatan Bisk, Ari Holtzman, Jesse Thomason, Jacob Andreas, Yoshua Bengio, Joyce Chai, Mirella Lap- ata, Angeliki Lazaridou, Jonathan May, Aleksandr Nisnevich, et al. 2020. Experience grounds language. In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP), pages 8718-8735.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Comet: Commonsense transformers for automatic knowledge graph construction", |
| "authors": [ |
| { |
| "first": "Antoine", |
| "middle": [], |
| "last": "Bosselut", |
| "suffix": "" |
| }, |
| { |
| "first": "Hannah", |
| "middle": [], |
| "last": "Rashkin", |
| "suffix": "" |
| }, |
| { |
| "first": "Maarten", |
| "middle": [], |
| "last": "Sap", |
| "suffix": "" |
| }, |
| { |
| "first": "Chaitanya", |
| "middle": [], |
| "last": "Malaviya", |
| "suffix": "" |
| }, |
| { |
| "first": "Asli", |
| "middle": [], |
| "last": "Celikyilmaz", |
| "suffix": "" |
| }, |
| { |
| "first": "Yejin", |
| "middle": [], |
| "last": "Choi", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "4762--4779", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Antoine Bosselut, Hannah Rashkin, Maarten Sap, Chai- tanya Malaviya, Asli Celikyilmaz, and Yejin Choi. 2019. Comet: Commonsense transformers for auto- matic knowledge graph construction. In Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics, pages 4762-4779.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Integration of action and language knowledge: A roadmap for developmental robotics", |
| "authors": [ |
| { |
| "first": "Angelo", |
| "middle": [], |
| "last": "Cangelosi", |
| "suffix": "" |
| }, |
| { |
| "first": "Giorgio", |
| "middle": [], |
| "last": "Metta", |
| "suffix": "" |
| }, |
| { |
| "first": "Gerhard", |
| "middle": [], |
| "last": "Sagerer", |
| "suffix": "" |
| }, |
| { |
| "first": "Stefano", |
| "middle": [], |
| "last": "Nolfi", |
| "suffix": "" |
| }, |
| { |
| "first": "Chrystopher", |
| "middle": [], |
| "last": "Nehaniv", |
| "suffix": "" |
| }, |
| { |
| "first": "Kerstin", |
| "middle": [], |
| "last": "Fischer", |
| "suffix": "" |
| }, |
| { |
| "first": "Jun", |
| "middle": [], |
| "last": "Tani", |
| "suffix": "" |
| }, |
| { |
| "first": "Tony", |
| "middle": [], |
| "last": "Belpaeme", |
| "suffix": "" |
| }, |
| { |
| "first": "Giulio", |
| "middle": [], |
| "last": "Sandini", |
| "suffix": "" |
| }, |
| { |
| "first": "Francesco", |
| "middle": [], |
| "last": "Nori", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "IEEE Transactions on Autonomous Mental Development", |
| "volume": "2", |
| "issue": "3", |
| "pages": "167--195", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Angelo Cangelosi, Giorgio Metta, Gerhard Sagerer, Ste- fano Nolfi, Chrystopher Nehaniv, Kerstin Fischer, Jun Tani, Tony Belpaeme, Giulio Sandini, Francesco Nori, et al. 2010. Integration of action and language knowledge: A roadmap for developmental robotics. IEEE Transactions on Autonomous Mental Develop- ment, 2(3):167-195.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Developmental Robotics: From Babies to Robots", |
| "authors": [ |
| { |
| "first": "Angelo", |
| "middle": [], |
| "last": "Cangelosi", |
| "suffix": "" |
| }, |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Schlesinger", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Angelo Cangelosi and Matthew Schlesinger. 2015. De- velopmental Robotics: From Babies to Robots. The MIT Press.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Kartik Talamadupula, and Michiaki Tatsubori. 2020. Visualhints: A visual-lingual environment for multimodal reinforcement learning", |
| "authors": [ |
| { |
| "first": "Thomas", |
| "middle": [], |
| "last": "Carta", |
| "suffix": "" |
| }, |
| { |
| "first": "Subhajit", |
| "middle": [], |
| "last": "Chaudhury", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:2010.13839" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Thomas Carta, Subhajit Chaudhury, Kartik Tala- madupula, and Michiaki Tatsubori. 2020. Vi- sualhints: A visual-lingual environment for mul- timodal reinforcement learning. arXiv preprint arXiv:2010.13839.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Bootstrapped Q-learning with context relevant observation pruning to generalize in text-based games", |
| "authors": [ |
| { |
| "first": "Subhajit", |
| "middle": [], |
| "last": "Chaudhury", |
| "suffix": "" |
| }, |
| { |
| "first": "Daiki", |
| "middle": [], |
| "last": "Kimura", |
| "suffix": "" |
| }, |
| { |
| "first": "Kartik", |
| "middle": [], |
| "last": "Talamadupula", |
| "suffix": "" |
| }, |
| { |
| "first": "Michiaki", |
| "middle": [], |
| "last": "Tatsubori", |
| "suffix": "" |
| }, |
| { |
| "first": "Asim", |
| "middle": [], |
| "last": "Munawar", |
| "suffix": "" |
| }, |
| { |
| "first": "Ryuki", |
| "middle": [], |
| "last": "Tachibana", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)", |
| "volume": "", |
| "issue": "", |
| "pages": "3002--3008", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/2020.emnlp-main.241" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Subhajit Chaudhury, Daiki Kimura, Kartik Tala- madupula, Michiaki Tatsubori, Asim Munawar, and Ryuki Tachibana. 2020. Bootstrapped Q-learning with context relevant observation pruning to gener- alize in text-based games. In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP), pages 3002-3008, Online. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Babyai: A platform to study the sample efficiency of grounded language learning", |
| "authors": [ |
| { |
| "first": "Maxime", |
| "middle": [], |
| "last": "Chevalier-Boisvert", |
| "suffix": "" |
| }, |
| { |
| "first": "Dzmitry", |
| "middle": [], |
| "last": "Bahdanau", |
| "suffix": "" |
| }, |
| { |
| "first": "Salem", |
| "middle": [], |
| "last": "Lahlou", |
| "suffix": "" |
| }, |
| { |
| "first": "Lucas", |
| "middle": [], |
| "last": "Willems", |
| "suffix": "" |
| }, |
| { |
| "first": "Chitwan", |
| "middle": [], |
| "last": "Saharia", |
| "suffix": "" |
| }, |
| { |
| "first": "Thien", |
| "middle": [], |
| "last": "Huu Nguyen", |
| "suffix": "" |
| }, |
| { |
| "first": "Yoshua", |
| "middle": [], |
| "last": "Bengio", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1810.08272" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Maxime Chevalier-Boisvert, Dzmitry Bahdanau, Salem Lahlou, Lucas Willems, Chitwan Saharia, Thien Huu Nguyen, and Yoshua Bengio. 2018. Babyai: A plat- form to study the sample efficiency of grounded lan- guage learning. arXiv preprint arXiv:1810.08272.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Textworld: A learning environment for text-based games", |
| "authors": [ |
| { |
| "first": "\u00c1kos", |
| "middle": [], |
| "last": "Marc-Alexandre C\u00f4t\u00e9", |
| "suffix": "" |
| }, |
| { |
| "first": "Xingdi", |
| "middle": [], |
| "last": "K\u00e1d\u00e1r", |
| "suffix": "" |
| }, |
| { |
| "first": "Ben", |
| "middle": [], |
| "last": "Yuan", |
| "suffix": "" |
| }, |
| { |
| "first": "Tavian", |
| "middle": [], |
| "last": "Kybartas", |
| "suffix": "" |
| }, |
| { |
| "first": "Emery", |
| "middle": [], |
| "last": "Barnes", |
| "suffix": "" |
| }, |
| { |
| "first": "James", |
| "middle": [], |
| "last": "Fine", |
| "suffix": "" |
| }, |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Moore", |
| "suffix": "" |
| }, |
| { |
| "first": "Layla", |
| "middle": [ |
| "El" |
| ], |
| "last": "Hausknecht", |
| "suffix": "" |
| }, |
| { |
| "first": "Mahmoud", |
| "middle": [], |
| "last": "Asri", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Adada", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "Workshop on Computer Games", |
| "volume": "", |
| "issue": "", |
| "pages": "41--75", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Marc-Alexandre C\u00f4t\u00e9, \u00c1kos K\u00e1d\u00e1r, Xingdi Yuan, Ben Kybartas, Tavian Barnes, Emery Fine, James Moore, Matthew Hausknecht, Layla El Asri, Mahmoud Adada, et al. 2018. Textworld: A learning environ- ment for text-based games. In Workshop on Com- puter Games, pages 41-75. Springer.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Tracking state changes in procedural text: a challenge dataset and models for process paragraph comprehension", |
| "authors": [ |
| { |
| "first": "Bhavana", |
| "middle": [], |
| "last": "Dalvi", |
| "suffix": "" |
| }, |
| { |
| "first": "Lifu", |
| "middle": [], |
| "last": "Huang", |
| "suffix": "" |
| }, |
| { |
| "first": "Niket", |
| "middle": [], |
| "last": "Tandon", |
| "suffix": "" |
| }, |
| { |
| "first": "Yih", |
| "middle": [], |
| "last": "Wen-Tau", |
| "suffix": "" |
| }, |
| { |
| "first": "Peter", |
| "middle": [], |
| "last": "Clark", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies", |
| "volume": "1", |
| "issue": "", |
| "pages": "1595--1604", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/N18-1144" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bhavana Dalvi, Lifu Huang, Niket Tandon, Wen-tau Yih, and Peter Clark. 2018. Tracking state changes in procedural text: a challenge dataset and models for process paragraph comprehension. In Proceedings of the 2018 Conference of the North American Chap- ter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long Pa- pers), pages 1595-1604, New Orleans, Louisiana. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Explaining answers with entailment trees", |
| "authors": [ |
| { |
| "first": "Bhavana", |
| "middle": [], |
| "last": "Dalvi", |
| "suffix": "" |
| }, |
| { |
| "first": "Peter", |
| "middle": [], |
| "last": "Jansen", |
| "suffix": "" |
| }, |
| { |
| "first": "Oyvind", |
| "middle": [], |
| "last": "Tafjord", |
| "suffix": "" |
| }, |
| { |
| "first": "Zhengnan", |
| "middle": [], |
| "last": "Xie", |
| "suffix": "" |
| }, |
| { |
| "first": "Hannah", |
| "middle": [], |
| "last": "Smith", |
| "suffix": "" |
| }, |
| { |
| "first": "Leighanna", |
| "middle": [], |
| "last": "Pipatanangkura", |
| "suffix": "" |
| }, |
| { |
| "first": "Peter", |
| "middle": [], |
| "last": "Clark", |
| "suffix": "" |
| } |
| ], |
| "year": 2021, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:2104.08661" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bhavana Dalvi, Peter Jansen, Oyvind Tafjord, Zhengnan Xie, Hannah Smith, Leighanna Pipatanangkura, and Peter Clark. 2021. Explaining answers with entail- ment trees. arXiv preprint arXiv:2104.08661.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Everything happens for a reason: Discovering the purpose of actions in procedural text", |
| "authors": [ |
| { |
| "first": "Bhavana", |
| "middle": [], |
| "last": "Dalvi", |
| "suffix": "" |
| }, |
| { |
| "first": "Niket", |
| "middle": [], |
| "last": "Tandon", |
| "suffix": "" |
| }, |
| { |
| "first": "Antoine", |
| "middle": [], |
| "last": "Bosselut", |
| "suffix": "" |
| }, |
| { |
| "first": "Wentau", |
| "middle": [], |
| "last": "Yih", |
| "suffix": "" |
| }, |
| { |
| "first": "Peter", |
| "middle": [], |
| "last": "Clark", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)", |
| "volume": "", |
| "issue": "", |
| "pages": "4496--4505", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/D19-1457" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bhavana Dalvi, Niket Tandon, Antoine Bosselut, Wen- tau Yih, and Peter Clark. 2019. Everything happens for a reason: Discovering the purpose of actions in procedural text. In Proceedings of the 2019 Confer- ence on Empirical Methods in Natural Language Pro- cessing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP), pages 4496-4505, Hong Kong, China. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "Prithviraj Ammanabrolu, and Mark O Riedl. 2020. Playing textbased games with common sense", |
| "authors": [ |
| { |
| "first": "Sahith", |
| "middle": [], |
| "last": "Dambekodi", |
| "suffix": "" |
| }, |
| { |
| "first": "Spencer", |
| "middle": [], |
| "last": "Frazier", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:2012.02757" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sahith Dambekodi, Spencer Frazier, Prithviraj Am- manabrolu, and Mark O Riedl. 2020. Playing text- based games with common sense. arXiv preprint arXiv:2012.02757.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "RoboTHOR: An Open Simulation-to-Real Embodied AI Platform", |
| "authors": [ |
| { |
| "first": "Matt", |
| "middle": [], |
| "last": "Deitke", |
| "suffix": "" |
| }, |
| { |
| "first": "Winson", |
| "middle": [], |
| "last": "Han", |
| "suffix": "" |
| }, |
| { |
| "first": "Alvaro", |
| "middle": [], |
| "last": "Herrasti", |
| "suffix": "" |
| }, |
| { |
| "first": "Aniruddha", |
| "middle": [], |
| "last": "Kembhavi", |
| "suffix": "" |
| }, |
| { |
| "first": "Eric", |
| "middle": [], |
| "last": "Kolve", |
| "suffix": "" |
| }, |
| { |
| "first": "Roozbeh", |
| "middle": [], |
| "last": "Mottaghi", |
| "suffix": "" |
| }, |
| { |
| "first": "Jordi", |
| "middle": [], |
| "last": "Salvador", |
| "suffix": "" |
| }, |
| { |
| "first": "Dustin", |
| "middle": [], |
| "last": "Schwenk", |
| "suffix": "" |
| }, |
| { |
| "first": "Eli", |
| "middle": [], |
| "last": "Vanderbilt", |
| "suffix": "" |
| }, |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Wallingford", |
| "suffix": "" |
| }, |
| { |
| "first": "Luca", |
| "middle": [], |
| "last": "Weihs", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Yatskar", |
| "suffix": "" |
| }, |
| { |
| "first": "Ali", |
| "middle": [], |
| "last": "Farhadi", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "CVPR", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Matt Deitke, Winson Han, Alvaro Herrasti, Aniruddha Kembhavi, Eric Kolve, Roozbeh Mottaghi, Jordi Sal- vador, Dustin Schwenk, Eli VanderBilt, Matthew Wallingford, Luca Weihs, Mark Yatskar, and Ali Farhadi. 2020. RoboTHOR: An Open Simulation-to- Real Embodied AI Platform. In CVPR.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "BERT: Pre-training of deep bidirectional transformers for language understanding", |
| "authors": [ |
| { |
| "first": "Jacob", |
| "middle": [], |
| "last": "Devlin", |
| "suffix": "" |
| }, |
| { |
| "first": "Ming-Wei", |
| "middle": [], |
| "last": "Chang", |
| "suffix": "" |
| }, |
| { |
| "first": "Kenton", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| }, |
| { |
| "first": "Kristina", |
| "middle": [], |
| "last": "Toutanova", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies", |
| "volume": "1", |
| "issue": "", |
| "pages": "4171--4186", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/N19-1423" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. 2019. BERT: Pre-training of deep bidirectional transformers for language under- standing. In Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Tech- nologies, Volume 1 (Long and Short Papers), pages 4171-4186, Minneapolis, Minnesota. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "Go-explore: a new approach for hard-exploration problems", |
| "authors": [ |
| { |
| "first": "Adrien", |
| "middle": [], |
| "last": "Ecoffet", |
| "suffix": "" |
| }, |
| { |
| "first": "Joost", |
| "middle": [], |
| "last": "Huizinga", |
| "suffix": "" |
| }, |
| { |
| "first": "Joel", |
| "middle": [], |
| "last": "Lehman", |
| "suffix": "" |
| }, |
| { |
| "first": "O", |
| "middle": [], |
| "last": "Kenneth", |
| "suffix": "" |
| }, |
| { |
| "first": "Jeff", |
| "middle": [], |
| "last": "Stanley", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Clune", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1901.10995" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Adrien Ecoffet, Joost Huizinga, Joel Lehman, Ken- neth O Stanley, and Jeff Clune. 2019. Go-explore: a new approach for hard-exploration problems. arXiv preprint arXiv:1901.10995.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "Generating interactive worlds with text", |
| "authors": [ |
| { |
| "first": "Angela", |
| "middle": [], |
| "last": "Fan", |
| "suffix": "" |
| }, |
| { |
| "first": "Jack", |
| "middle": [], |
| "last": "Urbanek", |
| "suffix": "" |
| }, |
| { |
| "first": "Pratik", |
| "middle": [], |
| "last": "Ringshia", |
| "suffix": "" |
| }, |
| { |
| "first": "Emily", |
| "middle": [], |
| "last": "Dinan", |
| "suffix": "" |
| }, |
| { |
| "first": "Emma", |
| "middle": [], |
| "last": "Qian", |
| "suffix": "" |
| }, |
| { |
| "first": "Siddharth", |
| "middle": [], |
| "last": "Karamcheti", |
| "suffix": "" |
| }, |
| { |
| "first": "Shrimai", |
| "middle": [], |
| "last": "Prabhumoye", |
| "suffix": "" |
| }, |
| { |
| "first": "Douwe", |
| "middle": [], |
| "last": "Kiela", |
| "suffix": "" |
| }, |
| { |
| "first": "Tim", |
| "middle": [], |
| "last": "Rocktaschel", |
| "suffix": "" |
| }, |
| { |
| "first": "Arthur", |
| "middle": [], |
| "last": "Szlam", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "Proceedings of the AAAI Conference on Artificial Intelligence", |
| "volume": "34", |
| "issue": "", |
| "pages": "1693--1700", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Angela Fan, Jack Urbanek, Pratik Ringshia, Emily Di- nan, Emma Qian, Siddharth Karamcheti, Shrimai Prabhumoye, Douwe Kiela, Tim Rocktaschel, Arthur Szlam, et al. 2020. Generating interactive worlds with text. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 34, pages 1693-1700.", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "Strips: A new approach to the application of theorem proving to problem solving", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Richard", |
| "suffix": "" |
| }, |
| { |
| "first": "Nils", |
| "middle": [ |
| "J" |
| ], |
| "last": "Fikes", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Nilsson", |
| "suffix": "" |
| } |
| ], |
| "year": 1971, |
| "venue": "Artificial intelligence", |
| "volume": "2", |
| "issue": "3-4", |
| "pages": "189--208", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Richard E Fikes and Nils J Nilsson. 1971. Strips: A new approach to the application of theorem proving to problem solving. Artificial intelligence, 2(3-4):189- 208.", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "What can you do with a rock? affordance extraction via word embeddings", |
| "authors": [ |
| { |
| "first": "Nancy", |
| "middle": [], |
| "last": "Fulda", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Ricks", |
| "suffix": "" |
| }, |
| { |
| "first": "Ben", |
| "middle": [], |
| "last": "Murdoch", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Wingate", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1703.03429" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Nancy Fulda, Daniel Ricks, Ben Murdoch, and David Wingate. 2017a. What can you do with a rock? af- fordance extraction via word embeddings. arXiv preprint arXiv:1703.03429.", |
| "links": null |
| }, |
| "BIBREF31": { |
| "ref_id": "b31", |
| "title": "Harvesting common-sense navigational knowledge for robotics from uncurated text corpora", |
| "authors": [ |
| { |
| "first": "Nancy", |
| "middle": [], |
| "last": "Fulda", |
| "suffix": "" |
| }, |
| { |
| "first": "Nathan", |
| "middle": [], |
| "last": "Tibbetts", |
| "suffix": "" |
| }, |
| { |
| "first": "Zachary", |
| "middle": [], |
| "last": "Brown", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Wingate", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "Conference on Robot Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "525--534", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Nancy Fulda, Nathan Tibbetts, Zachary Brown, and David Wingate. 2017b. Harvesting common-sense navigational knowledge for robotics from uncurated text corpora. In Conference on Robot Learning, pages 525-534. PMLR.", |
| "links": null |
| }, |
| "BIBREF32": { |
| "ref_id": "b32", |
| "title": "General game playing: Overview of the aaai competition", |
| "authors": [ |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Genesereth", |
| "suffix": "" |
| }, |
| { |
| "first": "Nathaniel", |
| "middle": [], |
| "last": "Love", |
| "suffix": "" |
| }, |
| { |
| "first": "Barney", |
| "middle": [], |
| "last": "Pell", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "AI magazine", |
| "volume": "26", |
| "issue": "2", |
| "pages": "62--62", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michael Genesereth, Nathaniel Love, and Barney Pell. 2005. General game playing: Overview of the aaai competition. AI magazine, 26(2):62-62.", |
| "links": null |
| }, |
| "BIBREF34": { |
| "ref_id": "b34", |
| "title": "Craftassist: A framework for dialogue-enabled interactive agents", |
| "authors": [ |
| { |
| "first": "Jonathan", |
| "middle": [], |
| "last": "Gray", |
| "suffix": "" |
| }, |
| { |
| "first": "Kavya", |
| "middle": [], |
| "last": "Srinet", |
| "suffix": "" |
| }, |
| { |
| "first": "Yacine", |
| "middle": [], |
| "last": "Jernite", |
| "suffix": "" |
| }, |
| { |
| "first": "Haonan", |
| "middle": [], |
| "last": "Yu", |
| "suffix": "" |
| }, |
| { |
| "first": "Zhuoyuan", |
| "middle": [], |
| "last": "Chen", |
| "suffix": "" |
| }, |
| { |
| "first": "Demi", |
| "middle": [], |
| "last": "Guo", |
| "suffix": "" |
| }, |
| { |
| "first": "Siddharth", |
| "middle": [], |
| "last": "Goyal", |
| "suffix": "" |
| }, |
| { |
| "first": "Lawrence", |
| "middle": [], |
| "last": "Zitnick", |
| "suffix": "" |
| }, |
| { |
| "first": "Arthur", |
| "middle": [], |
| "last": "Szlam", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1907.08584" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jonathan Gray, Kavya Srinet, Yacine Jernite, Hao- nan Yu, Zhuoyuan Chen, Demi Guo, Siddharth Goyal, C Lawrence Zitnick, and Arthur Szlam. 2019. Craftassist: A framework for dialogue-enabled inter- active agents. arXiv preprint arXiv:1907.08584.", |
| "links": null |
| }, |
| "BIBREF35": { |
| "ref_id": "b35", |
| "title": "Interactive fiction game playing as multi-paragraph reading comprehension with reinforcement learning", |
| "authors": [ |
| { |
| "first": "Xiaoxiao", |
| "middle": [], |
| "last": "Guo", |
| "suffix": "" |
| }, |
| { |
| "first": "Mo", |
| "middle": [], |
| "last": "Yu", |
| "suffix": "" |
| }, |
| { |
| "first": "Yupeng", |
| "middle": [], |
| "last": "Gao", |
| "suffix": "" |
| }, |
| { |
| "first": "Chuang", |
| "middle": [], |
| "last": "Gan", |
| "suffix": "" |
| }, |
| { |
| "first": "Murray", |
| "middle": [], |
| "last": "Campbell", |
| "suffix": "" |
| }, |
| { |
| "first": "Shiyu", |
| "middle": [], |
| "last": "Chang", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)", |
| "volume": "", |
| "issue": "", |
| "pages": "7755--7765", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xiaoxiao Guo, Mo Yu, Yupeng Gao, Chuang Gan, Mur- ray Campbell, and Shiyu Chang. 2020a. Interactive fiction game playing as multi-paragraph reading com- prehension with reinforcement learning. In Proceed- ings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP), pages 7755-7765.", |
| "links": null |
| }, |
| "BIBREF36": { |
| "ref_id": "b36", |
| "title": "Interactive fiction game playing as multi-paragraph reading comprehension with reinforcement learning", |
| "authors": [ |
| { |
| "first": "Xiaoxiao", |
| "middle": [], |
| "last": "Guo", |
| "suffix": "" |
| }, |
| { |
| "first": "Mo", |
| "middle": [], |
| "last": "Yu", |
| "suffix": "" |
| }, |
| { |
| "first": "Yupeng", |
| "middle": [], |
| "last": "Gao", |
| "suffix": "" |
| }, |
| { |
| "first": "Chuang", |
| "middle": [], |
| "last": "Gan", |
| "suffix": "" |
| }, |
| { |
| "first": "Murray", |
| "middle": [], |
| "last": "Campbell", |
| "suffix": "" |
| }, |
| { |
| "first": "Shiyu", |
| "middle": [], |
| "last": "Chang", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)", |
| "volume": "", |
| "issue": "", |
| "pages": "7755--7765", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/2020.emnlp-main.624" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xiaoxiao Guo, Mo Yu, Yupeng Gao, Chuang Gan, Mur- ray Campbell, and Shiyu Chang. 2020b. Interactive fiction game playing as multi-paragraph reading com- prehension with reinforcement learning. In Proceed- ings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP), pages 7755-7765, Online. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF37": { |
| "ref_id": "b37", |
| "title": "Minerl: A large-scale dataset of minecraft demonstrations", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "William", |
| "suffix": "" |
| }, |
| { |
| "first": "Brandon", |
| "middle": [], |
| "last": "Guss", |
| "suffix": "" |
| }, |
| { |
| "first": "Nicholay", |
| "middle": [], |
| "last": "Houghton", |
| "suffix": "" |
| }, |
| { |
| "first": "Phillip", |
| "middle": [], |
| "last": "Topin", |
| "suffix": "" |
| }, |
| { |
| "first": "Cayden", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| }, |
| { |
| "first": "Manuela", |
| "middle": [], |
| "last": "Codel", |
| "suffix": "" |
| }, |
| { |
| "first": "Ruslan", |
| "middle": [], |
| "last": "Veloso", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Salakhutdinov", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Proceedings of the Twenty-Eighth International Joint Conference on Artificial Intelligence", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "William H Guss, Brandon Houghton, Nicholay Topin, Phillip Wang, Cayden Codel, Manuela Veloso, and Ruslan Salakhutdinov. 2019. Minerl: A large-scale dataset of minecraft demonstrations. In Proceedings of the Twenty-Eighth International Joint Conference on Artificial Intelligence.", |
| "links": null |
| }, |
| "BIBREF38": { |
| "ref_id": "b38", |
| "title": "The symbol grounding problem", |
| "authors": [ |
| { |
| "first": "Stevan", |
| "middle": [], |
| "last": "Harnad", |
| "suffix": "" |
| } |
| ], |
| "year": 1990, |
| "venue": "Physica D: Nonlinear Phenomena", |
| "volume": "42", |
| "issue": "1-3", |
| "pages": "335--346", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Stevan Harnad. 1990. The symbol grounding problem. Physica D: Nonlinear Phenomena, 42(1-3):335-346.", |
| "links": null |
| }, |
| "BIBREF39": { |
| "ref_id": "b39", |
| "title": "Interactive fiction games: A colossal adventure", |
| "authors": [ |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Hausknecht", |
| "suffix": "" |
| }, |
| { |
| "first": "Prithviraj", |
| "middle": [], |
| "last": "Ammanabrolu", |
| "suffix": "" |
| }, |
| { |
| "first": "Marc-Alexandre", |
| "middle": [], |
| "last": "C\u00f4t\u00e9", |
| "suffix": "" |
| }, |
| { |
| "first": "Xingdi", |
| "middle": [], |
| "last": "Yuan", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "Proceedings of the AAAI Conference on Artificial Intelligence", |
| "volume": "34", |
| "issue": "", |
| "pages": "7903--7910", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Matthew Hausknecht, Prithviraj Ammanabrolu, Marc- Alexandre C\u00f4t\u00e9, and Xingdi Yuan. 2020. Interactive fiction games: A colossal adventure. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 34, pages 7903-7910.", |
| "links": null |
| }, |
| "BIBREF40": { |
| "ref_id": "b40", |
| "title": "Nail: A general interactive fiction agent", |
| "authors": [ |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Hausknecht", |
| "suffix": "" |
| }, |
| { |
| "first": "Ricky", |
| "middle": [], |
| "last": "Loynd", |
| "suffix": "" |
| }, |
| { |
| "first": "Greg", |
| "middle": [], |
| "last": "Yang", |
| "suffix": "" |
| }, |
| { |
| "first": "Adith", |
| "middle": [], |
| "last": "Swaminathan", |
| "suffix": "" |
| }, |
| { |
| "first": "Jason", |
| "middle": [ |
| "D" |
| ], |
| "last": "Williams", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1902.04259" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Matthew Hausknecht, Ricky Loynd, Greg Yang, Adith Swaminathan, and Jason D Williams. 2019. Nail: A general interactive fiction agent. arXiv preprint arXiv:1902.04259.", |
| "links": null |
| }, |
| "BIBREF41": { |
| "ref_id": "b41", |
| "title": "Deep reinforcement learning with a natural language action space", |
| "authors": [ |
| { |
| "first": "Ji", |
| "middle": [], |
| "last": "He", |
| "suffix": "" |
| }, |
| { |
| "first": "Jianshu", |
| "middle": [], |
| "last": "Chen", |
| "suffix": "" |
| }, |
| { |
| "first": "Xiaodong", |
| "middle": [], |
| "last": "He", |
| "suffix": "" |
| }, |
| { |
| "first": "Jianfeng", |
| "middle": [], |
| "last": "Gao", |
| "suffix": "" |
| }, |
| { |
| "first": "Lihong", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Li", |
| "middle": [], |
| "last": "Deng", |
| "suffix": "" |
| }, |
| { |
| "first": "Mari", |
| "middle": [], |
| "last": "Ostendorf", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics", |
| "volume": "1", |
| "issue": "", |
| "pages": "1621--1630", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/P16-1153" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ji He, Jianshu Chen, Xiaodong He, Jianfeng Gao, Li- hong Li, Li Deng, and Mari Ostendorf. 2016a. Deep reinforcement learning with a natural language ac- tion space. In Proceedings of the 54th Annual Meet- ing of the Association for Computational Linguistics (Volume 1: Long Papers), pages 1621-1630, Berlin, Germany. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF42": { |
| "ref_id": "b42", |
| "title": "Deep reinforcement learning with a combinatorial action space for predicting popular Reddit threads", |
| "authors": [ |
| { |
| "first": "Ji", |
| "middle": [], |
| "last": "He", |
| "suffix": "" |
| }, |
| { |
| "first": "Mari", |
| "middle": [], |
| "last": "Ostendorf", |
| "suffix": "" |
| }, |
| { |
| "first": "Xiaodong", |
| "middle": [], |
| "last": "He", |
| "suffix": "" |
| }, |
| { |
| "first": "Jianshu", |
| "middle": [], |
| "last": "Chen", |
| "suffix": "" |
| }, |
| { |
| "first": "Jianfeng", |
| "middle": [], |
| "last": "Gao", |
| "suffix": "" |
| }, |
| { |
| "first": "Lihong", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Li", |
| "middle": [], |
| "last": "Deng", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "1838--1848", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/D16-1189" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ji He, Mari Ostendorf, Xiaodong He, Jianshu Chen, Jianfeng Gao, Lihong Li, and Li Deng. 2016b. Deep reinforcement learning with a combinatorial action space for predicting popular Reddit threads. In Pro- ceedings of the 2016 Conference on Empirical Meth- ods in Natural Language Processing, pages 1838- 1848, Austin, Texas. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF43": { |
| "ref_id": "b43", |
| "title": "Deep residual learning for image recognition", |
| "authors": [ |
| { |
| "first": "Kaiming", |
| "middle": [], |
| "last": "He", |
| "suffix": "" |
| }, |
| { |
| "first": "Xiangyu", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "Shaoqing", |
| "middle": [], |
| "last": "Ren", |
| "suffix": "" |
| }, |
| { |
| "first": "Jian", |
| "middle": [], |
| "last": "Sun", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "Proceedings of the IEEE conference on computer vision and pattern recognition", |
| "volume": "", |
| "issue": "", |
| "pages": "770--778", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. 2016c. Deep residual learning for image recog- nition. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 770- 778.", |
| "links": null |
| }, |
| "BIBREF44": { |
| "ref_id": "b44", |
| "title": "Learning zil", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Infocom", |
| "suffix": "" |
| } |
| ], |
| "year": 1989, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Infocom. 1989. Learning zil.", |
| "links": null |
| }, |
| "BIBREF45": { |
| "ref_id": "b45", |
| "title": "Algorithmic improvements for deep reinforcement learning applied to interactive fiction", |
| "authors": [ |
| { |
| "first": "Vishal", |
| "middle": [], |
| "last": "Jain", |
| "suffix": "" |
| }, |
| { |
| "first": "William", |
| "middle": [], |
| "last": "Fedus", |
| "suffix": "" |
| }, |
| { |
| "first": "Hugo", |
| "middle": [], |
| "last": "Larochelle", |
| "suffix": "" |
| }, |
| { |
| "first": "Doina", |
| "middle": [], |
| "last": "Precup", |
| "suffix": "" |
| }, |
| { |
| "first": "Marc", |
| "middle": [ |
| "G" |
| ], |
| "last": "Bellemare", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "Proceedings of the AAAI Conference on Artificial Intelligence", |
| "volume": "34", |
| "issue": "", |
| "pages": "4328--4336", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Vishal Jain, William Fedus, Hugo Larochelle, Doina Precup, and Marc G Bellemare. 2020. Algorith- mic improvements for deep reinforcement learning applied to interactive fiction. In Proceedings of the AAAI Conference on Artificial Intelligence, vol- ume 34, pages 4328-4336.", |
| "links": null |
| }, |
| "BIBREF46": { |
| "ref_id": "b46", |
| "title": "Visually-grounded planning without vision: Language models infer detailed plans from high-level instructions", |
| "authors": [ |
| { |
| "first": "Peter", |
| "middle": [], |
| "last": "Jansen", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing: Findings", |
| "volume": "", |
| "issue": "", |
| "pages": "4412--4417", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Peter Jansen. 2020. Visually-grounded planning with- out vision: Language models infer detailed plans from high-level instructions. In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing: Findings, pages 4412-4417.", |
| "links": null |
| }, |
| "BIBREF47": { |
| "ref_id": "b47", |
| "title": "On the challenges of evaluating compositional explanations in multi-hop inference: Relevance, completeness, and expert ratings", |
| "authors": [ |
| { |
| "first": "Peter", |
| "middle": [], |
| "last": "Jansen", |
| "suffix": "" |
| }, |
| { |
| "first": "Kelly", |
| "middle": [], |
| "last": "Smith", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Moreno", |
| "suffix": "" |
| }, |
| { |
| "first": "Huitzilin", |
| "middle": [], |
| "last": "Ortiz", |
| "suffix": "" |
| } |
| ], |
| "year": 2021, |
| "venue": "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Peter Jansen, Kelly Smith, Dan Moreno, and Huitzilin Ortiz. 2021. On the challenges of evaluating com- positional explanations in multi-hop inference: Rele- vance, completeness, and expert ratings. In Proceed- ings of the 2021 Conference on Empirical Methods in Natural Language Processing (EMNLP).", |
| "links": null |
| }, |
| "BIBREF48": { |
| "ref_id": "b48", |
| "title": "Shimon Whiteson, and Tim Rockt\u00e4schel. 2020. Wordcraft: An environment for benchmarking commonsense agents", |
| "authors": [ |
| { |
| "first": "Minqi", |
| "middle": [], |
| "last": "Jiang", |
| "suffix": "" |
| }, |
| { |
| "first": "Jelena", |
| "middle": [], |
| "last": "Luketina", |
| "suffix": "" |
| }, |
| { |
| "first": "Nantas", |
| "middle": [], |
| "last": "Nardelli", |
| "suffix": "" |
| }, |
| { |
| "first": "Pasquale", |
| "middle": [], |
| "last": "Minervini", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [ |
| "S" |
| ], |
| "last": "Philip", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Torr", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:2007.09185" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Minqi Jiang, Jelena Luketina, Nantas Nardelli, Pasquale Minervini, Philip HS Torr, Shimon Whiteson, and Tim Rockt\u00e4schel. 2020. Wordcraft: An environ- ment for benchmarking commonsense agents. arXiv preprint arXiv:2007.09185.", |
| "links": null |
| }, |
| "BIBREF49": { |
| "ref_id": "b49", |
| "title": "The malmo platform for artificial intelligence experimentation", |
| "authors": [ |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Johnson", |
| "suffix": "" |
| }, |
| { |
| "first": "Katja", |
| "middle": [], |
| "last": "Hofmann", |
| "suffix": "" |
| }, |
| { |
| "first": "Tim", |
| "middle": [], |
| "last": "Hutton", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Bignell", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "Proceedings of the Twenty-Fifth International Joint Conference on Artificial Intelligence", |
| "volume": "", |
| "issue": "", |
| "pages": "4246--4247", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Matthew Johnson, Katja Hofmann, Tim Hutton, and David Bignell. 2016. The malmo platform for artifi- cial intelligence experimentation. In Proceedings of the Twenty-Fifth International Joint Conference on Artificial Intelligence, pages 4246-4247.", |
| "links": null |
| }, |
| "BIBREF50": { |
| "ref_id": "b50", |
| "title": "Planning and acting in partially observable stochastic domains", |
| "authors": [ |
| { |
| "first": "Leslie", |
| "middle": [], |
| "last": "Pack Kaelbling", |
| "suffix": "" |
| }, |
| { |
| "first": "Anthony R", |
| "middle": [], |
| "last": "Michael L Littman", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Cassandra", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Artificial intelligence", |
| "volume": "101", |
| "issue": "1-2", |
| "pages": "99--134", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Leslie Pack Kaelbling, Michael L Littman, and An- thony R Cassandra. 1998. Planning and acting in partially observable stochastic domains. Artificial intelligence, 101(1-2):99-134.", |
| "links": null |
| }, |
| "BIBREF51": { |
| "ref_id": "b51", |
| "title": "Qasc: A dataset for question answering via sentence composition", |
| "authors": [ |
| { |
| "first": "Tushar", |
| "middle": [], |
| "last": "Khot", |
| "suffix": "" |
| }, |
| { |
| "first": "Peter", |
| "middle": [], |
| "last": "Clark", |
| "suffix": "" |
| }, |
| { |
| "first": "Michal", |
| "middle": [], |
| "last": "Guerquin", |
| "suffix": "" |
| }, |
| { |
| "first": "Peter", |
| "middle": [], |
| "last": "Jansen", |
| "suffix": "" |
| }, |
| { |
| "first": "Ashish", |
| "middle": [], |
| "last": "Sabharwal", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "Proceedings of the AAAI Conference on Artificial Intelligence", |
| "volume": "34", |
| "issue": "", |
| "pages": "8082--8090", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tushar Khot, Peter Clark, Michal Guerquin, Peter Jansen, and Ashish Sabharwal. 2020. Qasc: A dataset for question answering via sentence compo- sition. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 34, pages 8082-8090.", |
| "links": null |
| }, |
| "BIBREF53": { |
| "ref_id": "b53", |
| "title": "Ai2-thor: An interactive 3d environment for visual ai", |
| "authors": [], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1712.05474" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ai2-thor: An interactive 3d environment for visual ai. arXiv preprint arXiv:1712.05474.", |
| "links": null |
| }, |
| "BIBREF54": { |
| "ref_id": "b54", |
| "title": "Text-based adventures of the golovin ai agent", |
| "authors": [ |
| { |
| "first": "Bartosz", |
| "middle": [], |
| "last": "Kostka", |
| "suffix": "" |
| }, |
| { |
| "first": "Jaroslaw", |
| "middle": [], |
| "last": "Kwiecieli", |
| "suffix": "" |
| }, |
| { |
| "first": "Jakub", |
| "middle": [], |
| "last": "Kowalski", |
| "suffix": "" |
| }, |
| { |
| "first": "Pawel", |
| "middle": [], |
| "last": "Rychlikowski", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "2017 IEEE Conference on Computational Intelligence and Games (CIG)", |
| "volume": "", |
| "issue": "", |
| "pages": "181--188", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bartosz Kostka, Jaroslaw Kwiecieli, Jakub Kowalski, and Pawel Rychlikowski. 2017. Text-based adven- tures of the golovin ai agent. In 2017 IEEE Con- ference on Computational Intelligence and Games (CIG), pages 181-188. IEEE.", |
| "links": null |
| }, |
| "BIBREF55": { |
| "ref_id": "b55", |
| "title": "Grefenstette, and Tim Rockt\u00e4schel. 2020. The nethack learning environment", |
| "authors": [ |
| { |
| "first": "Heinrich", |
| "middle": [], |
| "last": "K\u00fcttler", |
| "suffix": "" |
| }, |
| { |
| "first": "Nantas", |
| "middle": [], |
| "last": "Nardelli", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Alexander", |
| "suffix": "" |
| }, |
| { |
| "first": "Roberta", |
| "middle": [], |
| "last": "Miller", |
| "suffix": "" |
| }, |
| { |
| "first": "Marco", |
| "middle": [], |
| "last": "Raileanu", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Selvatici", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:2006.13760" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Heinrich K\u00fcttler, Nantas Nardelli, Alexander H Miller, Roberta Raileanu, Marco Selvatici, Edward Grefen- stette, and Tim Rockt\u00e4schel. 2020. The nethack learn- ing environment. arXiv preprint arXiv:2006.13760.", |
| "links": null |
| }, |
| "BIBREF56": { |
| "ref_id": "b56", |
| "title": "Zork: a computerized fantasy simulation game", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Lebling", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Marc", |
| "suffix": "" |
| }, |
| { |
| "first": "Timothy", |
| "middle": [ |
| "A" |
| ], |
| "last": "Blank", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Anderson", |
| "suffix": "" |
| } |
| ], |
| "year": 1979, |
| "venue": "Computer", |
| "volume": "12", |
| "issue": "04", |
| "pages": "51--59", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "P David Lebling, Marc S Blank, and Timothy A Ander- son. 1979. Zork: a computerized fantasy simulation game. Computer, 12(04):51-59.", |
| "links": null |
| }, |
| "BIBREF57": { |
| "ref_id": "b57", |
| "title": "Exploration based language learning for text-based games", |
| "authors": [ |
| { |
| "first": "Andrea", |
| "middle": [], |
| "last": "Madotto", |
| "suffix": "" |
| }, |
| { |
| "first": "Mahdi", |
| "middle": [], |
| "last": "Namazifar", |
| "suffix": "" |
| }, |
| { |
| "first": "Joost", |
| "middle": [], |
| "last": "Huizinga", |
| "suffix": "" |
| }, |
| { |
| "first": "Piero", |
| "middle": [], |
| "last": "Molino", |
| "suffix": "" |
| }, |
| { |
| "first": "Adrien", |
| "middle": [], |
| "last": "Ecoffet", |
| "suffix": "" |
| }, |
| { |
| "first": "Huaixiu", |
| "middle": [], |
| "last": "Zheng", |
| "suffix": "" |
| }, |
| { |
| "first": "Alexandros", |
| "middle": [], |
| "last": "Papangelis", |
| "suffix": "" |
| }, |
| { |
| "first": "Dian", |
| "middle": [], |
| "last": "Yu", |
| "suffix": "" |
| }, |
| { |
| "first": "Chandra", |
| "middle": [], |
| "last": "Khatri", |
| "suffix": "" |
| }, |
| { |
| "first": "Gokhan", |
| "middle": [], |
| "last": "Tur", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:2001.08868" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Andrea Madotto, Mahdi Namazifar, Joost Huizinga, Piero Molino, Adrien Ecoffet, Huaixiu Zheng, Alexandros Papangelis, Dian Yu, Chandra Khatri, and Gokhan Tur. 2020. Exploration based lan- guage learning for text-based games. arXiv preprint arXiv:2001.08868.", |
| "links": null |
| }, |
| "BIBREF58": { |
| "ref_id": "b58", |
| "title": "Ceptre: A language for modeling generative interactive systems", |
| "authors": [ |
| { |
| "first": "Chris", |
| "middle": [], |
| "last": "Martens", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proceedings of the AAAI Conference on Artificial Intelligence and Interactive Digital Entertainment", |
| "volume": "11", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chris Martens. 2015. Ceptre: A language for modeling generative interactive systems. In Proceedings of the AAAI Conference on Artificial Intelligence and Interactive Digital Entertainment, volume 11.", |
| "links": null |
| }, |
| "BIBREF59": { |
| "ref_id": "b59", |
| "title": "Pddl-the planning domain definition language", |
| "authors": [ |
| { |
| "first": "Drew", |
| "middle": [], |
| "last": "Mcdermott", |
| "suffix": "" |
| }, |
| { |
| "first": "Malik", |
| "middle": [], |
| "last": "Ghallab", |
| "suffix": "" |
| }, |
| { |
| "first": "Adele", |
| "middle": [], |
| "last": "Howe", |
| "suffix": "" |
| }, |
| { |
| "first": "Craig", |
| "middle": [], |
| "last": "Knoblock", |
| "suffix": "" |
| }, |
| { |
| "first": "Ashwin", |
| "middle": [], |
| "last": "Ram", |
| "suffix": "" |
| }, |
| { |
| "first": "Manuela", |
| "middle": [], |
| "last": "Veloso", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Weld", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Wilkins", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Drew McDermott, Malik Ghallab, Adele Howe, Craig Knoblock, Ashwin Ram, Manuela Veloso, Daniel Weld, and David Wilkins. 1998. Pddl-the planning domain definition language.", |
| "links": null |
| }, |
| "BIBREF60": { |
| "ref_id": "b60", |
| "title": "Language models are few-shot butlers", |
| "authors": [ |
| { |
| "first": "Vincent", |
| "middle": [], |
| "last": "Micheli", |
| "suffix": "" |
| }, |
| { |
| "first": "Fran\u00e7ois", |
| "middle": [], |
| "last": "Fleuret", |
| "suffix": "" |
| } |
| ], |
| "year": 2021, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:2104.07972" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Vincent Micheli and Fran\u00e7ois Fleuret. 2021. Lan- guage models are few-shot butlers. arXiv preprint arXiv:2104.07972.", |
| "links": null |
| }, |
| "BIBREF61": { |
| "ref_id": "b61", |
| "title": "Distributed representations of words and phrases and their compositionality", |
| "authors": [ |
| { |
| "first": "Tomas", |
| "middle": [], |
| "last": "Mikolov", |
| "suffix": "" |
| }, |
| { |
| "first": "Ilya", |
| "middle": [], |
| "last": "Sutskever", |
| "suffix": "" |
| }, |
| { |
| "first": "Kai", |
| "middle": [], |
| "last": "Chen", |
| "suffix": "" |
| }, |
| { |
| "first": "Greg", |
| "middle": [], |
| "last": "Corrado", |
| "suffix": "" |
| }, |
| { |
| "first": "Jeffrey", |
| "middle": [], |
| "last": "Dean", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1310.4546" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tomas Mikolov, Ilya Sutskever, Kai Chen, Greg Cor- rado, and Jeffrey Dean. 2013. Distributed representa- tions of words and phrases and their compositionality. arXiv preprint arXiv:1310.4546.", |
| "links": null |
| }, |
| "BIBREF62": { |
| "ref_id": "b62", |
| "title": "Human-level control through deep reinforcement learning", |
| "authors": [ |
| { |
| "first": "Volodymyr", |
| "middle": [], |
| "last": "Mnih", |
| "suffix": "" |
| }, |
| { |
| "first": "Koray", |
| "middle": [], |
| "last": "Kavukcuoglu", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Silver", |
| "suffix": "" |
| }, |
| { |
| "first": "Andrei", |
| "middle": [ |
| "A" |
| ], |
| "last": "Rusu", |
| "suffix": "" |
| }, |
| { |
| "first": "Joel", |
| "middle": [], |
| "last": "Veness", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Marc", |
| "suffix": "" |
| }, |
| { |
| "first": "Alex", |
| "middle": [], |
| "last": "Bellemare", |
| "suffix": "" |
| }, |
| { |
| "first": "Martin", |
| "middle": [], |
| "last": "Graves", |
| "suffix": "" |
| }, |
| { |
| "first": "Andreas", |
| "middle": [ |
| "K" |
| ], |
| "last": "Riedmiller", |
| "suffix": "" |
| }, |
| { |
| "first": "Georg", |
| "middle": [], |
| "last": "Fidjeland", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Ostrovski", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "nature", |
| "volume": "518", |
| "issue": "7540", |
| "pages": "529--533", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Volodymyr Mnih, Koray Kavukcuoglu, David Silver, Andrei A Rusu, Joel Veness, Marc G Bellemare, Alex Graves, Martin Riedmiller, Andreas K Fidje- land, Georg Ostrovski, et al. 2015. Human-level control through deep reinforcement learning. nature, 518(7540):529-533.", |
| "links": null |
| }, |
| "BIBREF63": { |
| "ref_id": "b63", |
| "title": "Text-based rl agents with commonsense knowledge: New challenges, environments and baselines", |
| "authors": [ |
| { |
| "first": "Keerthiram", |
| "middle": [], |
| "last": "Murugesan", |
| "suffix": "" |
| }, |
| { |
| "first": "Mattia", |
| "middle": [], |
| "last": "Atzeni", |
| "suffix": "" |
| }, |
| { |
| "first": "Pavan", |
| "middle": [], |
| "last": "Kapanipathi", |
| "suffix": "" |
| }, |
| { |
| "first": "Pushkar", |
| "middle": [], |
| "last": "Shukla", |
| "suffix": "" |
| }, |
| { |
| "first": "Sadhana", |
| "middle": [], |
| "last": "Kumaravel", |
| "suffix": "" |
| }, |
| { |
| "first": "Gerald", |
| "middle": [], |
| "last": "Tesauro", |
| "suffix": "" |
| }, |
| { |
| "first": "Kartik", |
| "middle": [], |
| "last": "Talamadupula", |
| "suffix": "" |
| }, |
| { |
| "first": "Mrinmaya", |
| "middle": [], |
| "last": "Sachan", |
| "suffix": "" |
| }, |
| { |
| "first": "Murray", |
| "middle": [], |
| "last": "Campbell", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:2010.03790" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Keerthiram Murugesan, Mattia Atzeni, Pavan Ka- panipathi, Pushkar Shukla, Sadhana Kumaravel, Gerald Tesauro, Kartik Talamadupula, Mrinmaya Sachan, and Murray Campbell. 2020a. Text-based rl agents with commonsense knowledge: New chal- lenges, environments and baselines. arXiv preprint arXiv:2010.03790.", |
| "links": null |
| }, |
| "BIBREF64": { |
| "ref_id": "b64", |
| "title": "Enhancing text-based reinforcement learning agents with commonsense knowledge", |
| "authors": [ |
| { |
| "first": "Keerthiram", |
| "middle": [], |
| "last": "Murugesan", |
| "suffix": "" |
| }, |
| { |
| "first": "Mattia", |
| "middle": [], |
| "last": "Atzeni", |
| "suffix": "" |
| }, |
| { |
| "first": "Pushkar", |
| "middle": [], |
| "last": "Shukla", |
| "suffix": "" |
| }, |
| { |
| "first": "Mrinmaya", |
| "middle": [], |
| "last": "Sachan", |
| "suffix": "" |
| }, |
| { |
| "first": "Pavan", |
| "middle": [], |
| "last": "Kapanipathi", |
| "suffix": "" |
| }, |
| { |
| "first": "Kartik", |
| "middle": [], |
| "last": "Talamadupula", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:2005.00811" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Keerthiram Murugesan, Mattia Atzeni, Pushkar Shukla, Mrinmaya Sachan, Pavan Kapanipathi, and Kartik Ta- lamadupula. 2020b. Enhancing text-based reinforce- ment learning agents with commonsense knowledge. arXiv preprint arXiv:2005.00811.", |
| "links": null |
| }, |
| "BIBREF65": { |
| "ref_id": "b65", |
| "title": "Language understanding for text-based games using deep reinforcement learning", |
| "authors": [ |
| { |
| "first": "Karthik", |
| "middle": [], |
| "last": "Narasimhan", |
| "suffix": "" |
| }, |
| { |
| "first": "Tejas", |
| "middle": [], |
| "last": "Kulkarni", |
| "suffix": "" |
| }, |
| { |
| "first": "Regina", |
| "middle": [], |
| "last": "Barzilay", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "1--11", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/D15-1001" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Karthik Narasimhan, Tejas Kulkarni, and Regina Barzi- lay. 2015. Language understanding for text-based games using deep reinforcement learning. In Pro- ceedings of the 2015 Conference on Empirical Meth- ods in Natural Language Processing, pages 1-11, Lisbon, Portugal. Association for Computational Lin- guistics.", |
| "links": null |
| }, |
| "BIBREF66": { |
| "ref_id": "b66", |
| "title": "Natural language, semantic analysis, and interactive fiction", |
| "authors": [ |
| { |
| "first": "Graham", |
| "middle": [], |
| "last": "Nelson", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "IF Theory Reader", |
| "volume": "141", |
| "issue": "", |
| "pages": "99--104", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Graham Nelson. 2006. Natural language, semantic analysis, and interactive fiction. IF Theory Reader, 141:99-104.", |
| "links": null |
| }, |
| "BIBREF67": { |
| "ref_id": "b67", |
| "title": "The z-machine standards document version 1", |
| "authors": [ |
| { |
| "first": "Graham", |
| "middle": [], |
| "last": "Nelson", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Graham Nelson. 2014. The z-machine standards docu- ment version 1.1.", |
| "links": null |
| }, |
| "BIBREF68": { |
| "ref_id": "b68", |
| "title": "Neuroevolution strategies for word embedding adaptation in text adventure games", |
| "authors": [ |
| { |
| "first": "Spyridon", |
| "middle": [], |
| "last": "Vivan Raaj Rajalingam", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Samothrakis", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "2019 IEEE Conference on Games (CoG)", |
| "volume": "", |
| "issue": "", |
| "pages": "1--8", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Vivan Raaj Rajalingam and Spyridon Samothrakis. 2019. Neuroevolution strategies for word embedding adaptation in text adventure games. In 2019 IEEE Conference on Games (CoG), pages 1-8. IEEE.", |
| "links": null |
| }, |
| "BIBREF69": { |
| "ref_id": "b69", |
| "title": "Atomic: An atlas of machine commonsense for ifthen reasoning", |
| "authors": [ |
| { |
| "first": "Maarten", |
| "middle": [], |
| "last": "Sap", |
| "suffix": "" |
| }, |
| { |
| "first": "Emily", |
| "middle": [], |
| "last": "Ronan Le Bras", |
| "suffix": "" |
| }, |
| { |
| "first": "Chandra", |
| "middle": [], |
| "last": "Allaway", |
| "suffix": "" |
| }, |
| { |
| "first": "Nicholas", |
| "middle": [], |
| "last": "Bhagavatula", |
| "suffix": "" |
| }, |
| { |
| "first": "Hannah", |
| "middle": [], |
| "last": "Lourie", |
| "suffix": "" |
| }, |
| { |
| "first": "Brendan", |
| "middle": [], |
| "last": "Rashkin", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Roof", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Noah", |
| "suffix": "" |
| }, |
| { |
| "first": "Yejin", |
| "middle": [], |
| "last": "Smith", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Choi", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Proceedings of the AAAI Conference on Artificial Intelligence", |
| "volume": "33", |
| "issue": "", |
| "pages": "3027--3035", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Maarten Sap, Ronan Le Bras, Emily Allaway, Chan- dra Bhagavatula, Nicholas Lourie, Hannah Rashkin, Brendan Roof, Noah A Smith, and Yejin Choi. 2019. Atomic: An atlas of machine commonsense for if- then reasoning. In Proceedings of the AAAI Con- ference on Artificial Intelligence, volume 33, pages 3027-3035.", |
| "links": null |
| }, |
| "BIBREF70": { |
| "ref_id": "b70", |
| "title": "ALFRED: A Benchmark for Interpreting Grounded Instructions for Everyday Tasks", |
| "authors": [ |
| { |
| "first": "Mohit", |
| "middle": [], |
| "last": "Shridhar", |
| "suffix": "" |
| }, |
| { |
| "first": "Jesse", |
| "middle": [], |
| "last": "Thomason", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Gordon", |
| "suffix": "" |
| }, |
| { |
| "first": "Yonatan", |
| "middle": [], |
| "last": "Bisk", |
| "suffix": "" |
| }, |
| { |
| "first": "Winson", |
| "middle": [], |
| "last": "Han", |
| "suffix": "" |
| }, |
| { |
| "first": "Roozbeh", |
| "middle": [], |
| "last": "Mottaghi", |
| "suffix": "" |
| }, |
| { |
| "first": "Luke", |
| "middle": [], |
| "last": "Zettlemoyer", |
| "suffix": "" |
| }, |
| { |
| "first": "Dieter", |
| "middle": [], |
| "last": "Fox", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mohit Shridhar, Jesse Thomason, Daniel Gordon, Yonatan Bisk, Winson Han, Roozbeh Mottaghi, Luke Zettlemoyer, and Dieter Fox. 2020a. ALFRED: A Benchmark for Interpreting Grounded Instructions for Everyday Tasks. In The IEEE Conference on Computer Vision and Pattern Recognition (CVPR).", |
| "links": null |
| }, |
| "BIBREF71": { |
| "ref_id": "b71", |
| "title": "Alfworld: Aligning text and embodied environments for interactive learning", |
| "authors": [ |
| { |
| "first": "Mohit", |
| "middle": [], |
| "last": "Shridhar", |
| "suffix": "" |
| }, |
| { |
| "first": "Xingdi", |
| "middle": [], |
| "last": "Yuan", |
| "suffix": "" |
| }, |
| { |
| "first": "Marc-Alexandre", |
| "middle": [], |
| "last": "C\u00f4t\u00e9", |
| "suffix": "" |
| }, |
| { |
| "first": "Yonatan", |
| "middle": [], |
| "last": "Bisk", |
| "suffix": "" |
| }, |
| { |
| "first": "Adam", |
| "middle": [], |
| "last": "Trischler", |
| "suffix": "" |
| }, |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Hausknecht", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:2010.03768" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mohit Shridhar, Xingdi Yuan, Marc-Alexandre C\u00f4t\u00e9, Yonatan Bisk, Adam Trischler, and Matthew Hausknecht. 2020b. Alfworld: Aligning text and em- bodied environments for interactive learning. arXiv preprint arXiv:2010.03768.", |
| "links": null |
| }, |
| "BIBREF72": { |
| "ref_id": "b72", |
| "title": "Conceptnet 5.5: An open multilingual graph of general knowledge", |
| "authors": [ |
| { |
| "first": "Robyn", |
| "middle": [], |
| "last": "Speer", |
| "suffix": "" |
| }, |
| { |
| "first": "Joshua", |
| "middle": [], |
| "last": "Chin", |
| "suffix": "" |
| }, |
| { |
| "first": "Catherine", |
| "middle": [], |
| "last": "Havasi", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "Proceedings of the AAAI Conference on Artificial Intelligence", |
| "volume": "31", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Robyn Speer, Joshua Chin, and Catherine Havasi. 2017. Conceptnet 5.5: An open multilingual graph of gen- eral knowledge. In Proceedings of the AAAI Confer- ence on Artificial Intelligence, volume 31.", |
| "links": null |
| }, |
| "BIBREF73": { |
| "ref_id": "b73", |
| "title": "Inception-v4, inception-resnet and the impact of residual connections on learning", |
| "authors": [ |
| { |
| "first": "Christian", |
| "middle": [], |
| "last": "Szegedy", |
| "suffix": "" |
| }, |
| { |
| "first": "Sergey", |
| "middle": [], |
| "last": "Ioffe", |
| "suffix": "" |
| }, |
| { |
| "first": "Vincent", |
| "middle": [], |
| "last": "Vanhoucke", |
| "suffix": "" |
| }, |
| { |
| "first": "Alexander", |
| "middle": [ |
| "A" |
| ], |
| "last": "Alemi", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "Thirty-first AAAI conference on artificial intelligence", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Christian Szegedy, Sergey Ioffe, Vincent Vanhoucke, and Alexander A Alemi. 2017. Inception-v4, inception-resnet and the impact of residual connec- tions on learning. In Thirty-first AAAI conference on artificial intelligence.", |
| "links": null |
| }, |
| "BIBREF74": { |
| "ref_id": "b74", |
| "title": "Process-level representation of scientific protocols with interactive annotation", |
| "authors": [ |
| { |
| "first": "Ronen", |
| "middle": [], |
| "last": "Tamari", |
| "suffix": "" |
| }, |
| { |
| "first": "Fan", |
| "middle": [], |
| "last": "Bai", |
| "suffix": "" |
| }, |
| { |
| "first": "Alan", |
| "middle": [], |
| "last": "Ritter", |
| "suffix": "" |
| }, |
| { |
| "first": "Gabriel", |
| "middle": [], |
| "last": "Stanovsky", |
| "suffix": "" |
| } |
| ], |
| "year": 2021, |
| "venue": "Proceedings of the 16th Conference of the European Chapter of the Association for Computational Linguistics: Main Volume", |
| "volume": "", |
| "issue": "", |
| "pages": "2190--2202", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ronen Tamari, Fan Bai, Alan Ritter, and Gabriel Stanovsky. 2021. Process-level representation of scientific protocols with interactive annotation. In Proceedings of the 16th Conference of the European Chapter of the Association for Computational Lin- guistics: Main Volume, pages 2190-2202, Online. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF75": { |
| "ref_id": "b75", |
| "title": "Language (re) modelling: Towards embodied language understanding", |
| "authors": [ |
| { |
| "first": "Ronen", |
| "middle": [], |
| "last": "Tamari", |
| "suffix": "" |
| }, |
| { |
| "first": "Chen", |
| "middle": [], |
| "last": "Shani", |
| "suffix": "" |
| }, |
| { |
| "first": "Tom", |
| "middle": [], |
| "last": "Hope", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [ |
| "L" |
| ], |
| "last": "Miriam", |
| "suffix": "" |
| }, |
| { |
| "first": "Omri", |
| "middle": [], |
| "last": "Petruck", |
| "suffix": "" |
| }, |
| { |
| "first": "Dafna", |
| "middle": [], |
| "last": "Abend", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Shahaf", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "6268--6281", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ronen Tamari, Chen Shani, Tom Hope, Miriam RL Petruck, Omri Abend, and Dafna Shahaf. 2020a. Lan- guage (re) modelling: Towards embodied language understanding. In Proceedings of the 58th Annual Meeting of the Association for Computational Lin- guistics, pages 6268-6281.", |
| "links": null |
| }, |
| "BIBREF76": { |
| "ref_id": "b76", |
| "title": "Playing by the book: An interactive game approach for action graph extraction from text", |
| "authors": [ |
| { |
| "first": "Ronen", |
| "middle": [], |
| "last": "Tamari", |
| "suffix": "" |
| }, |
| { |
| "first": "Hiroyuki", |
| "middle": [], |
| "last": "Shindo", |
| "suffix": "" |
| }, |
| { |
| "first": "Dafna", |
| "middle": [], |
| "last": "Shahaf", |
| "suffix": "" |
| }, |
| { |
| "first": "Yuji", |
| "middle": [], |
| "last": "Matsumoto", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Proceedings of the Workshop on Extracting Structured Knowledge from Scientific Publications", |
| "volume": "", |
| "issue": "", |
| "pages": "62--71", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ronen Tamari, Hiroyuki Shindo, Dafna Shahaf, and Yuji Matsumoto. 2019. Playing by the book: An interac- tive game approach for action graph extraction from text. In Proceedings of the Workshop on Extracting Structured Knowledge from Scientific Publications, pages 62-71.", |
| "links": null |
| }, |
| "BIBREF77": { |
| "ref_id": "b77", |
| "title": "Ecological semantics: Programming environments for situated language understanding", |
| "authors": [ |
| { |
| "first": "Ronen", |
| "middle": [], |
| "last": "Tamari", |
| "suffix": "" |
| }, |
| { |
| "first": "Gabriel", |
| "middle": [], |
| "last": "Stanovsky", |
| "suffix": "" |
| }, |
| { |
| "first": "Dafna", |
| "middle": [], |
| "last": "Shahaf", |
| "suffix": "" |
| }, |
| { |
| "first": "Reut", |
| "middle": [], |
| "last": "Tsarfaty", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:2003.04567" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ronen Tamari, Gabriel Stanovsky, Dafna Shahaf, and Reut Tsarfaty. 2020b. Ecological semantics: Pro- gramming environments for situated language under- standing. arXiv preprint arXiv:2003.04567.", |
| "links": null |
| }, |
| "BIBREF78": { |
| "ref_id": "b78", |
| "title": "Reasoning about actions and state changes by injecting commonsense knowledge", |
| "authors": [ |
| { |
| "first": "Niket", |
| "middle": [], |
| "last": "Tandon", |
| "suffix": "" |
| }, |
| { |
| "first": "Bhavana", |
| "middle": [], |
| "last": "Dalvi", |
| "suffix": "" |
| }, |
| { |
| "first": "Joel", |
| "middle": [], |
| "last": "Grus", |
| "suffix": "" |
| }, |
| { |
| "first": "Wen-Tau", |
| "middle": [], |
| "last": "Yih", |
| "suffix": "" |
| }, |
| { |
| "first": "Antoine", |
| "middle": [], |
| "last": "Bosselut", |
| "suffix": "" |
| }, |
| { |
| "first": "Peter", |
| "middle": [], |
| "last": "Clark", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "57--66", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/D18-1006" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Niket Tandon, Bhavana Dalvi, Joel Grus, Wen-tau Yih, Antoine Bosselut, and Peter Clark. 2018. Reasoning about actions and state changes by injecting com- monsense knowledge. In Proceedings of the 2018 Conference on Empirical Methods in Natural Lan- guage Processing, pages 57-66, Brussels, Belgium. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF79": { |
| "ref_id": "b79", |
| "title": "An online authoring tool for interactive fiction", |
| "authors": [ |
| { |
| "first": "Bryan", |
| "middle": [], |
| "last": "Temprado-Battad", |
| "suffix": "" |
| }, |
| { |
| "first": "Jos\u00e9-Luis", |
| "middle": [], |
| "last": "Sierra", |
| "suffix": "" |
| }, |
| { |
| "first": "Antonio", |
| "middle": [], |
| "last": "Sarasa-Cabezuelo", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "2019 23rd International Conference Information Visualisation (IV)", |
| "volume": "", |
| "issue": "", |
| "pages": "339--344", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bryan Temprado-Battad, Jos\u00e9-Luis Sierra, and Antonio Sarasa-Cabezuelo. 2019. An online authoring tool for interactive fiction. In 2019 23rd International Conference Information Visualisation (IV), pages 339-344. IEEE.", |
| "links": null |
| }, |
| "BIBREF80": { |
| "ref_id": "b80", |
| "title": "Action assembly: Sparse imitation learning for text based games with combinatorial action spaces", |
| "authors": [ |
| { |
| "first": "Chen", |
| "middle": [], |
| "last": "Tessler", |
| "suffix": "" |
| }, |
| { |
| "first": "Tom", |
| "middle": [], |
| "last": "Zahavy", |
| "suffix": "" |
| }, |
| { |
| "first": "Deborah", |
| "middle": [], |
| "last": "Cohen", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Daniel", |
| "suffix": "" |
| }, |
| { |
| "first": "Shie", |
| "middle": [], |
| "last": "Mankowitz", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Mannor", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1905.09700" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chen Tessler, Tom Zahavy, Deborah Cohen, Daniel J Mankowitz, and Shie Mannor. 2019. Action assem- bly: Sparse imitation learning for text based games with combinatorial action spaces. arXiv preprint arXiv:1905.09700.", |
| "links": null |
| }, |
| "BIBREF81": { |
| "ref_id": "b81", |
| "title": "A general game description language for incomplete information games", |
| "authors": [ |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Thielscher", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the AAAI Conference on Artificial Intelligence", |
| "volume": "24", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michael Thielscher. 2010. A general game descrip- tion language for incomplete information games. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 24.", |
| "links": null |
| }, |
| "BIBREF82": { |
| "ref_id": "b82", |
| "title": "Gdl-iii: a description language for epistemic general game playing", |
| "authors": [ |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Thielscher", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "Proceedings of the 26th International Joint Conference on Artificial Intelligence", |
| "volume": "", |
| "issue": "", |
| "pages": "1276--1282", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michael Thielscher. 2017. Gdl-iii: a description lan- guage for epistemic general game playing. In Pro- ceedings of the 26th International Joint Conference on Artificial Intelligence, pages 1276-1282.", |
| "links": null |
| }, |
| "BIBREF83": { |
| "ref_id": "b83", |
| "title": "Learning to speak and act in a fantasy text adventure game", |
| "authors": [ |
| { |
| "first": "Jack", |
| "middle": [], |
| "last": "Urbanek", |
| "suffix": "" |
| }, |
| { |
| "first": "Angela", |
| "middle": [], |
| "last": "Fan", |
| "suffix": "" |
| }, |
| { |
| "first": "Siddharth", |
| "middle": [], |
| "last": "Karamcheti", |
| "suffix": "" |
| }, |
| { |
| "first": "Saachi", |
| "middle": [], |
| "last": "Jain", |
| "suffix": "" |
| }, |
| { |
| "first": "Samuel", |
| "middle": [], |
| "last": "Humeau", |
| "suffix": "" |
| }, |
| { |
| "first": "Emily", |
| "middle": [], |
| "last": "Dinan", |
| "suffix": "" |
| }, |
| { |
| "first": "Tim", |
| "middle": [], |
| "last": "Rockt\u00e4schel", |
| "suffix": "" |
| }, |
| { |
| "first": "Douwe", |
| "middle": [], |
| "last": "Kiela", |
| "suffix": "" |
| }, |
| { |
| "first": "Arthur", |
| "middle": [], |
| "last": "Szlam", |
| "suffix": "" |
| }, |
| { |
| "first": "Jason", |
| "middle": [], |
| "last": "Weston", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)", |
| "volume": "", |
| "issue": "", |
| "pages": "673--683", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jack Urbanek, Angela Fan, Siddharth Karamcheti, Saachi Jain, Samuel Humeau, Emily Dinan, Tim Rockt\u00e4schel, Douwe Kiela, Arthur Szlam, and Ja- son Weston. 2019. Learning to speak and act in a fantasy text adventure game. In Proceedings of the 2019 Conference on Empirical Methods in Natu- ral Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP), pages 673-683.", |
| "links": null |
| }, |
| "BIBREF84": { |
| "ref_id": "b84", |
| "title": "Starspace: Embed all the things!", |
| "authors": [ |
| { |
| "first": "Ledell", |
| "middle": [], |
| "last": "Wu", |
| "suffix": "" |
| }, |
| { |
| "first": "Adam", |
| "middle": [], |
| "last": "Fisch", |
| "suffix": "" |
| }, |
| { |
| "first": "Sumit", |
| "middle": [], |
| "last": "Chopra", |
| "suffix": "" |
| }, |
| { |
| "first": "Keith", |
| "middle": [], |
| "last": "Adams", |
| "suffix": "" |
| }, |
| { |
| "first": "Antoine", |
| "middle": [], |
| "last": "Bordes", |
| "suffix": "" |
| }, |
| { |
| "first": "Jason", |
| "middle": [], |
| "last": "Weston", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "Proceedings of the AAAI Conference on Artificial Intelligence", |
| "volume": "32", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ledell Wu, Adam Fisch, Sumit Chopra, Keith Adams, Antoine Bordes, and Jason Weston. 2018a. Starspace: Embed all the things! In Proceedings of the AAAI Conference on Artificial Intelligence, volume 32.", |
| "links": null |
| }, |
| "BIBREF85": { |
| "ref_id": "b85", |
| "title": "Building generalizable agents with a realistic and rich 3d environment", |
| "authors": [ |
| { |
| "first": "Yi", |
| "middle": [], |
| "last": "Wu", |
| "suffix": "" |
| }, |
| { |
| "first": "Yuxin", |
| "middle": [], |
| "last": "Wu", |
| "suffix": "" |
| }, |
| { |
| "first": "Georgia", |
| "middle": [], |
| "last": "Gkioxari", |
| "suffix": "" |
| }, |
| { |
| "first": "Yuandong", |
| "middle": [], |
| "last": "Tian", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1801.02209" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yi Wu, Yuxin Wu, Georgia Gkioxari, and Yuandong Tian. 2018b. Building generalizable agents with a realistic and rich 3d environment. arXiv preprint arXiv:1801.02209.", |
| "links": null |
| }, |
| "BIBREF86": { |
| "ref_id": "b86", |
| "title": "WorldTree v2: A corpus of sciencedomain structured explanations and inference patterns supporting multi-hop inference", |
| "authors": [ |
| { |
| "first": "Zhengnan", |
| "middle": [], |
| "last": "Xie", |
| "suffix": "" |
| }, |
| { |
| "first": "Sebastian", |
| "middle": [], |
| "last": "Thiem", |
| "suffix": "" |
| }, |
| { |
| "first": "Jaycie", |
| "middle": [], |
| "last": "Martin", |
| "suffix": "" |
| }, |
| { |
| "first": "Elizabeth", |
| "middle": [], |
| "last": "Wainwright", |
| "suffix": "" |
| }, |
| { |
| "first": "Steven", |
| "middle": [], |
| "last": "Marmorstein", |
| "suffix": "" |
| }, |
| { |
| "first": "Peter", |
| "middle": [], |
| "last": "Jansen", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "Proceedings of the 12th Language Resources and Evaluation Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "5456--5473", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Zhengnan Xie, Sebastian Thiem, Jaycie Martin, Eliz- abeth Wainwright, Steven Marmorstein, and Peter Jansen. 2020. WorldTree v2: A corpus of science- domain structured explanations and inference pat- terns supporting multi-hop inference. In Proceedings of the 12th Language Resources and Evaluation Con- ference, pages 5456-5473, Marseille, France. Euro- pean Language Resources Association.", |
| "links": null |
| }, |
| "BIBREF87": { |
| "ref_id": "b87", |
| "title": "Deep reinforcement learning with stacked hierarchical attention for text-based games", |
| "authors": [ |
| { |
| "first": "Yunqiu", |
| "middle": [], |
| "last": "Xu", |
| "suffix": "" |
| }, |
| { |
| "first": "Meng", |
| "middle": [], |
| "last": "Fang", |
| "suffix": "" |
| }, |
| { |
| "first": "Ling", |
| "middle": [], |
| "last": "Chen", |
| "suffix": "" |
| }, |
| { |
| "first": "Yali", |
| "middle": [], |
| "last": "Du", |
| "suffix": "" |
| }, |
| { |
| "first": "Joey", |
| "middle": [ |
| "Tianyi" |
| ], |
| "last": "Zhou", |
| "suffix": "" |
| }, |
| { |
| "first": "Chengqi", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "Advances in Neural Information Processing Systems", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yunqiu Xu, Meng Fang, Ling Chen, Yali Du, Joey Tianyi Zhou, and Chengqi Zhang. 2020. Deep reinforcement learning with stacked hierarchical at- tention for text-based games. Advances in Neural Information Processing Systems, 33.", |
| "links": null |
| }, |
| "BIBREF88": { |
| "ref_id": "b88", |
| "title": "Chalet: Cornell house agent learning environment", |
| "authors": [ |
| { |
| "first": "Claudia", |
| "middle": [], |
| "last": "Yan", |
| "suffix": "" |
| }, |
| { |
| "first": "Dipendra", |
| "middle": [], |
| "last": "Misra", |
| "suffix": "" |
| }, |
| { |
| "first": "Andrew", |
| "middle": [], |
| "last": "Bennnett", |
| "suffix": "" |
| }, |
| { |
| "first": "Aaron", |
| "middle": [], |
| "last": "Walsman", |
| "suffix": "" |
| }, |
| { |
| "first": "Yonatan", |
| "middle": [], |
| "last": "Bisk", |
| "suffix": "" |
| }, |
| { |
| "first": "Yoav", |
| "middle": [], |
| "last": "Artzi", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1801.07357" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Claudia Yan, Dipendra Misra, Andrew Bennnett, Aaron Walsman, Yonatan Bisk, and Yoav Artzi. 2018. Chalet: Cornell house agent learning environment. arXiv preprint arXiv:1801.07357.", |
| "links": null |
| }, |
| "BIBREF89": { |
| "ref_id": "b89", |
| "title": "HotpotQA: A dataset for diverse, explainable multi-hop question answering", |
| "authors": [ |
| { |
| "first": "Zhilin", |
| "middle": [], |
| "last": "Yang", |
| "suffix": "" |
| }, |
| { |
| "first": "Peng", |
| "middle": [], |
| "last": "Qi", |
| "suffix": "" |
| }, |
| { |
| "first": "Saizheng", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "Yoshua", |
| "middle": [], |
| "last": "Bengio", |
| "suffix": "" |
| }, |
| { |
| "first": "William", |
| "middle": [], |
| "last": "Cohen", |
| "suffix": "" |
| }, |
| { |
| "first": "Ruslan", |
| "middle": [], |
| "last": "Salakhutdinov", |
| "suffix": "" |
| }, |
| { |
| "first": "Christopher", |
| "middle": [ |
| "D" |
| ], |
| "last": "Manning", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "2369--2380", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/D18-1259" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Zhilin Yang, Peng Qi, Saizheng Zhang, Yoshua Bengio, William Cohen, Ruslan Salakhutdinov, and Christo- pher D. Manning. 2018. HotpotQA: A dataset for diverse, explainable multi-hop question answering. In Proceedings of the 2018 Conference on Empiri- cal Methods in Natural Language Processing, pages 2369-2380, Brussels, Belgium. Association for Com- putational Linguistics.", |
| "links": null |
| }, |
| "BIBREF90": { |
| "ref_id": "b90", |
| "title": "Reading and acting while blindfolded: The need for semantics in text game agents", |
| "authors": [ |
| { |
| "first": "Shunyu", |
| "middle": [], |
| "last": "Yao", |
| "suffix": "" |
| }, |
| { |
| "first": "Karthik", |
| "middle": [], |
| "last": "Narasimhan", |
| "suffix": "" |
| }, |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Hausknecht", |
| "suffix": "" |
| } |
| ], |
| "year": 2021, |
| "venue": "Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies", |
| "volume": "", |
| "issue": "", |
| "pages": "3097--3102", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Shunyu Yao, Karthik Narasimhan, and Matthew Hausknecht. 2021. Reading and acting while blind- folded: The need for semantics in text game agents. In Proceedings of the 2021 Conference of the North American Chapter of the Association for Computa- tional Linguistics: Human Language Technologies, pages 3097-3102.", |
| "links": null |
| }, |
| "BIBREF91": { |
| "ref_id": "b91", |
| "title": "Keep CALM and explore: Language models for action generation in textbased games", |
| "authors": [ |
| { |
| "first": "Shunyu", |
| "middle": [], |
| "last": "Yao", |
| "suffix": "" |
| }, |
| { |
| "first": "Rohan", |
| "middle": [], |
| "last": "Rao", |
| "suffix": "" |
| }, |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Hausknecht", |
| "suffix": "" |
| }, |
| { |
| "first": "Karthik", |
| "middle": [], |
| "last": "Narasimhan", |
| "suffix": "" |
| } |
| ], |
| "year": 2020, |
| "venue": "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)", |
| "volume": "", |
| "issue": "", |
| "pages": "8736--8754", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/2020.emnlp-main.704" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Shunyu Yao, Rohan Rao, Matthew Hausknecht, and Karthik Narasimhan. 2020. Keep CALM and ex- plore: Language models for action generation in text- based games. In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Process- ing (EMNLP), pages 8736-8754, Online. Association for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF92": { |
| "ref_id": "b92", |
| "title": "Comprehensible context-driven text game playing", |
| "authors": [ |
| { |
| "first": "Xusen", |
| "middle": [], |
| "last": "Yin", |
| "suffix": "" |
| }, |
| { |
| "first": "Jonathan", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "2019 IEEE Conference on Games (CoG)", |
| "volume": "", |
| "issue": "", |
| "pages": "1--8", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xusen Yin and Jonathan May. 2019a. Comprehensible context-driven text game playing. In 2019 IEEE Conference on Games (CoG), pages 1-8. IEEE.", |
| "links": null |
| }, |
| "BIBREF93": { |
| "ref_id": "b93", |
| "title": "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", |
| "authors": [ |
| { |
| "first": "Xusen", |
| "middle": [], |
| "last": "Yin", |
| "suffix": "" |
| }, |
| { |
| "first": "Jonathan", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1908.04777" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xusen Yin and Jonathan May. 2019b. Learn how to cook a new recipe in a new house: Using map fa- miliarization, curriculum learning, and bandit feed- back to learn families of text-based adventure games. arXiv preprint arXiv:1908.04777.", |
| "links": null |
| }, |
| "BIBREF94": { |
| "ref_id": "b94", |
| "title": "Interactive language learning by question answering", |
| "authors": [ |
| { |
| "first": "Xingdi", |
| "middle": [], |
| "last": "Yuan", |
| "suffix": "" |
| }, |
| { |
| "first": "Marc-Alexandre", |
| "middle": [], |
| "last": "C\u00f4t\u00e9", |
| "suffix": "" |
| }, |
| { |
| "first": "Jie", |
| "middle": [], |
| "last": "Fu", |
| "suffix": "" |
| }, |
| { |
| "first": "Zhouhan", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| }, |
| { |
| "first": "Chris", |
| "middle": [], |
| "last": "Pal", |
| "suffix": "" |
| }, |
| { |
| "first": "Yoshua", |
| "middle": [], |
| "last": "Bengio", |
| "suffix": "" |
| }, |
| { |
| "first": "Adam", |
| "middle": [], |
| "last": "Trischler", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)", |
| "volume": "", |
| "issue": "", |
| "pages": "2796--2813", |
| "other_ids": { |
| "DOI": [ |
| "10.18653/v1/D19-1280" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xingdi Yuan, Marc-Alexandre C\u00f4t\u00e9, Jie Fu, Zhouhan Lin, Chris Pal, Yoshua Bengio, and Adam Trischler. 2019. Interactive language learning by question an- swering. In Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natu- ral Language Processing (EMNLP-IJCNLP), pages 2796-2813, Hong Kong, China. Association for Com- putational Linguistics.", |
| "links": null |
| }, |
| "BIBREF95": { |
| "ref_id": "b95", |
| "title": "Remi Tachet des Combes, Matthew Hausknecht, and Adam Trischler", |
| "authors": [ |
| { |
| "first": "Xingdi", |
| "middle": [], |
| "last": "Yuan", |
| "suffix": "" |
| }, |
| { |
| "first": "Marc-Alexandre", |
| "middle": [], |
| "last": "C\u00f4t\u00e9", |
| "suffix": "" |
| }, |
| { |
| "first": "Alessandro", |
| "middle": [], |
| "last": "Sordoni", |
| "suffix": "" |
| }, |
| { |
| "first": "Romain", |
| "middle": [], |
| "last": "Laroche", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1806.11525" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xingdi Yuan, Marc-Alexandre C\u00f4t\u00e9, Alessandro Sor- doni, Romain Laroche, Remi Tachet des Combes, Matthew Hausknecht, and Adam Trischler. 2018. Counting to explore and generalize in text-based games. arXiv preprint arXiv:1806.11525.", |
| "links": null |
| }, |
| "BIBREF96": { |
| "ref_id": "b96", |
| "title": "Learn what not to learn: Action elimination with deep reinforcement learning", |
| "authors": [ |
| { |
| "first": "Tom", |
| "middle": [], |
| "last": "Zahavy", |
| "suffix": "" |
| }, |
| { |
| "first": "Matan", |
| "middle": [], |
| "last": "Haroush", |
| "suffix": "" |
| }, |
| { |
| "first": "Nadav", |
| "middle": [], |
| "last": "Merlis", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Daniel", |
| "suffix": "" |
| }, |
| { |
| "first": "Shie", |
| "middle": [], |
| "last": "Mankowitz", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Mannor", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "Advances in Neural Information Processing Systems", |
| "volume": "31", |
| "issue": "", |
| "pages": "3562--3573", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tom Zahavy, Matan Haroush, Nadav Merlis, Daniel J Mankowitz, and Shie Mannor. 2018. Learn what not to learn: Action elimination with deep reinforcement learning. Advances in Neural Information Processing Systems, 31:3562-3573.", |
| "links": null |
| }, |
| "BIBREF97": { |
| "ref_id": "b97", |
| "title": "Building dynamic knowledge graphs from text-based games", |
| "authors": [ |
| { |
| "first": "Mikul\u00e1\u0161", |
| "middle": [], |
| "last": "Zelinka", |
| "suffix": "" |
| }, |
| { |
| "first": "Xingdi", |
| "middle": [], |
| "last": "Yuan", |
| "suffix": "" |
| }, |
| { |
| "first": "Marc-Alexandre", |
| "middle": [], |
| "last": "C\u00f4t\u00e9", |
| "suffix": "" |
| }, |
| { |
| "first": "Romain", |
| "middle": [], |
| "last": "Laroche", |
| "suffix": "" |
| }, |
| { |
| "first": "Adam", |
| "middle": [], |
| "last": "Trischler", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1910.09532" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mikul\u00e1\u0161 Zelinka, Xingdi Yuan, Marc-Alexandre C\u00f4t\u00e9, Romain Laroche, and Adam Trischler. 2019. Build- ing dynamic knowledge graphs from text-based games. arXiv preprint arXiv:1910.09532.", |
| "links": null |
| }, |
| "BIBREF98": { |
| "ref_id": "b98", |
| "title": "2021. Scaling vision transformers", |
| "authors": [ |
| { |
| "first": "Xiaohua", |
| "middle": [], |
| "last": "Zhai", |
| "suffix": "" |
| }, |
| { |
| "first": "Alexander", |
| "middle": [], |
| "last": "Kolesnikov", |
| "suffix": "" |
| }, |
| { |
| "first": "Neil", |
| "middle": [], |
| "last": "Houlsby", |
| "suffix": "" |
| }, |
| { |
| "first": "Lucas", |
| "middle": [], |
| "last": "Beyer", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:2106.04560" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Xiaohua Zhai, Alexander Kolesnikov, Neil Houlsby, and Lucas Beyer. 2021. Scaling vision transformers. arXiv preprint arXiv:2106.04560.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "text": "Zahvey et al. (2018, AE-DQN) use an Action Elimination Network (AEN) to remove sub-", |
| "num": null, |
| "uris": null, |
| "type_str": "figure" |
| }, |
| "TABREF0": { |
| "text": "An example Text World interactive fiction envi-", |
| "content": "<table/>", |
| "html": null, |
| "num": null, |
| "type_str": "table" |
| }, |
| "TABREF2": { |
| "text": "", |
| "content": "<table><tr><td/><td>about its environment, improving agent perfor-</td></tr><tr><td>2020, CALM)</td><td>mance in a cooking environment. Xu et al. (2020,</td></tr><tr><td>use a GPT-2 language model trained on human</td><td>SHA-KG) extend KG-A2C to use hierarchical RL</td></tr><tr><td>gameplay to reduce the space of possible input</td><td>to reason over subgraphs, showing substantially</td></tr><tr><td>command sequences, and produce a shortlist of can-</td><td>improved performance on a variety of benchmarks.</td></tr><tr><td>didate actions for an RL agent to select from. Yao</td><td/></tr><tr><td>et al. (2021, INV-DY) demonstrate that semantic</td><td/></tr><tr><td>modeling is important, showing that models that ei-</td><td/></tr><tr><td>ther encode semantics through an inverse dynamic</td><td/></tr><tr><td>decoder, or discard semantics by replacing words</td><td/></tr><tr><td>with unique hashes, have different performance</td><td/></tr><tr><td>distributions in different environments. Taking a</td><td/></tr><tr><td>different approach, Tessler et al. (2019, IK-OMP)</td><td/></tr><tr><td>show that imitation learning combined with a com-</td><td/></tr><tr><td>pressed sensing framework can solve Zork when</td><td/></tr><tr><td>restricted to a vocabulary of 112 words extracted</td><td/></tr><tr><td>from walk-through examples.</td><td/></tr><tr><td>Constructing Graphs: Augmenting reinforce-ment learning models to produce knowledge graphs</td><td/></tr><tr><td>of their beliefs can reduce training time and im-</td><td/></tr><tr><td>prove overall agent performance (Ammanabrolu</td><td/></tr><tr><td>and Riedl, 2019). Ammanabrolu et al. (2020, KG-</td><td/></tr><tr><td>A2C) demonstrate a method for training an RL</td><td/></tr><tr><td>agent that uses a knowledge graph to model its</td><td/></tr><tr><td>state-space, and use a template-based action space</td><td/></tr><tr><td>to achieve strong performance across a variety of in-</td><td/></tr><tr><td>teractive fiction benchmarks. Adhikari et al. (2020)</td><td/></tr><tr><td>demonstrate that a Graph Aided Transformer Agent</td><td/></tr><tr><td>(GATA) is able to learn implicit belief networks</td><td/></tr></table>", |
| "html": null, |
| "num": null, |
| "type_str": "table" |
| }, |
| "TABREF3": { |
| "text": "Example embodied simulation environments broken down by environment rendering fidelity. D specifies that environments supply natural language directives to the agent, I specifies that environments are interacted with (at least in part) using natural language input and/or output, and no rating represents environments that do not have a significant text component.", |
| "content": "<table><tr><td>an object). Because of this, action spaces tend to be</td></tr><tr><td>small, and limited to movement, and one (or a small</td></tr><tr><td>number of) interaction commands. Some simula-</td></tr><tr><td>tors and environments include text directives for an agent to perform, such as an agent being asked</td></tr></table>", |
| "html": null, |
| "num": null, |
| "type_str": "table" |
| }, |
| "TABREF4": { |
| "text": "Action space complexity for a selection of 3D, gridworld, and text-based environments.", |
| "content": "<table/>", |
| "html": null, |
| "num": null, |
| "type_str": "table" |
| } |
| } |
| } |
| } |