paper-with-me

Papers

Interactive Fiction Game Playing as Multi-Paragraph Reading Comprehension with Reinforcement Learning

2020-10-05 · EMNLP 2020 11 · Xiaoxiao Guo, Mo Yu, Yupeng Gao, Chuang Gan, Murray Campbell, Shiyu Chang

Interactive Fiction (IF) games with real human-written natural language texts provide a new natural evaluation for language understanding techniques. In contrast to previous text games with mostly synthetic texts, IF games pose language understanding challenges on the human-written textual descriptions of diverse and sophisticated game worlds and language generation challenges on the action command generation from less restricted combinatorial space. We take a novel perspective of IF game solving and re-formulate it as Multi-Passage Reading Comprehension (MPRC) tasks. Our approaches utilize the context-query attention mechanisms and the structured prediction in MPRC to efficiently generate and evaluate action outputs and apply an object-centric historical observation retrieval strategy to mitigate the partial observability of the textual observations. Extensive experiments on the recent IF benchmark (Jericho) demonstrate clear advantages of our approaches achieving high winning rates and low data requirements compared to all previous approaches. Our source code is available at: https://github.com/XiaoxiaoGuo/rcdqn.

📄 PDF Abstract BibTeX arXiv:2010.02386

Code (1)

XiaoxiaoGuo/rcdqn 공식 구현 pytorch

Tasks

Reading Comprehensionreinforcement-learningReinforcement Learning (RL)RetrievalStructured PredictionText Generation

Similar Papers 제목 키워드 기반

Static Vs. Agentic Game Master AI for Facilitating Solo Role-Playing Experiences

2025-02-26 · Nicolai Hejlesen Jørgensen, Sarmilan Tharmabalan, Ilhan Aslan, Nicolai Brodersen Hansen 외

This paper presents a game master AI for single-player role-playing games. The AI is designed to deliver interactive text-based narratives and experiences typically associated with multiplayer tabletop games like Dungeon…

Prompt Engineering

Deriving Commonsense Inference Tasks from Interactive Fictions

2020-10-19 · Mo Yu, Xiaoxiao Guo, Yufei Feng, Xiaodan Zhu 외

Commonsense reasoning simulates the human ability to make presumptions about our physical world, and it is an indispensable cornerstone in building general AI systems. We propose a new commonsense reasoning dataset based…

Reading Comprehension

PAYADOR: A Minimalist Approach to Grounding Language Models on Structured Data for Interactive Storytelling and Role-playing Games

2025-04-09 · Santiago Góngora, Luis Chiruzzo, Gonzalo Méndez, Pablo Gervás

Every time an Interactive Storytelling (IS) system gets a player input, it is facing the world-update problem. Classical approaches to this problem consist in mapping that input to known preprogrammed actions, what can s…

Language ModelingLanguage ModellingLarge Language Model

NAIL: A General Interactive Fiction Agent

2019-02-12 · Matthew Hausknecht, Ricky Loynd, Greg Yang, Adith Swaminathan 외

Interactive Fiction (IF) games are complex textual decision making problems. This paper introduces NAIL, an autonomous agent for general parser-based IF games. NAIL won the 2018 Text Adventure AI Competition, where it wa…

Decision Making

STARLING: Self-supervised Training of Text-based Reinforcement Learning Agent with Large Language Models

2024-06-09 · Shreyas Basavatia, Keerthiram Murugesan, Shivam Ratnakar

Interactive fiction games have emerged as an important application to improve the generalization capabilities of language-based reinforcement learning (RL) agents. Existing environments for interactive fiction games are …

Reinforcement Learning (RL)text-based games