paper-with-me

Papers

Few-shot Knowledge Graph Relational Reasoning via Subgraph Adaptation

2024-06-19 · Haochen Liu, Song Wang, Chen Chen, Jundong Li

Few-shot Knowledge Graph (KG) Relational Reasoning aims to predict unseen triplets (i.e., query triplets) for rare relations in KGs, given only several triplets of these relations as references (i.e., support triplets). This task has gained significant traction due to the widespread use of knowledge graphs in various natural language processing applications. Previous approaches have utilized meta-training methods and manually constructed meta-relation sets to tackle this task. Recent efforts have focused on edge-mask-based methods, which exploit the structure of the contextualized graphs of target triplets (i.e., a subgraph containing relevant triplets in the KG). However, existing edge-mask-based methods have limitations in extracting insufficient information from KG and are highly influenced by spurious information in KG. To overcome these challenges, we propose SAFER (Subgraph Adaptation for Few-shot Relational Reasoning), a novel approach that effectively adapts the information in contextualized graphs to various subgraphs generated from support and query triplets to perform the prediction. Specifically, SAFER enables the extraction of more comprehensive information from support triplets while minimizing the impact of spurious information when predicting query triplets. Experimental results on three prevalent datasets demonstrate the superiority of our proposed framework SAFER.

📄 PDF Abstract BibTeX arXiv:2406.15507

Code (1)

HaochenLiu2000/SAFER 공식 구현 pytorch

Tasks

Knowledge GraphsRelational Reasoning

Similar Papers 제목 키워드 기반

C-Unseen: Weak Signal Detection in Dynamic Temporal Knowledge Graphs via LLM Reasoning

2026-08-27 · Yassir Lairgi, Ludovic Moncla, Khalid Benabdeslem, Rémy Cazabet 외 arxiv

Weak signals are early, low-visibility indicators that precede significant changes before those changes become established. Existing detection methods, based on keyword frequency, topic modeling, or untyped graph topolog…

Knowledge Graphs

Inductive Link Prediction on N-ary Relational Facts via Semantic Hypergraph Reasoning

2025-03-26 · Gongzhu Yin, Hongli Zhang, Yuchen Yang, Yi Luo

N-ary relational facts represent semantic correlations among more than two entities. While recent studies have developed link prediction (LP) methods to infer missing relations for knowledge graphs (KGs) containing n-ary…

Inductive Link PredictionKnowledge GraphsLink Prediction

Few-shot Relational Reasoning via Connection Subgraph Pretraining

2022-10-13 · Qian Huang, Hongyu Ren, Jure Leskovec

Few-shot knowledge graph (KG) completion task aims to perform inductive reasoning over the KG: given only a few support triplets of a new relation $\bowtie$ (e.g., (chop,$\bowtie$,kitchen), (read,$\bowtie$,library), the …

Few-Shot Image ClassificationMeta-LearningRelationRelational Reasoning

Scalable Multi-Hop Relational Reasoning for Knowledge-Aware Question Answering

2020-05-01 · EMNLP 2020 11 · Yanlin Feng, Xinyue Chen, Bill Yuchen Lin, Peifeng Wang 외

Existing work on augmenting question answering (QA) models with external knowledge (e.g., knowledge graphs) either struggle to model multi-hop relations efficiently, or lack transparency into the model's prediction ratio…

Knowledge GraphsQuestion AnsweringRelational ReasoningRelation Network

Stepwise Reasoning Enhancement for LLMs via External Subgraph Generation

2026-06-03 · Xin Zhang, Yang Cao, Baoxing Wu, Kai Song 외 arxiv

Large language models have shown strong performance in natural language generation and downstream reasoning tasks, but they still struggle with logical consistency, factual grounding, and interpretability in complex mult…

Knowledge Graphs