CLLGOct 15, 2022

Revisiting the Roles of "Text" in Text Games

arXiv:2210.08384v1291 citationsh-index: 137
Originality Incremental advance
AI Analysis

This work addresses the problem of designing effective agents for text games, providing insights for researchers in reinforcement learning and natural language understanding, though it is incremental in reconciling existing debates.

The paper investigates the roles of text in text games, finding that semantic and non-semantic representations are complementary; a simple non-NLU method achieves competitive performance with state-of-the-art NLU agents for partial observability, but semantic functions are crucial for handling large observation and action spaces.

Text games present opportunities for natural language understanding (NLU) methods to tackle reinforcement learning (RL) challenges. However, recent work has questioned the necessity of NLU by showing random text hashes could perform decently. In this paper, we pursue a fine-grained investigation into the roles of text in the face of different RL challenges, and reconcile that semantic and non-semantic language representations could be complementary rather than contrasting. Concretely, we propose a simple scheme to extract relevant contextual information into an approximate state hash as extra input for an RNN-based text agent. Such a lightweight plug-in achieves competitive performance with state-of-the-art text agents using advanced NLU techniques such as knowledge graph and passage retrieval, suggesting non-NLU methods might suffice to tackle the challenge of partial observability. However, if we remove RNN encoders and use approximate or even ground-truth state hash alone, the model performs miserably, which confirms the importance of semantic function approximation to tackle the challenge of combinatorially large observation and action spaces. Our findings and analysis provide new insights for designing better text game task setups and agents.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes