paper-with-me

홈 › Papers

Structure-Augmented Text Representation Learning for Efficient Knowledge Graph Completion

2020-04-30 · Bo Wang, Tao Shen, Guodong Long, Tianyi Zhou, Yi Chang

Human-curated knowledge graphs provide critical supportive information to various natural language processing tasks, but these graphs are usually incomplete, urging auto-completion of them. Prevalent graph embedding approaches, e.g., TransE, learn structured knowledge via representing graph elements into dense embeddings and capturing their triple-level relationship with spatial distance. However, they are hardly generalizable to the elements never visited in training and are intrinsically vulnerable to graph incompleteness. In contrast, textual encoding approaches, e.g., KG-BERT, resort to graph triple's text and triple-level contextualized representations. They are generalizable enough and robust to the incompleteness, especially when coupled with pre-trained encoders. But two major drawbacks limit the performance: (1) high overheads due to the costly scoring of all possible triples in inference, and (2) a lack of structured knowledge in the textual encoder. In this paper, we follow the textual encoding paradigm and aim to alleviate its drawbacks by augmenting it with graph embedding techniques -- a complementary hybrid of both paradigms. Specifically, we partition each triple into two asymmetric parts as in translation-based graph embedding approach, and encode both parts into contextualized representations by a Siamese-style textual encoder. Built upon the representations, our model employs both deterministic classifier and spatial measurement for representation and structure learning respectively. Moreover, we develop a self-adaptive ensemble scheme to further improve the performance by incorporating triple scores from an existing graph embedding model. In experiments, we achieve state-of-the-art performance on three benchmarks and a zero-shot dataset for link prediction, with highlights of inference costs reduced by 1-2 orders of magnitude compared to a textual encoding method.

📄 PDF Abstract BibTeX arXiv:2004.14781

Code (1)

wangbo9719/StAR_KGC 공식 구현 pytorch

Tasks

Graph EmbeddingKnowledge Graph CompletionKnowledge GraphsLink PredictionRepresentation Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
TransE TransE is an energy-based model that produces knowledge base embeddings. It models relationships by interpreting them as translations operating on the low-dimensional…
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

A Survey of Graph Retrieval-Augmented Generation for Customized Large Language Models

2025-01-21 · Qinggang Zhang, Shengyuan Chen, Yuanchen Bei, Zheng Yuan 외

Large language models (LLMs) have demonstrated remarkable capabilities in a wide range of tasks, yet their application to specialized domains remains challenging due to the need for deep expertise. Retrieval-augmented ge…

RAGRetrievalRetrieval-augmented GenerationText Retrieval

A Unified Framework for Context-Aware and Relation-Aware Graph Retrieval-Augmented Generation

2026-06-16 · Haoyang Zhong, Yifei Sun, Antong Zhang, Chunping Wang 외 arxiv

Retrieval-Augmented Generation (RAG) has emerged as a paradigm for enhancing large language models (LLMs) with external knowledge, yet existing graph-based methods face a fundamental limitation: entity-centric and chunk-…

RAG-GFM: Overcoming In-Memory Bottlenecks in Graph Foundation Models via Retrieval-Augmented Generation

2026-01-21 · Haonan Yuan, Qingyun Sun, Jiacheng Tao, Xingcheng Fu 외 arxiv

Graph Foundation Models (GFMs) have emerged as a frontier in graph learning, which are expected to deliver transferable representations across diverse tasks. However, GFMs remain constrained by in-memory bottlenecks: the…

Graph ClassificationGraph Learning

Harnessing Collective Structure Knowledge in Data Augmentation for Graph Neural Networks

2024-05-17 · Rongrong Ma, Guansong Pang, Ling Chen

Graph neural networks (GNNs) have achieved state-of-the-art performance in graph representation learning. Message passing neural networks, which learn representations through recursively aggregating information from each…

Anomaly DetectionData AugmentationGraph ClassificationGraph Neural Network+3

Graph RAG for Legal Norms: A Hierarchical and Temporal Approach

2025-04-29 · Hudson de Martim

This article proposes an adaptation of Graph Retrieval Augmented Generation (Graph RAG) specifically designed for the analysis and comprehension of legal norms, which are characterized by their predefined hierarchical st…

Knowledge GraphsRAGRetrieval-augmented Generation