paper-with-me

Papers

Efficient Text-based Reinforcement Learning by Jointly Leveraging State and Commonsense Graph Representations

2021-02-22 · Anonymous

Text-based games (TBGs) have emerged as useful benchmarks for evaluating progress at the intersection of grounded language understanding and reinforcement learning (RL). Recent work has proposed the use of external knowledge -- like commonsense knowledge -- to improve the efficiency of RL agents for TBGs; and to resemble human-like decision-making skills. In this paper, we posit that to act efficiently in TBGs, an agent must be able to track the state of the game while retrieving and using relevant commonsense knowledge. Thus, we propose an agent for TBGs that induces a graph representation of the game state and jointly grounds it with a graph of commonsense knowledge from ConceptNet. This combination is achieved through bidirectional knowledge graph attention between the two symbolic representations. We show that agents that incorporate commonsense into the game state graph outperform baseline agents.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingGraph Attentionreinforcement-learningReinforcement Learning (RL)text-based games

Similar Papers 제목 키워드 기반

Efficient Text-based Reinforcement Learning by Jointly Leveraging State and Commonsense Graph Representations

2021-08-01 · ACL 2021 5 · Keerthiram Murugesan, Mattia Atzeni, Pavan Kapanipathi, Kartik Talamadupula 외

Text-based games (TBGs) have emerged as useful benchmarks for evaluating progress at the intersection of grounded language understanding and reinforcement learning (RL). Recent work has proposed the use of external knowl…

Graph AttentionReinforcement Learning (RL)text-based games

LOGICAL-COMMONSENSEQA: A Benchmark for Logical Commonsense Reasoning

2026-01-23 · Obed Junias, Maria Leonor Pacheco arxiv

Commonsense reasoning often involves evaluating multiple plausible interpretations rather than selecting a single atomic answer, yet most benchmarks rely on single-label evaluation, obscuring whether statements are joint…

ECNU-SenseMaker at SemEval-2020 Task 4: Leveraging Heterogeneous Knowledge Resources for Commonsense Validation and Explanation

2020-07-28 · SEMEVAL 2020 · Qian Zhao, Siyu Tao, Jie zhou, LinLin Wang 외

This paper describes our system for SemEval-2020 Task 4: Commonsense Validation and Explanation (Wang et al., 2020). We propose a novel Knowledge-enhanced Graph Attention Network (KEGAT) architecture for this task, lever…

Data AugmentationGraph Attention

KM-BART: Knowledge Enhanced Multimodal BART for Visual Commonsense Generation

2021-01-02 · ACL 2021 5 · Yiran Xing, Zai Shi, Zhao Meng, Gerhard Lakemeyer 외

We present Knowledge Enhanced Multimodal BART (KM-BART), which is a Transformer-based sequence-to-sequence model capable of reasoning about commonsense knowledge from multimodal inputs of images and texts. We adapt the g…

Knowledge GraphsLanguage ModelingLanguage ModellingLarge Language Model

Text-based RL Agents with Commonsense Knowledge: New Challenges, Environments and Baselines

2020-10-08 · Keerthiram Murugesan, Mattia Atzeni, Pavan Kapanipathi, Pushkar Shukla 외

Text-based games have emerged as an important test-bed for Reinforcement Learning (RL) research, requiring RL agents to combine grounded language understanding with sequential decision making. In this paper, we examine t…

Common Sense ReasoningCommonsense Reasoning for RLDecision MakingReinforcement Learning (RL)+2