paper-with-me

홈 › Papers

Cooperative Reasoning on Knowledge Graph and Corpus: A Multi-agentReinforcement Learning Approach

2019-12-04 · Yunan Zhang, Xiang Cheng, Heting Gao, ChengXiang Zhai

Knowledge-graph-based reasoning has drawn a lot of attention due to its interpretability. However, previous methods suffer from the incompleteness of the knowledge graph, namely the interested link or entity that can be missing in the knowledge graph(explicit missing). Also, most previous models assume the distance between the target and source entity is short, which is not true on a real-world KG like Freebase(implicit missing). The sensitivity to the incompleteness of KG and the incapability to capture the long-distance link between entities have limited the performance of these models on large KG. In this paper, we propose a model that leverages the text corpus to cure such limitations, either the explicit or implicit missing links. We model the question answering on KG as a cooperative task between two agents, a knowledge graph reasoning agent and an information extraction agent. Each agent learns its skill to complete its own task, hopping on KG or select knowledge from the corpus, via maximizing the reward for correctly answering the question. The reasoning agent decides how to find an equivalent path for the given entity and relation. The extraction agent provide shortcut for long-distance target entity or provide missing relations for explicit missing links with messages from the reasoning agent. Through such cooperative reward design, our model can augment the incomplete KG strategically while not introduce much unnecessary noise that could enlarge the search space and lower the performance.

📄 PDF Abstract BibTeX arXiv:1912.02206

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Cooperative Denoising for Distantly Supervised Relation Extraction

2018-08-01 · COLING 2018 8 · Kai Lei, Daoyuan Chen, Yaliang Li, Nan Du 외

Distantly supervised relation extraction greatly reduces human efforts in extracting relational facts from unstructured texts. However, it suffers from noisy labeling problem, which can degrade its performance. Meanwhile…

DenoisingInformation RetrievalKnowledge DistillationQuestion Answering+2

G-MARK: Grounded Multi-Agent Reasoning for Cooperative Driving via Knowledge Graphs

2026-08-20 · Bhavya Gupta, Onat Gungor, Tajana Rosing arxiv

Autonomous driving systems must operate under partial observability, where safety-critical objects may be occluded or visible only to neighboring connected vehicles. Vehicle-to-vehicle cooperation can reduce this uncerta…

Trajectory ForecastingAutonomous DrivingKnowledge Graphs

An Enhanced Prompt-Based LLM Reasoning Scheme via Knowledge Graph-Integrated Collaboration

2024-02-07 · Yihao Li, Ru Zhang, Jianyi Liu

While Large Language Models (LLMs) demonstrate exceptional performance in a multitude of Natural Language Processing (NLP) tasks, they encounter challenges in practical applications, including issues with hallucinations,…

Collaborative Policy Learning for Open Knowledge Graph Reasoning

2019-08-31 · IJCNLP 2019 11 · Cong Fu, Tong Chen, Meng Qu, Woojeong Jin 외

In recent years, there has been a surge of interests in interpretable graph reasoning methods. However, these models often suffer from limited performance when working on sparse and incomplete graphs, due to the lack of …

Reinforcement Learning

PullNet: Open Domain Question Answering with Iterative Retrieval on Knowledge Bases and Text

2019-04-21 · IJCNLP 2019 11 · Haitian Sun, Tania Bedrax-Weiss, William W. Cohen

We consider open-domain queston answering (QA) where answers are drawn from either a corpus, a knowledge base (KB), or a combination of both of these. We focus on a setting in which a corpus is supplemented with a large …

Open-Domain Question AnsweringQuestion AnsweringRetrieval