paper-with-me

Papers

Collaborative Policy Learning for Open Knowledge Graph Reasoning

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

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 evidential paths that can reach target entities. Here we study open knowledge graph reasoning---a task that aims to reason for missing facts over a graph augmented by a background text corpus. A key challenge of the task is to filter out "irrelevant" facts extracted from corpus, in order to maintain an effective search space during path inference. We propose a novel reinforcement learning framework to train two collaborative agents jointly, i.e., a multi-hop graph reasoner and a fact extractor. The fact extraction agent generates fact triples from corpora to enrich the graph on the fly; while the reasoning agent provides feedback to the fact extractor and guides it towards promoting facts that are helpful for the interpretable reasoning. Experiments on two public datasets demonstrate the effectiveness of the proposed approach. Source code and datasets used in this paper can be downloaded at https://github.com/shanzhenren/CPL

📄 PDF Abstract BibTeX arXiv:1909.00230

Code (2)

shanzhenren/CPL 공식 구현 tf
INK-USC/CPL tf

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Empowering Language Models with Knowledge Graph Reasoning for Question Answering

2022-11-15 · Ziniu Hu, Yichong Xu, Wenhao Yu, Shuohang Wang 외

Answering open-domain questions requires world knowledge about in-context entities. As pre-trained Language Models (LMs) lack the power to store all required knowledge, external knowledge sources, such as knowledge graph…

Knowledge GraphsLanguage ModelingLanguage ModellingQuestion Answering+1

Knowledge Graph Representations for LLM-Based Policy Compliance Reasoning

2026-04-30 · Wilder Baldwin, Sepideh Ghanavati arxiv

The risks posed by AI features are increasing as they are rapidly integrated into software applications. In response, regulations and standards for safe and secure AI have been proposed. In this paper, we present an agen…

Knowledge Graphs

Multi-Path Collaborative Reasoning via Reinforcement Learning

2025-12-01 · Jindi Lv, Yuhao Zhou, Zheng Zhu, Xiaofeng Wang 외 arxiv

Chain-of-Thought (CoT) reasoning has significantly advanced the problem-solving capabilities of Large Language Models (LLMs), yet conventional CoT often exhibits internal determinism during decoding, limiting exploration…

Reinforcement Learning

ForPKG: A Framework for Constructing Forestry Policy Knowledge Graph and Application Analysis

2024-11-17 · Jingyun Sun, Zhongze Luo

A policy knowledge graph can provide decision support for tasks such as project compliance, policy analysis, and intelligent question answering, and can also serve as an external knowledge base to assist the reasoning pr…

graph constructionKnowledge GraphsQuestion AnsweringRetrieval-augmented Generation

LEC-KG: An LLM-Embedding Collaborative Framework for Domain-Specific Knowledge Graph Construction -- A Case Study on SDGs

2026-02-02 · Yikai Zeng, Yingchao Piao, Changhua Pei, Jianhui Li arxiv

Constructing domain-specific knowledge graphs from unstructured text remains challenging due to heterogeneous entity mentions, long-tail relation distributions, and the absence of standardized schemas. We present LEC-KG,…

Relation ExtractionKnowledge Graphs