paper-with-me

Papers

Context Graph

2024-06-17 · Chengjin Xu, Muzhi Li, Cehao Yang, Xuhui Jiang, Lumingyuan Tang, Yiyan Qi, Jian Guo

Knowledge Graphs (KGs) are foundational structures in many AI applications, representing entities and their interrelations through triples. However, triple-based KGs lack the contextual information of relational knowledge, like temporal dynamics and provenance details, which are crucial for comprehensive knowledge representation and effective reasoning. Instead, \textbf{Context Graphs} (CGs) expand upon the conventional structure by incorporating additional information such as time validity, geographic location, and source provenance. This integration provides a more nuanced and accurate understanding of knowledge, enabling KGs to offer richer insights and support more sophisticated reasoning processes. In this work, we first discuss the inherent limitations of triple-based KGs and introduce the concept of CGs, highlighting their advantages in knowledge representation and reasoning. We then present a context graph reasoning \textbf{CGR$^3$} paradigm that leverages large language models (LLMs) to retrieve candidate entities and related contexts, rank them based on the retrieved information, and reason whether sufficient information has been obtained to answer a query. Our experimental results demonstrate that CGR$^3$ significantly improves performance on KG completion (KGC) and KG question answering (KGQA) tasks, validating the effectiveness of incorporating contextual information on KG representation and reasoning.

📄 PDF Abstract BibTeX arXiv:2406.11160

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsQuestion Answering

Similar Papers 제목 키워드 기반

Stochastic contextual bandits with graph feedback: from independence number to MAS number

2024-02-12 · Yuxiao Wen, Yanjun Han, Zhengyuan Zhou

We consider contextual bandits with graph feedback, a class of interactive learning problems with richer structures than vanilla contextual bandits, where taking an action reveals the rewards for all neighboring actions …

Multi-Armed Bandits

PRODIGY: Enabling In-context Learning Over Graphs

2023-05-21 · NeurIPS 2023 11 · Qian Huang, Hongyu Ren, Peng Chen, Gregor Kržmanc 외

In-context learning is the ability of a pretrained model to adapt to novel and diverse downstream tasks by conditioning on prompt examples, without optimizing any parameters. While large language models have demonstrated…

Graph Neural NetworkIn-Context LearningKnowledge Graphs

Contextualized Graph Attention Network for Recommendation with Item Knowledge Graph

2020-04-24 · Susen Yang, Yong liu, Yonghui Xu, Chunyan Miao 외

Graph neural networks (GNN) have recently been applied to exploit knowledge graph (KG) for recommendation. Existing GNN-based methods explicitly model the dependency between an entity and its local graph context in KG (i…

Graph Attention

Context-Aware Graph Segmentation for Graph-Based Translation

2017-04-01 · EACL 2017 4 · Liangyou Li, Andy Way, Qun Liu

In this paper, we present an improved graph-based translation model which segments an input graph into node-induced subgraphs by taking source context into consideration. Translations are generated by combining subgraph …

SegmentationTranslation

Stochastic Contextual Bandits with Graph-based Contexts

2023-05-02 · Jittat Fakcharoenphol, Chayutpong Prompak

We naturally generalize the on-line graph prediction problem to a version of stochastic contextual bandit problems where contexts are vertices in a graph and the structure of the graph provides information on the similar…

Multi-Armed Bandits