paper-with-me

홈 › Papers

Pre-trained Language Models as Prior Knowledge for Playing Text-based Games

2021-07-18 · Ishika Singh, Gargi Singh, Ashutosh Modi

Recently, text world games have been proposed to enable artificial agents to understand and reason about real-world scenarios. These text-based games are challenging for artificial agents, as it requires an understanding of and interaction using natural language in a partially observable environment. Agents observe the environment via textual descriptions designed to be challenging enough for even human players. Past approaches have not paid enough attention to the language understanding capability of the proposed agents. Typically, these approaches train from scratch, an agent that learns both textual representations and the gameplay online during training using a temporal loss function. Given the sample-inefficiency of RL approaches, it is inefficient to learn rich enough textual representations to be able to understand and reason using the textual observation in such a complicated game environment setting. In this paper, we improve the semantic understanding of the agent by proposing a simple RL with LM framework where we use transformer-based language models with Deep RL models. We perform a detailed study of our framework to demonstrate how our model outperforms all existing agents on the popular game, Zork1, to achieve a score of 44.7, which is 1.6 higher than the state-of-the-art model. Overall, our proposed approach outperforms 4 games out of the 14 text-based games, while performing comparable to the state-of-the-art models on the remaining games.

📄 PDF Abstract BibTeX arXiv:2107.08408

Code (1)

Exploration-Lab/IFG-Pretrained-LM 공식 구현 pytorch

Tasks

text-based games

Similar Papers 제목 키워드 기반

Forgetting in Language Models: Capacity, Optimization, and Self-Generated Replay

2026-05-25 · Martin Marek, Dongkyu Cho, Shikai Qiu, Rumi Chunara 외 arxiv

Models trained on a new task typically degrade on prior tasks, a phenomenon known as forgetting. Traditionally, mitigating forgetting has required replaying stored exemplars from prior tasks, which is often impractical. …

Transfer in Deep Reinforcement Learning using Knowledge Graphs

2019-08-19 · WS 2019 11 · Prithviraj Ammanabrolu, Mark O. Riedl

Text adventure games, in which players must make sense of the world through text descriptions and declare actions through text descriptions, provide a stepping stone toward grounding action in language. Prior work has de…

Deep Reinforcement LearningKnowledge GraphsQuestion Answeringreinforcement-learning+3

Capturing Minds, Not Just Words: Enhancing Role-Playing Language Models with Personality-Indicative Data

2024-06-27 · Yiting Ran, Xintao Wang, Rui Xu, Xinfeng Yuan 외

Role-playing agents (RPA) have been a popular application area for large language models (LLMs), attracting significant interest from both industry and academia.While existing RPAs well portray the characters' knowledge …

RoleLLM: Benchmarking, Eliciting, and Enhancing Role-Playing Abilities of Large Language Models

2023-10-01 · Zekun Moore Wang, Zhongyuan Peng, Haoran Que, Jiaheng Liu 외

The advent of Large Language Models (LLMs) has paved the way for complex tasks such as role-playing, which enhances user interactions by enabling models to imitate various characters. However, the closed-source nature of…

Benchmarking

The Ludii Game Description Language is Universal

2022-05-01 · Dennis J. N. J. Soemers, Éric Piette, Matthew Stephenson, Cameron Browne

There are several different game description languages (GDLs), each intended to allow wide ranges of arbitrary games (i.e., general games) to be described in a single higher-level language than general-purpose programmin…